From: Simon Hausmann Date: Wed, 21 Feb 2007 16:51:07 +0000 (+0100) Subject: Added p4 delete behavioural emulation as todo item. X-Git-Tag: v1.5.3-rc0~65^2^2~201 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=9c9fec3d28a77240fc7dbf44ba2f0805fed5f012;p=git.git Added p4 delete behavioural emulation as todo item. Signed-off-by: Simon Hausmann --- diff --git a/contrib/fast-import/p4-fast-export.py b/contrib/fast-import/p4-fast-export.py index f37fdcf96..6fd86cf73 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