##// END OF EJS Templates
record: turn on showfunc...
timeless -
r27411:c84a0753 default
parent child Browse files
Show More
@@ -116,6 +116,7 b' def dorecord(ui, repo, commitfunc, cmdsu'
116 116 diffopts = patch.difffeatureopts(ui, opts=opts, whitespace=True)
117 117 diffopts.nodates = True
118 118 diffopts.git = True
119 diffopts.showfunc = True
119 120 originaldiff = patch.diff(repo, changes=status, opts=diffopts)
120 121 originalchunks = patch.parsepatch(originaldiff)
121 122
@@ -318,7 +318,7 b' Modify end of plain file, no EOL'
318 318 1 hunks, 1 lines changed
319 319 examine changes to 'plain'? [Ynesfdaq?] y
320 320
321 @@ -9,3 +9,4 @@
321 @@ -9,3 +9,4 @@ 8
322 322 9
323 323 10
324 324 11
@@ -342,7 +342,7 b' Modify end of plain file, add EOL'
342 342 1 hunks, 1 lines changed
343 343 examine changes to 'plain'? [Ynesfdaq?] y
344 344
345 @@ -9,4 +9,4 @@
345 @@ -9,4 +9,4 @@ 8
346 346 9
347 347 10
348 348 11
@@ -387,7 +387,7 b' changes numbering'
387 387 4
388 388 record change 1/3 to 'plain'? [Ynesfdaq?] y
389 389
390 @@ -8,5 +8,3 @@
390 @@ -8,5 +8,3 @@ 7
391 391 8
392 392 9
393 393 10
@@ -656,7 +656,7 b' Record end'
656 656 1 hunks, 2 lines changed
657 657 examine changes to 'plain'? [Ynesfdaq?] y
658 658
659 @@ -9,3 +9,5 @@
659 @@ -9,3 +9,5 @@ 6
660 660 7
661 661 8
662 662 9
@@ -946,7 +946,7 b' Preserve chmod -x'
946 946 1 hunks, 1 lines changed
947 947 examine changes to 'subdir/f1'? [Ynesfdaq?] y
948 948
949 @@ -2,3 +2,4 @@
949 @@ -2,3 +2,4 @@ a
950 950 a
951 951 a
952 952 b
@@ -1379,7 +1379,7 b' Ignore win32text deprecation warning for'
1379 1379 1 hunks, 1 lines changed
1380 1380 examine changes to 'subdir/f1'? [Ynesfdaq?] y
1381 1381
1382 @@ -3,3 +3,4 @@
1382 @@ -3,3 +3,4 @@ a
1383 1383 a
1384 1384 b
1385 1385 c
@@ -1418,7 +1418,7 b' Test --user when ui.username not set'
1418 1418 1 hunks, 1 lines changed
1419 1419 examine changes to 'subdir/f1'? [Ynesfdaq?] y
1420 1420
1421 @@ -4,3 +4,4 @@
1421 @@ -4,3 +4,4 @@ a
1422 1422 b
1423 1423 c
1424 1424 d
@@ -1449,7 +1449,7 b' Moving files'
1449 1449 1 hunks, 1 lines changed
1450 1450 examine changes to 'plain' and 'plain3'? [Ynesfdaq?] y
1451 1451
1452 @@ -11,3 +11,4 @@
1452 @@ -11,3 +11,4 @@ 8
1453 1453 9
1454 1454 10
1455 1455 11
@@ -91,7 +91,7 b' record'
91 91 1 hunks, 1 lines changed
92 92 \x1b[0;33mexamine changes to 'a'? [Ynesfdaq?]\x1b[0m y (esc)
93 93
94 \x1b[0;35m@@ -2,7 +2,7 @@\x1b[0m (esc)
94 \x1b[0;35m@@ -2,7 +2,7 @@ c\x1b[0m (esc)
95 95 c
96 96 a
97 97 a
@@ -121,7 +121,7 b' qrecord'
121 121 1 hunks, 1 lines changed
122 122 \x1b[0;33mexamine changes to 'a'? [Ynesfdaq?]\x1b[0m y (esc)
123 123
124 \x1b[0;35m@@ -2,7 +2,7 @@\x1b[0m (esc)
124 \x1b[0;35m@@ -2,7 +2,7 @@ c\x1b[0m (esc)
125 125 c
126 126 a
127 127 a
General Comments 0
You need to be logged in to leave comments. Login now