[Python-Dev] Using feature branches for local development
Stephen J. Turnbull
stephen at xemacs.org
Sun Mar 13 15:44:44 CET 2011
On Sun, Mar 13, 2011 at 9:05 PM, Nick Coghlan <ncoghlan at gmail.com> wrote:
> On Sun, Mar 13, 2011 at 7:56 AM, Stephen J. Turnbull <stephen at 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>
More information about the Python-Dev
mailing list