Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-p4: Change p4 command invocation
[gitweb.git]
/
contrib
/
fast-import
/
git-p4
diff --git
a/contrib/fast-import/git-p4
b/contrib/fast-import/git-p4
index 0bf2625077b2b25fbeebd0d77874a9e5e3f1a6ca..b951ce58bbc199a122f806377fd42563118969e5 100755
(executable)
--- a/
contrib/fast-import/git-p4
+++ b/
contrib/fast-import/git-p4
@@
-1984,7
+1984,7
@@
class P4Sync(Command, P4UserMap):
def importChanges(self, changes):
cnt = 1
for change in changes:
- description = p4Cmd(
"describe %s" % change
)
+ description = p4Cmd(
["describe", str(change)]
)
self.updateOptionDict(description)
if not self.silent: