Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-cvs.t @ 18376:13d73bf6be29
convert: make toposort order stable when multiple orderings are possible
The output of some tests are changed. Not necessarily to the better, just other
valid permutations.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Thu, 13 Dec 2012 23:15:51 +0100 |
parents | ed923a2d5ae9 |
children | aa9385f983fa |
line wrap: on
line diff
--- a/tests/test-convert-cvs.t Tue Jan 15 02:59:14 2013 +0100 +++ b/tests/test-convert-cvs.t Thu Dec 13 23:15:51 2012 +0100 @@ -91,8 +91,8 @@ sorting... converting... 2 Initial revision - 1 import - 0 ci0 + 1 ci0 + 0 import updating tags $ hgcat a a @@ -116,10 +116,10 @@ sorting... converting... 2 Initial revision - 1 import + 1 ci0 + 0 import filtering out empty revision - repository tip rolled back to revision 0 (undo commit) - 0 ci0 + repository tip rolled back to revision 1 (undo commit) updating tags $ hgcat b/c c @@ -321,9 +321,9 @@ | o 3 () update tags date: * +0000 files: .hgtags (glob) | - o 2 () ci0 date: * -1000 files: b/c (glob) - | - | o 1 (INITIAL) import date: * -1000 files: (glob) + | o 2 (INITIAL) import date: * -1000 files: (glob) + | | + o | 1 () ci0 date: * -1000 files: b/c (glob) |/ o 0 () Initial revision date: * -1000 files: a b/c (glob)