# HG changeset patch # User Martin Geisler # Date 1276592717 -7200 # Node ID ad0a334eef163df857c36fdca2bd4daadba9df99 # Parent 18680b0e20a72421b75f2e8d6661c3327b17c504 p4: fix long line and bad spacing around % diff -r 18680b0e20a7 -r ad0a334eef16 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