tests/test-uncommit.t
changeset 41888 6a944bf4c43a
parent 41887 8c6ba2909155
child 42051 f4147ca63d39
--- a/tests/test-uncommit.t	Wed Mar 06 15:35:40 2019 -0800
+++ b/tests/test-uncommit.t	Wed Mar 06 15:43:52 2019 -0800
@@ -482,10 +482,6 @@
   A b
   $ hg unc a
   note: keeping empty commit
-  $ hg unc b
-  abort: uncommitted changes
-  (requires --allow-dirty-working-copy to uncommit)
-  [255]
   $ cat a
   super critical info!
   $ hg log
@@ -498,6 +494,10 @@
   
   $ hg ci -Am 'add b'
   $ echo 'foo bar' > b
+  $ hg unc b
+  abort: uncommitted changes
+  (requires --allow-dirty-working-copy to uncommit)
+  [255]
   $ hg unc --allow-dirty-working-copy b
   $ hg log
   changeset:   3:30fa958635b2