##// END OF EJS Templates
amend: fix amend with copies in extras...
amend: fix amend with copies in extras If copy information is stored only in the commit extras and not in filelogs, then they get lost on amend if the file wasn't also modified in the working copy. That's because we create `filectx` object from the old commit in those cases, and the `.copysource()` of such objects read only from the filelog. This patch fixes it by always creating a new `memfilectx` in these cases, passing the calculated copy information to it. Differential Revision: https://phab.mercurial-scm.org/D12387

File last commit:

r16442:9181188f default
r49833:877d7e1a stable
Show More
factotum.rc
4 lines | 128 B | text/x-stsrc | TextLexer
Steven Stallion
plan9: finalize documentation for next release
r16442 # The factotum extension permits factotum(4) to act as an
# authentication agent for HTTP repositories.
Steven Stallion
plan9: initial support for plan 9 from bell labs...
r16383 [extensions]
factotum =