summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3820007)
raw | patch | inline | side by side (parent: 3820007)
author | Pete Wyckoff <pw@padd.com> | |
Sat, 12 Mar 2011 16:23:23 +0000 (11:23 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 13 Mar 2011 08:06:25 +0000 (00:06 -0800) |
e32e00d (git-p4: better message for "git-p4 sync" when not cloned,
2011-02-19) broke the use of the "@all" revision specifier, e.g.,
git-p4 clone //depot/xxx@all
Fix it as per Tor Arvid's quick patch.
Signed-off-by: Pete Wyckoff <pw@padd.com>
Reported-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Based-on-patch-by: Tor Arvid Lund <torarvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2011-02-19) broke the use of the "@all" revision specifier, e.g.,
git-p4 clone //depot/xxx@all
Fix it as per Tor Arvid's quick patch.
Signed-off-by: Pete Wyckoff <pw@padd.com>
Reported-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Based-on-patch-by: Tor Arvid Lund <torarvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4 | patch | blob | history |
index 725af75995ce2af79814d61045d3c0a489812e62..3c44524cdf0488025be57a0a3db25af1de2fc101 100755 (executable)
changes.sort()
else:
- if not self.p4BranchesInGit:
+ if not isinstance(self, P4Clone) and not self.p4BranchesInGit:
die("No remote p4 branches. Perhaps you never did \"git p4 clone\" in here.");
if self.verbose:
print "Getting p4 changes for %s...%s" % (', '.join(self.depotPaths),