Don't make len(p4Cmd("p4 changes -m 1 //foo/...")) == 0 succeed when the p4 command...
commit409a4ab6ea66b630e1dbb52c1cdac2aefa855928
authorSimon Hausmann <shausman@rhea.troll.no>
Wed, 23 May 2007 21:27:31 +0000 (23 23:27 +0200)
committerSimon Hausmann <shausman@rhea.troll.no>
Wed, 23 May 2007 21:29:01 +0000 (23 23:29 +0200)
tree588d57be7e52a6d34c605d4b38fdb719ba8a05ec
parent8796865166f607b0517a5f18aa82080993625841
Don't make len(p4Cmd("p4 changes -m 1 //foo/...")) == 0 succeed when the p4 command itself failed.

When the p4 command failed write out the exit code in the returned dict.
git-p4