##// END OF EJS Templates
subrepo: change default path in hgrc of subrepo after cloning...
subrepo: change default path in hgrc of subrepo after cloning Previous behavior was to put in the cloned subrepos the path found in the original main repo. However it isn't valid for relative path and it seems more logical to reference instead the subrepos working copy path of the original main repo.

File last commit:

r10081:a5f3f9b1 default
r10378:e1401c74 default
Show More
test-rollback.out
43 lines | 1.2 KiB | text/plain | TextLexer
/ tests / test-rollback.out
Vadim Gelfer
deprecate undo command, replace with rollback command.
r2227 checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
changeset: 0:0acdaf898367
tag: tip
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: test
rolling back last transaction
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
0 files, 0 changesets, 0 total revisions
A a
Thomas Arendsen Hein
Do not abort rollback if undo.branch isn't available, but warn.
r6058 % Test issue 902
Alexandre Vassalotti
restore branch after rollback (issue 902)
r5814 marked working directory as branch test
rolling back last transaction
default
Greg Ward
commit: save commit message so it's not destroyed by rollback....
r9934 % Test issue 1635 (commit message saved)
.hg/last-message.txt:
test2
Thomas Arendsen Hein
Do not abort rollback if undo.branch isn't available, but warn.
r6058 % Test rollback of hg before issue 902 was fixed
marked working directory as branch test
rolling back last transaction
Named branch could not be reset, current branch still is: test
test
Greg Ward
commit: save commit message so it's not destroyed by rollback....
r9934 % rollback by pretxncommit saves commit message (issue 1635)
transaction abort!
rollback completed
Mads Kiilerich
test-rollback: Ignore hook exit code...
r10081 abort: pretxncommit hook exited ...
Greg Ward
commit: save commit message so it's not destroyed by rollback....
r9934 .hg/last-message.txt:
precious commit message
Greg Ward
commit: if relevant, tell user their commit message was saved....
r9935 % same thing, but run $EDITOR
transaction abort!
rollback completed
note: commit message saved in .hg/last-message.txt
Mads Kiilerich
test-rollback: Ignore hook exit code...
r10081 abort: pretxncommit hook exited ...
Greg Ward
commit: if relevant, tell user their commit message was saved....
r9935 .hg/last-message.txt:
another precious commit message