Remove a named branch

Bela Babik teki321 at gmail.com
Wed Apr 16 09:55:02 UTC 2008


Have you merged that named branch in the default one?

$ hg help strip
hg strip [-f] [-b] [-n] REV

strip a revision and all later revs on the same branch


On Wed, Apr 16, 2008 at 7:40 PM, Francesc Esplugas
<francesc.esplugas at gmail.com> wrote:
>
>  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