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
_______________________________________________
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