Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: document pitfalls with 3-way merge
[gitweb.git]
/
git-p4.py
diff --git
a/git-p4.py
b/git-p4.py
index 88fcf232e5739b14a60f8b2c2a45add4a48e764b..31e71ff8b248339749bbcd045acdf602a1a21463 100755
(executable)
--- a/
git-p4.py
+++ b/
git-p4.py
@@
-1786,7
+1786,7
@@
def run(self, args):
missingGitTags = gitTags - p4Labels
self.exportGitTags(missingGitTags)
- # exit with error unless everything applied perfecly
+ # exit with error unless everything applied perfec
t
ly
if len(commits) != len(applied):
sys.exit(1)