Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
244b953
)
p4 p4 is not a valid p4 command :)
author
Simon Hausmann
<shausman@rhea.troll.no>
Wed, 23 May 2007 21:44:19 +0000
(23:44 +0200)
committer
Simon Hausmann
<shausman@rhea.troll.no>
Wed, 23 May 2007 21:44:19 +0000
(23:44 +0200)
git-p4
patch
|
blob
|
history
diff --git
a/git-p4
b/git-p4
index
6d016b8
..
b2341b7
100755
(executable)
--- a/
git-p4
+++ b/
git-p4
@@
-152,7
+152,7
@@
class P4RollBack(Command):
return False
maxChange = int(args[0])
- if "p4ExitCode" in p4Cmd("
p4
changes -m 1"):
+ if "p4ExitCode" in p4Cmd("changes -m 1"):
die("Problems executing p4");
if self.rollbackLocalBranches: