From 7b6a30fe2a3870ca49ff0b56a73dc19014f0e642 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 21 Feb 2007 17:51:07 +0100 Subject: [PATCH] another todo item --- p4-fast-export.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/p4-fast-export.py b/p4-fast-export.py index f37fdcf..6fd86cf 100755 --- a/p4-fast-export.py +++ b/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 -- 2.11.0