[Python-Dev] Mercurial?

Dirkjan Ochtman dirkjan at ochtman.nl
Sun Apr 5 13:04:13 CEST 2009


On 05/04/2009 13:00, Antoine Pitrou wrote:
> Transplant or export/import have the right semantics IMO, but we lose the
> tracking that's built in svnmerge. Perhaps a new hg extension? ;)
> (the missing functionality is to store the list of transplanted or blocked
> changesets in a .hgXXX file (storing the original hashes, not the ones after
> transplant), and parse that file in order to compare it with the incoming
> changesets from an other repo)

Transplant can already keep the source revision hash on the new revision 
(in hg's equivalent of generic revprops, the extra dict). I think that 
blocked revisions will not be an issue due to the nature of the DAG, but 
I have too little experience with svnmerge to say for sure.

Cheers,

Dirkjan


More information about the Python-Dev mailing list