On Sun, Mar 13, 2011 at 9:05 PM, Nick Coghlan <ncogh...@gmail.com> wrote:
> On Sun, Mar 13, 2011 at 7:56 AM, Stephen J. Turnbull <step...@xemacs.org> 
> wrote:

>> 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.

missing = hg outgoing -b default

That's not quite what you want of course, but it all depends on how
averse you are to learning mq.<wink>
_______________________________________________
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