Skip to content
Snippets Groups Projects
Commit ebf353aa4385 authored by Matt Harbison's avatar Matt Harbison
Browse files

tests: update test-commit-interactive.t for no-execbit platforms

These changes correspond with f802a75da585.

Differential Revision: https://phab.mercurial-scm.org/D6624
parent db5560c07a28
No related branches found
No related tags found
No related merge requests found
......@@ -1216,9 +1216,10 @@
> EOF
diff --git a/subdir/f1 b/subdir/f1
1 hunks, 1 lines changed
examine changes to 'subdir/f1'? [Ynesfdaq?] y
examine changes to 'subdir/f1'?
(enter ? for help) [Ynesfdaq?] y
@@ -1,2 +1,3 @@
a
a
+a
......@@ -1220,9 +1221,10 @@
@@ -1,2 +1,3 @@
a
a
+a
record this change to 'subdir/f1'? [Ynesfdaq?] y
record this change to 'subdir/f1'?
(enter ? for help) [Ynesfdaq?] y
$ hg tip --config diff.git=True -p
......@@ -1251,10 +1253,11 @@
> EOF
diff --git a/subdir/f1 b/subdir/f1
1 hunks, 1 lines changed
examine changes to 'subdir/f1'? [Ynesfdaq?] y
examine changes to 'subdir/f1'?
(enter ? for help) [Ynesfdaq?] y
@@ -1,3 +1,4 @@
a
a
a
+b
......@@ -1255,10 +1258,11 @@
@@ -1,3 +1,4 @@
a
a
a
+b
record this change to 'subdir/f1'? [Ynesfdaq?] y
record this change to 'subdir/f1'?
(enter ? for help) [Ynesfdaq?] y
$ hg tip --config diff.git=True -p
......@@ -1289,10 +1293,11 @@
> EOF
diff --git a/subdir/f1 b/subdir/f1
1 hunks, 1 lines changed
examine changes to 'subdir/f1'? [Ynesfdaq?] y
examine changes to 'subdir/f1'?
(enter ? for help) [Ynesfdaq?] y
@@ -2,3 +2,4 @@ a
a
a
b
+c
......@@ -1293,10 +1298,11 @@
@@ -2,3 +2,4 @@ a
a
a
b
+c
record this change to 'subdir/f1'? [Ynesfdaq?] y
record this change to 'subdir/f1'?
(enter ? for help) [Ynesfdaq?] y
$ hg tip --config diff.git=True -p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment