diff tests/test-commit-interactive-curses.t @ 30157:df224038c516

commit: return 1 for interactive commit with no changes (issue5397) For consistency with non interactive commit
author Philippe Pepiot <philippe.pepiot@logilab.fr>
date Fri, 14 Oct 2016 09:52:38 +0200
parents e7766022a61a
children 141cb12c0175
line wrap: on
line diff
--- a/tests/test-commit-interactive-curses.t	Fri Oct 14 03:03:39 2016 +0200
+++ b/tests/test-commit-interactive-curses.t	Fri Oct 14 09:52:38 2016 +0200
@@ -37,6 +37,7 @@
   > EOF
   $ hg commit -i  -m "a" -d "0 0"
   no changes to record
+  [1]
   $ hg tip
   changeset:   -1:000000000000
   tag:         tip
@@ -60,6 +61,7 @@
 Check that commit -i works with no changes
   $ hg commit -i
   no changes to record
+  [1]
 
 Committing only one file