summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Simon Hausmann <hausmann@kde.org>2007-02-21 17:51:07 +0100
committerLibravatar Simon Hausmann <hausmann@kde.org>2007-02-21 17:51:07 +0100
commit9c9fec3d28a77240fc7dbf44ba2f0805fed5f012 (patch)
tree0448fd16688340ee94d1340487d908a15fc65d3b /contrib
parentFix single-branch imports by skipping the branch/merge detection correctly. (diff)
downloadtgif-9c9fec3d28a77240fc7dbf44ba2f0805fed5f012.tar.xz
Added p4 delete behavioural emulation as todo item.
Signed-off-by: Simon Hausmann <hausmann@kde.org>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/fast-import/p4-fast-export.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py
index f37fdcf96e..6fd86cf735 100755
--- a/contrib/fast-import/p4-fast-export.py
+++ b/contrib/fast-import/p4-fast-export.py
@@ -8,6 +8,8 @@
# TODO:
# - support integrations (at least p4i)
# - support p4 submit (hah!)
+# - emulate p4's delete behavior: if a directory becomes empty delete it. continue
+# with parent dir until non-empty dir is found.
#
import os, string, sys, time
import marshal, popen2, getopt