Show More
@@ -647,7 +647,7 def trackedcmd(ui, repo, remotepath=None | |||||
647 | if ( |
|
647 | if ( | |
648 | ui.promptchoice( |
|
648 | ui.promptchoice( | |
649 | _( |
|
649 | _( | |
650 |
b'remove these unused includes ( |
|
650 | b'remove these unused includes (Yn)?' | |
651 | b'$$ &Yes $$ &No' |
|
651 | b'$$ &Yes $$ &No' | |
652 | ) |
|
652 | ) | |
653 | ) |
|
653 | ) |
@@ -486,14 +486,14 Test --auto-remove-includes | |||||
486 | looking for unused includes to remove |
|
486 | looking for unused includes to remove | |
487 | path:d0 |
|
487 | path:d0 | |
488 | path:d2 |
|
488 | path:d2 | |
489 |
remove these unused includes ( |
|
489 | remove these unused includes (Yn)? n | |
490 | $ hg tracked --auto-remove-includes |
|
490 | $ hg tracked --auto-remove-includes | |
491 | comparing with ssh://user@dummy/master |
|
491 | comparing with ssh://user@dummy/master | |
492 | searching for changes |
|
492 | searching for changes | |
493 | looking for unused includes to remove |
|
493 | looking for unused includes to remove | |
494 | path:d0 |
|
494 | path:d0 | |
495 | path:d2 |
|
495 | path:d2 | |
496 |
remove these unused includes ( |
|
496 | remove these unused includes (Yn)? y | |
497 | looking for local changes to affected paths |
|
497 | looking for local changes to affected paths | |
498 | moving unwanted changesets to backup |
|
498 | moving unwanted changesets to backup | |
499 | saved backup bundle to $TESTTMP/narrow-auto-remove/.hg/strip-backup/*-narrow.hg (glob) |
|
499 | saved backup bundle to $TESTTMP/narrow-auto-remove/.hg/strip-backup/*-narrow.hg (glob) | |
@@ -521,7 +521,7 Test --no-backup | |||||
521 | looking for unused includes to remove |
|
521 | looking for unused includes to remove | |
522 | path:d0 |
|
522 | path:d0 | |
523 | path:d2 |
|
523 | path:d2 | |
524 |
remove these unused includes ( |
|
524 | remove these unused includes (Yn)? y | |
525 | looking for local changes to affected paths |
|
525 | looking for local changes to affected paths | |
526 | deleting unwanted changesets |
|
526 | deleting unwanted changesets | |
527 | deleting data/d0/f.i |
|
527 | deleting data/d0/f.i |
General Comments 0
You need to be logged in to leave comments.
Login now