tests/test-uncommit.t
branchstable
changeset 1048 a585353a816b
parent 1002 195642c1520b
child 1058 00bc31523074
--- a/tests/test-uncommit.t	Fri Aug 08 15:50:26 2014 -0700
+++ b/tests/test-uncommit.t	Fri Aug 08 23:14:00 2014 -0700
@@ -152,6 +152,7 @@
 
   $ hg uncommit
   abort: nothing to uncommit
+  (use --all to uncommit all files)
   [255]
   $ hg bookmarks
    * touncommit-bm             3:5eb72dbe0cb4
@@ -162,6 +163,7 @@
 
   $ hg uncommit --include nothere
   abort: nothing to uncommit
+  (use --all to uncommit all files)
   [255]
 
 Enjoy uncommit