revlog iteration will start with last commit, not the first one
This commit is contained in:
parent
af1c6ca10d
commit
b2359200bb
@ -44,13 +44,13 @@ log = [
|
|||||||
'acecd5ea2924a4b900e7e149496e1f4b57976e51']
|
'acecd5ea2924a4b900e7e149496e1f4b57976e51']
|
||||||
|
|
||||||
REVLOGS = [
|
REVLOGS = [
|
||||||
('J. David Ibañez', 'commit (initial): First commit'),
|
('J. David Ibañez', 'merge i18n: Merge made by recursive.'),
|
||||||
('J. David Ibañez', 'checkout: moving from master to i18n'),
|
|
||||||
('J. David Ibañez', 'commit: Say hello in Spanish'),
|
|
||||||
('J. David Ibañez', 'commit: Say hello in French'),
|
|
||||||
('J. David Ibañez', 'checkout: moving from i18n to master'),
|
|
||||||
('J. David Ibañez', 'commit: Add .gitignore file'),
|
('J. David Ibañez', 'commit: Add .gitignore file'),
|
||||||
('J. David Ibañez', 'merge i18n: Merge made by recursive.')
|
('J. David Ibañez', 'checkout: moving from i18n to master'),
|
||||||
|
('J. David Ibañez', 'commit: Say hello in French'),
|
||||||
|
('J. David Ibañez', 'commit: Say hello in Spanish'),
|
||||||
|
('J. David Ibañez', 'checkout: moving from master to i18n'),
|
||||||
|
('J. David Ibañez', 'commit (initial): First commit')
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user