On Sun, Apr 3, 2011 at 1:23 PM,  <s...@pobox.com> wrote:
> This isn't exactly Nick's setup, and I've never used graphviz/dot before, so
> I don't yet know how to lay things out, but, here's a first crack at it:
>
>    http://www.smontanaro.net/hgpython.png
>    http://www.smontanaro.net/hgpython.gv

I don't think you can easily push changes between 2 remote
repositories like that. It's also somewhat painful to have local
changes that you *don't* want to push - you have to be selective about
what gets sent to the remote repository, so a simple "hg push" doesn't
work any more.

I forgot to mention the other advantage of having a local sandbox that
corresponds to your public sandbox - it makes it easy to keep your
work area in sync across multiple machines.

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