Mercurial > hg-stable
comparison tests/test-mq.t @ 41605:e67a85e0f19e
mq: always show relative path to .orig backup
Same as previous commit, but for mq (I would have folded them, but
test-check-commit doesn't like "revert/mq" as a topic and I couldn't
think of a better one).
Differential Revision: https://phab.mercurial-scm.org/D5872
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Wed, 06 Feb 2019 15:26:53 -0800 |
parents | c303d65d2e34 |
children | 251332dbf33d |
comparison
equal
deleted
inserted
replaced
41604:4d4842445afc | 41605:e67a85e0f19e |
---|---|
1404 apply force, should discard changes in hello, but not bye | 1404 apply force, should discard changes in hello, but not bye |
1405 | 1405 |
1406 $ hg qpush -f --verbose --config 'ui.origbackuppath=.hg/origbackups' | 1406 $ hg qpush -f --verbose --config 'ui.origbackuppath=.hg/origbackups' |
1407 applying empty | 1407 applying empty |
1408 creating directory: $TESTTMP/forcepush/.hg/origbackups | 1408 creating directory: $TESTTMP/forcepush/.hg/origbackups |
1409 saving current version of hello.txt as $TESTTMP/forcepush/.hg/origbackups/hello.txt | 1409 saving current version of hello.txt as .hg/origbackups/hello.txt |
1410 patching file hello.txt | 1410 patching file hello.txt |
1411 committing files: | 1411 committing files: |
1412 hello.txt | 1412 hello.txt |
1413 committing manifest | 1413 committing manifest |
1414 committing changelog | 1414 committing changelog |