# HG changeset patch # User Greg Ward # Date 1242598693 14400 # Node ID ed66bd7bd2f62f8e44376125b95ab7c8c7186b5c # Parent 1cf21a8c274b7b5bbef7b57893c5c3787432d0e1 comment diff -r 1cf21a8c274b -r ed66bd7bd2f6 hgfastimport/hgimport.py --- 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):