Remove a named branch
Francesc Esplugas
francesc.esplugas at gmail.com
Wed Apr 16 09:40:24 UTC 2008
I also tried this but it removes all the changesets after that revision.
I've this ...
------------------------------------------------
[sueisfine]$ hg branches
default 536:deaf91d68e94
refactor-typus.yml 173:406edf35966d (inactive)
------------------------------------------------
And what I want is to remove the named branch "refactor-typus.yml".
`hg strip 172`, where the branch was created does remove all the
changesets after 172. So doesn't work.
Any suggestion?
Francesc
On Apr 16, 2008, at 11:20 AM, Bela Babik wrote:
> You can try the strip command from mq. (but be careful)
More information about the Mercurial
mailing list