diff tests/test-children.out @ 4783:be78ab217109

children extension: Don't abort when looking at the null revision. Since 62c56d8f368b revlog.children only returns real children, so this is no longer a problem.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 03 Jul 2007 12:50:05 +0200
parents 8b90d763ea90
children
line wrap: on
line diff
--- a/tests/test-children.out
+++ b/tests/test-children.out
@@ -1,6 +1,5 @@
 % init
 % no working directory
-abort: All non-merge changesets are children of the null revision!
 % setup
 0 files updated, 0 files merged, 2 files removed, 0 files unresolved
 % hg children at revision 3 (tip)
@@ -16,7 +15,18 @@ summary:     2
 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
 % hg children at revision 2 (other head)
 % hg children -r null
-abort: All non-merge changesets are children of the null revision!
+changeset:   0:4df8521a7374
+user:        test
+date:        Thu Jan 01 00:00:00 1970 +0000
+summary:     0
+
+changeset:   3:e2962852269d
+tag:         tip
+parent:      -1:000000000000
+user:        test
+date:        Thu Jan 01 00:00:03 1970 +0000
+summary:     3
+
 % hg children -r 0
 changeset:   1:708c093edef0
 user:        test