##// END OF EJS Templates
add a fix for issue 1175...
add a fix for issue 1175 If we copy a file followed by an update, it's possible for the parent manifest to no longer contain the source file of the copy, which could cause commit to fail. If this happens, we search backwares from the first parent to find the most likely original revision.

File last commit:

r6058:88b4d726 default
r6875:0d714a48 default
Show More
test-rollback.out
27 lines | 728 B | 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
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