p4 p4 is not a valid p4 command :)

This commit is contained in:
Simon Hausmann
2007-05-23 23:44:19 +02:00
parent 244b953db5
commit 25a59c6c42

2
git-p4
View File

@@ -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: