summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7530a40)
raw | patch | inline | side by side (parent: 7530a40)
author | Han-Wen Nienhuys <hanwen@google.com> | |
Wed, 23 May 2007 21:49:35 +0000 (18:49 -0300) | ||
committer | Han-Wen Nienhuys <hanwen@google.com> | |
Fri, 8 Jun 2007 21:19:16 +0000 (18:19 -0300) |
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
contrib/fast-import/git-p4 | patch | blob | history |
index e955ad4f442d1e44cf96079f8589687ba487c26e..35c24c93e3e0705e6861838684c42853d5322e2d 100755 (executable)
text += filedata[j]['data']
j += 1
+
+ if not stat.has_key('depotFile'):
+ sys.stderr.write("p4 print fails with: %s\n" % repr(stat))
+ continue
+
contents[stat['depotFile']] = text
for f in files: