From: Guido van Rossum Date: Fri, 23 Jun 1995 22:37:53 +0000 (+0000) Subject: delete file after checkin X-Git-Tag: v1.3b1~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bab472540143fe5bb124b07c948b9309ce072536;p=thirdparty%2FPython%2Fcpython.git delete file after checkin --- diff --git a/Demo/pdist/RCSProxy.py b/Demo/pdist/RCSProxy.py index c22b81d16383..ed55e9ff1c65 100755 --- a/Demo/pdist/RCSProxy.py +++ b/Demo/pdist/RCSProxy.py @@ -12,7 +12,8 @@ The module defines two classes: RCSProxyLocal -- used for local access RCSProxyServer -- used on the server side of remote access -An additional class, RCSProxyClient, is defined in module rcsclient. +The corresponding client class, RCSProxyClient, is defined in module +rcsclient. The remote classes are instantiated with an IP address and an optional verbosity flag. @@ -109,6 +110,7 @@ class RCSProxyLocal(rcslib.RCS, DirSupport): f.write(data) f.close() self.checkin(name_rev, message) + self._remove(name) def _list(self, function, list = None): """INTERNAL: apply FUNCTION to all files in LIST.