diff -r 419a6f715c6a -r 28b23b9073a8 hgext/convert/git.py --- a/hgext/convert/git.py Thu Jul 12 22:55:44 2007 -0700 +++ b/hgext/convert/git.py Fri Jul 13 08:28:57 2007 -0700 @@ -80,7 +80,8 @@ date = tm + " " + str(tz) author = author or "unknown" - c = commit(parents=parents, date=date, author=author, desc=message) + c = commit(parents=parents, date=date, author=author, desc=message, + rev=version) return c def gettags(self):