##// END OF EJS Templates
strip: move into core...
strip: move into core As discussed at the 5.2 sprint, replace strip extension by a core command, debugstrip. Obviously, the extension stays for backwards compatibility. As an implementation note, I moved the strip file as is into core, which is not done elsewhere, AFAIK. I could have inlined it into debugcommands, but that doesn't sound great. Differential Revision: https://phab.mercurial-scm.org/D9285

File last commit:

r46469:a46efd42 default
r46469:a46efd42 default
Show More
next
22 lines | 272 B | text/plain | TextLexer
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == New Features ==
Yuya Nishihara
relnotes: add diffcontains() to new features list
r46343
Manuel Jacob
relnotes: make spacing before new section consistent...
r45762
Valentin Gatien-Baron
strip: move into core...
r46469 * `hg strip`, from the strip extension, is now a core command, `hg
debugstrip`. The extension remains for compatibility.
Martin von Zweigbergk
copy: add experimental support for marking committed copies...
r44847 == New Experimental Features ==
Martin von Zweigbergk
revset: add a revset for parents in merge state...
r44817
Manuel Jacob
relnotes: add release notes for relevant changes I did since the 5.4 release...
r45764
== Bug Fixes ==
Manuel Jacob
relnotes: make spacing before new section consistent...
r45762
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == Backwards Compatibility Changes ==
Manuel Jacob
relnotes: add release notes for relevant changes I did since the 5.4 release...
r45764
Martin von Zweigbergk
debugmergestate: make templated...
r44880
Martin von Zweigbergk
releasenotes: add a file in which to record release notes...
r42457 == Internal API Changes ==
Martin von Zweigbergk
merge: make low-level update() private (API)...
r46134