hgext/convert/subversion.py
changeset 4873 28b23b9073a8
parent 4848 5e365008360f
child 4925 2642726b61b6
--- a/hgext/convert/subversion.py	Thu Jul 12 22:55:44 2007 -0700
+++ b/hgext/convert/subversion.py	Fri Jul 13 08:28:57 2007 -0700
@@ -484,7 +484,8 @@
                           desc=log, 
                           parents=parents,
                           copies=copies,
-                          branch=branch)
+                          branch=branch,
+                          rev=rev.encode('utf-8'))
 
             self.commits[rev] = cset
             if self.child_cset and not self.child_cset.parents: