From: Simon Hausmann Date: Wed, 23 May 2007 21:44:19 +0000 (+0200) Subject: p4 p4 is not a valid p4 command :) X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=25a59c6c420623d7eceaaaa509fc6222734c6f9c;p=python%2Ffast-export.git p4 p4 is not a valid p4 command :) --- diff --git a/git-p4 b/git-p4 index 6d016b8..b2341b7 100755 --- 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: