Added p4 delete behavioural emulation as todo item.

Signed-off-by: Simon Hausmann <hausmann@kde.org>
maint
Simon Hausmann 2007-02-21 17:51:07 +01:00
parent 90dc3dfdc8
commit 9c9fec3d28
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
# TODO: # TODO:
# - support integrations (at least p4i) # - support integrations (at least p4i)
# - support p4 submit (hah!) # - 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 os, string, sys, time
import marshal, popen2, getopt import marshal, popen2, getopt