hgext/convert/git.py
branchstable
changeset 14735 d297ee0b2d94
parent 14177 fc004d16633f
child 14945 11aad09a6370
--- a/hgext/convert/git.py	Sat Jun 25 01:55:13 2011 +0200
+++ b/hgext/convert/git.py	Sat Jun 25 01:55:15 2011 +0200
@@ -37,7 +37,7 @@
                 (sin, so, se) = util.popen3('GIT_DIR=%s %s' % (self.path, s))
                 return so
             else:
-                util.popen('GIT_DIR=%s %s' % (self.path, s), 'rb')
+                return util.popen('GIT_DIR=%s %s' % (self.path, s), 'rb')
 
     def gitread(self, s):
         fh = self.gitopen(s)