On Sun, Mar 13, 2011 at 7:56 AM, Stephen J. Turnbull <step...@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   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to