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
Showing
- hgext/mq.py 5 additions, 4 deletionshgext/mq.py
- hgext/strip.py 9 additions, 274 deletionshgext/strip.py
- mercurial/debugcommands.py 4 additions, 1 deletionmercurial/debugcommands.py
- mercurial/registrar.py 6 additions, 0 deletionsmercurial/registrar.py
- mercurial/strip.py 6 additions, 16 deletionsmercurial/strip.py
- relnotes/next 3 additions, 0 deletionsrelnotes/next
- tests/test-completion.t 2 additions, 0 deletionstests/test-completion.t
- tests/test-help.t 1 addition, 1 deletiontests/test-help.t
- tests/test-strip.t 4 additions, 6 deletionstests/test-strip.t
Loading
Please register or sign in to comment