hgext/convert/p4.py
changeset 11348 ad0a334eef16
parent 11347 18680b0e20a7
child 12387 4f8067c94729
--- a/hgext/convert/p4.py	Mon Jun 14 16:38:36 2010 +0100
+++ b/hgext/convert/p4.py	Tue Jun 15 11:05:17 2010 +0200
@@ -148,7 +148,8 @@
         return self.heads
 
     def getfile(self, name, rev):
-        cmd = 'p4 -G print %s' % util.shellquote("%s#%s"%(self.depotname[name], rev))
+        cmd = 'p4 -G print %s' \
+            % util.shellquote("%s#%s" % (self.depotname[name], rev))
         stdout = util.popen(cmd, mode='rb')
 
         mode = None