Undoing branch creation in Mercurial
Posted
by michaelmior
on Stack Overflow
See other posts from Stack Overflow
or by michaelmior
Published on 2010-06-07T18:23:29Z
Indexed on
2010/06/08
10:42 UTC
Read the original article
Hit count: 259
How can I undo the creation of a branch in Mercurial? For example, if I issue the command
hg branch newbranch
How can I delete this branch if I decide I entered the wrong name? I'm guessing this must be pretty simple to do, but I have yet to figure it out. Thanks!
© Stack Overflow or respective owner