--- a/tests/test-commit-interactive.t Wed Oct 21 19:00:16 2020 -0700
+++ b/tests/test-commit-interactive.t Tue Oct 06 22:36:15 2020 -0700
@@ -20,14 +20,14 @@
[255]
$ hg commit -i --config ui.interactive=false
abort: running non-interactively
- [255]
+ [10]
$ hg commit -i empty-rw<<EOF
> n
> EOF
diff --git a/empty-rw b/empty-rw
new file mode 100644
abort: empty commit message
- [255]
+ [10]
$ hg tip -p
changeset: -1:000000000000
@@ -46,7 +46,7 @@
diff --git a/empty-rw b/empty-rw
new file mode 100644
abort: empty commit message
- [255]
+ [10]
$ hg tip -p
changeset: -1:000000000000
@@ -1350,7 +1350,7 @@
$ hg commit -i -m'will abort'
abort: cannot partially commit a merge (use "hg commit" instead)
- [255]
+ [10]
$ hg up -C
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
@@ -1494,7 +1494,7 @@
Hunk #1 FAILED at 0
1 out of 1 hunks FAILED -- saving rejects to file editedfile.rej
abort: patch failed to apply
- [255]
+ [10]
$ cat editedfile
This change will not be committed
This is the second line
@@ -1540,7 +1540,7 @@
(enter ? for help) [Ynesfdaq?] e
abort: error parsing patch: unhandled transition: range -> range
- [255]
+ [10]
Exiting editor with status 1, ignores the edit but does not stop the recording
session
@@ -1600,7 +1600,7 @@
(enter ? for help) [Ynesfdaq?] e
abort: error parsing patch: unhandled transition: file -> other
- [255]
+ [10]
$ hg up -C
1 files updated, 0 files merged, 0 files removed, 0 files unresolved