diff tests/test-convert-clonebranches.out @ 6100:49c69e1e4aa2

convert: fix --datesort ordering Two branches a and b starting at root, with commits interleaved like: root a0 a1 b0 a2 a3 b1 were converted in the following order: root a0 b0 a1 b1 a2 a3 Replace depth based toposort with a more classic traversal method.
author Patrick Mezard <pmezard@gmail.com>
date Sat, 16 Feb 2008 11:55:33 +0100
parents e495f3f35b2d
children 827d4e807d57
line wrap: on
line diff
--- a/tests/test-convert-clonebranches.out	Tue Dec 18 14:01:34 2007 -0600
+++ b/tests/test-convert-clonebranches.out	Sat Feb 16 11:55:33 2008 +0100
@@ -16,11 +16,11 @@
 (branch merge, don't forget to commit)
 marked working directory as branch branch3
 % incremental conversion
-2 c1
-pulling from branch0 into branch1
+2 c2
+pulling from branch0 into branch2
 2 changesets found
-1 c2
-pulling from branch0 into branch2
+1 c1
+pulling from branch0 into branch1
 2 changesets found
 0 c3
 pulling from branch2 into branch3