tests/test-amend.t
branchstable
changeset 662 40854e956315
parent 652 5a929510de9d
child 695 7daf42959b72
--- a/tests/test-amend.t	Wed Jan 02 14:52:32 2013 +0100
+++ b/tests/test-amend.t	Sat Feb 02 12:20:10 2013 +0100
@@ -11,7 +11,7 @@
   >   hg glog --template '{rev}@{branch}({phase}) {desc|firstline}\n' "$@"
   > }
 
-  $ hg init repo
+  $ hg init repo --traceback
   $ cd repo
   $ echo a > a
   $ hg ci -Am adda
@@ -30,7 +30,6 @@
   foo
   $ hg branches
   foo                            2:a34b93d251e4
-  default                        0:07f494440405 (inactive)
   $ glog
   @  2@foo(draft) adda
   
@@ -91,7 +90,6 @@
   marked working directory as branch default
   (branches are permanent and global, did you want a bookmark?)
   $ hg ci -m resetbranch
-  created new head
   $ hg branch --force foo
   marked working directory as branch foo
   (branches are permanent and global, did you want a bookmark?)