Comments
Patch
rename from file1
rename to file1new
2 hunks, 2 lines changed
examine changes to 'file1' and 'file1new'? [Ynesfdaq?]
@@ -1,3 +1,3 @@
1
-2
+foo
3
record change 1/4 to 'file1new'? [Ynesfdaq?]
@@ -3,3 +3,3 @@
3
-4
+bar
5
record change 2/4 to 'file1new'? [Ynesfdaq?] n
2 hunks, 2 lines changed
examine changes to 'file2'? [Ynesfdaq?]
@@ -1,3 +1,3 @@
9
-8
+foo
7
record change 3/4 to 'file2'? [Ynesfdaq?]
@@ -3,3 +3,3 @@
7
-6
+bar
5
record change 4/4 to 'file2'? [Ynesfdaq?] n
created new head
1 hunks, 1 lines changed
examine changes to 'file2'? [Ynesfdaq?]
@@ -1,5 +1,5 @@
9
foo
7
-6
+bar
5
record this change to 'file2'? [Ynesfdaq?]
Notice that the second split did not even prompt me for the "bar" line from the
first commit (to which I answered "n") - it was already included in the first
split, when it shouldn't have been.
As expected, it's not on the second change:
$ hg diff -c .
@@ -1,5 +1,5 @@
9
foo
7
-6
+bar
5