[Python-Dev] time-based releases (was Re: Preserving the definition order of class namespaces.)
Stephen J. Turnbull
stephen at xemacs.org
Fri May 29 12:24:56 CEST 2015
More information about the Python-Dev mailing list
Fri May 29 12:24:56 CEST 2015
- Previous message (by thread): [Python-Dev] time-based releases (was Re: Preserving the definition order of class namespaces.)
- Next message (by thread): [Python-Dev] time-based releases (was Re: Preserving the definition order of class namespaces.)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nathaniel Smith writes:
> DVCS back in the day :-). Unfortunately hg makes this a little
> trickier than it could be, because in hg the same commit can't be in
> two different branches; but this just means you have to insert some
> no-op merges, oh well.
Don't use named branches ("friends don't let friends ..."). Use
bookmarks. Theoretically that should work fine.
- Previous message (by thread): [Python-Dev] time-based releases (was Re: Preserving the definition order of class namespaces.)
- Next message (by thread): [Python-Dev] time-based releases (was Re: Preserving the definition order of class namespaces.)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list