Cross Forests
/
projects
/
python
/
fast-export.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d3db4
)
remove debug print
author
Han-Wen Nienhuys
<hanwen@google.com>
Wed, 23 May 2007 21:49:35 +0000
(18:49 -0300)
committer
Han-Wen Nienhuys
<hanwen@google.com>
Thu, 31 May 2007 15:40:24 +0000
(12:40 -0300)
git-p4
patch
|
blob
|
history
diff --git
a/git-p4
b/git-p4
index
cc0b701
..
5dae1f1
100755
(executable)
--- a/
git-p4
+++ b/
git-p4
@@
-1031,7
+1031,6
@@
class P4Sync(Command):
p4Change = 0
for branch in self.p4BranchesInGit:
- print self.p4BranchesInGit
logMsg = extractLogMessageFromGitCommit(self.refPrefix + branch)
settings = extractSettingsGitLog(logMsg)