Mercurial > hg > hg-fastimport
changeset 49:ed66bd7bd2f6
comment
| author | Greg Ward <greg-hg@gerg.ca> |
|---|---|
| date | Sun, 17 May 2009 18:18:13 -0400 |
| parents | 1cf21a8c274b |
| children | b027552d517b |
| files | hgfastimport/hgimport.py |
| diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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):
