summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f1e9b53)
raw | patch | inline | side by side (parent: f1e9b53)
author | Simon Hausmann <hausmann@kde.org> | |
Sat, 17 Feb 2007 15:18:22 +0000 (01:18 +1000) | ||
committer | Simon Hausmann <hausmann@kde.org> | |
Sat, 17 Feb 2007 15:18:22 +0000 (01:18 +1000) |
Signed-off-by: Simon Hausmann <hausmann@kde.org>
contrib/fast-import/p4-fast-export.py | patch | blob | history |
index 76c4b9d3230dfff589ea2fb9f7da30a0e339cf17..f37fdcf96e324c1441b2b791a90860c1f4506f41 100755 (executable)
merges = Set()
for file in files:
- if lastChange == 0:
+ if lastChange == 0 or not detectBranches:
continue
path = file["path"]
if not path.startswith(branchPrefix):