[Python-Dev] hg extensions (was: Mercurial conversion repositories)

Éric Araujo merwok at netwok.org
Sun Feb 27 00:19:56 CET 2011


Hi,

>     shelve
>         http://mercurial.selenic.com/wiki/ShelveExtension
>         Store un commited changes away so they dont affect generation
> of the patch
I never use it.

>    transplant
>         http://mercurial.selenic.com/wiki/TransplantExtension
>         required to port patches between major versions
That’s actually not clear in the current PEP / devguide.

>     record
>         http://mercurial.selenic.com/wiki/RecordExtension
>         Allows cherry picking of commits to build a patch, Also works with mq
“Cherry-picking“ means “selecting some changesets for pull”, not
“selecting some diff hunks for commit”.

>     Crecord
>         http://mercurial.selenic.com/wiki/CrecordExtension
>         appears to be a c optimized version or record
Not at all.  It has the same functionality as record, only in a curses
UI instead of an unusable line-based interface.

> Branch Management
>     bookmarks
>         http://mercurial.selenic.com/wiki/BookmarksExtension
>         Great for tracking bug fix work without needing to create a
> separate working directory
Never use them.  Clones are okay.

Regards


More information about the Python-Dev mailing list