p4: fix long line and bad spacing around %
authorMartin Geisler <mg@aragost.com>
Tue, 15 Jun 2010 11:05:17 +0200
changeset 11348 ad0a334eef16
parent 11347 18680b0e20a7
child 11349 cf8a9154a362
p4: fix long line and bad spacing around %
hgext/convert/p4.py
--- 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