hgext/convert/convcmd.py
changeset 8444 057e96fe2955
parent 8377 29f4f0d66cd5
child 8456 e9e2a2c9b294
--- 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