summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7530a40)
raw | patch | inline | side by side (parent: 7530a40)
author | Simon Hausmann <shausman@trolltech.com> | |
Thu, 7 Jun 2007 07:19:34 +0000 (09:19 +0200) | ||
committer | Simon Hausmann <shausman@trolltech.com> | |
Thu, 7 Jun 2007 07:19:34 +0000 (09:19 +0200) |
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
contrib/fast-import/git-p4 | patch | blob | history |
index e955ad4f442d1e44cf96079f8589687ba487c26e..e576f2dd9efb39fcb86eda826b18a059828a87ef 100755 (executable)
values[key] = val
- values['depot-paths'] = values.get("depot-paths").split(',')
+ paths = values.get("depot-paths")
+ if not paths:
+ paths = values.get("depot-path")
+ values['depot-paths'] = paths.split(',')
return values
def gitBranchExists(branch):