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:
e7afd87
)
fix calculation of newest revision for initial import
author
Simon Hausmann
<hausmann@kde.org>
Wed, 7 Feb 2007 22:51:51 +0000
(23:51 +0100)
committer
Simon Hausmann
<hausmann@kde.org>
Wed, 7 Feb 2007 22:51:51 +0000
(23:51 +0100)
p4-fast-export.py
patch
|
blob
|
history
diff --git
a/p4-fast-export.py
b/p4-fast-export.py
index
16e3d8d
..
36381fb
100755
(executable)
--- a/
p4-fast-export.py
+++ b/
p4-fast-export.py
@@
-183,7
+183,7
@@
if len(revision) > 0:
fileCnt = 0
for info in p4CmdList("files %s...%s" % (prefix, revision)):
- change = in
fo["change"]
+ change = in
t(info["change"])
if change > newestRevision:
newestRevision = change