git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
47e33ec
)
Don't print a plain newline at the end of the execution (avoids bogus cron error...
author
Simon Hausmann
<redacted>
Thu, 22 Feb 2007 09:20:53 +0000
(10:20 +0100)
committer
Simon Hausmann
<redacted>
Thu, 22 Feb 2007 09:20:53 +0000
(10:20 +0100)
Signed-off-by: Simon Hausmann <redacted>
contrib/fast-import/p4-fast-export.py
patch
|
blob
|
history
diff --git
a/contrib/fast-import/p4-fast-export.py
b/contrib/fast-import/p4-fast-export.py
index 0541f84188917e13baeef4cedd67e3a568f2cf4b..8f5b8fe3140b149000ae8cba3a52948bdc221070 100755
(executable)
--- a/
contrib/fast-import/p4-fast-export.py
+++ b/
contrib/fast-import/p4-fast-export.py
@@
-332,8
+332,6
@@
if len(changeRange) == 0:
except:
pass
-sys.stderr.write("\n")
-
tz = - time.timezone / 36
tzsign = ("%s" % tz)[0]
if tzsign != '+' and tzsign != '-':
git clone https://git.99rst.org/PROJECT