Skip to content

Commit

Permalink
Fix p4 execution in git-p4 rollback.
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
  • Loading branch information
Simon Hausmann committed May 23, 2007
1 parent 66a2f52 commit ad192f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/fast-import/git-p4
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ad192f2

Please sign in to comment.