diff hgext/convert/convcmd.py @ 8444:057e96fe2955

convert: improve docstrings, comments.
author Greg Ward <greg-hg@gerg.ca>
date Sat, 16 May 2009 14:15:58 -0400
parents 29f4f0d66cd5
children e9e2a2c9b294
line wrap: on
line diff
--- a/hgext/convert/convcmd.py	Fri May 15 01:21:24 2009 +0200
+++ b/hgext/convert/convcmd.py	Sat May 16 14:15:58 2009 -0400
@@ -79,6 +79,9 @@
         self.authors = {}
         self.authorfile = None
 
+        # Record converted revisions persistently: maps source revision
+        # ID to target revision ID (both strings).  (This is how 
+        # incremental conversions work.)
         self.map = mapfile(ui, revmapfile)
 
         # Read first the dst author map if any