[Python-Dev] Using feature branches for local development (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Sun Mar 13 13:05:42 CET 2011
- Previous message: [Python-Dev] Using feature branches for local development
- Next message: [Python-Dev] Using feature branches for local development
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Mar 13, 2011 at 7:56 AM, Stephen J. Turnbull <stephen at xemacs.org> wrote:
2. Once I'm done with the feature branch, I need to nuke it somehow (e.g. by enabling the mq extension to gain access to "hg strip" command) You may want to do that, but hg branch obsolete-branch; hg commit -m "I'm done" --close should also do the trick of getting it out of the way of most commands.
Alas, "hg outgoing" isn't one of those commands.
Since I've enabled mq anyway, I may just start learning how to use it :)
Cheers, Nick.
-- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] Using feature branches for local development
- Next message: [Python-Dev] Using feature branches for local development
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]