diff hgfastimport/hgimport.py @ 49:ed66bd7bd2f6

comment
author Greg Ward <greg-hg@gerg.ca>
date Sun, 17 May 2009 18:18:13 -0400
parents 1cf21a8c274b
children 38fe4f98a3ff
line wrap: on
line diff
--- a/hgfastimport/hgimport.py	Sun May 17 18:18:01 2009 -0400
+++ b/hgfastimport/hgimport.py	Sun May 17 18:18:13 2009 -0400
@@ -88,6 +88,7 @@
 
     def gettags(self):
         """Return the tags as a dictionary of name: revision"""
+        # oops, this loses order
         return dict(self.processor.tags)
     
     def getchangedfiles(self, rev, i):