summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a6d5da3)
raw | patch | inline | side by side (parent: a6d5da3)
author | Simon Hausmann <shausman@trolltech.com> | |
Wed, 23 May 2007 21:32:32 +0000 (23:32 +0200) | ||
committer | Simon Hausmann <shausman@trolltech.com> | |
Wed, 23 May 2007 21:32:32 +0000 (23:32 +0200) |
Signed-off-by: Simon Hausmann <shausman@trolltech.com>
contrib/fast-import/git-p4 | patch | blob | history |
index 89a85ebb19aa7c94d04b6ce76c1187d296b42355..6ae3bc6e5db86babbc1b8d68a66f28252881ba07 100755 (executable)
pass
exitCode = pipe.close()
if exitCode != None:
- result["p4ExitCode"] = exitCode
+ entry = {}
+ entry["p4ExitCode"] = exitCode
+ result.append(entry)
return result