[Python-Dev] Decisions about workflow (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Sun Apr 3 05:51:26 CEST 2011
- Previous message: [Python-Dev] Decisions about workflow
- Next message: [Python-Dev] The path module PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Apr 3, 2011 at 1:23 PM, <skip at 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 | ncoghlan at gmail.com | Brisbane, Australia
- Previous message: [Python-Dev] Decisions about workflow
- Next message: [Python-Dev] The path module PEP
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]