[Python-Dev] Hg: inter-branch workflow (original) (raw)
Eugene Toder eltoder at gmail.com
Tue Mar 22 02:02:16 CET 2011
- Previous message: [Python-Dev] Hg: inter-branch workflow
- Next message: [Python-Dev] Hg: inter-branch workflow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Not if the changes you want to suppress are actually also on the same branch as the one whose mainline you are trying to see (which they typically are, with the branch typically being "default").
Right, that would amount to not using named branches. But if you develop on a named feature-branch and merge into "default" when ready your local history is easy to filter-out without rebasing or collapsing.
Eugene
- Previous message: [Python-Dev] Hg: inter-branch workflow
- Next message: [Python-Dev] Hg: inter-branch workflow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]