]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
report() needs to report enew and edeleted
authorGuido van Rossum <guido@python.org>
Fri, 28 Apr 1995 14:33:08 +0000 (14:33 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 28 Apr 1995 14:33:08 +0000 (14:33 +0000)
Demo/pdist/cvslib.py

index 8ddb8a8b4a04ce4208b0e702f76e88c582c51965..5ecf71e53613cd5ca4b65ebbc85734f5f9eba030 100755 (executable)
@@ -155,6 +155,8 @@ class File:
                        r("lmtime", gmctime)
                if self.eseen:
                        r("erev")
+                       r("enew")
+                       r("edeleted")
                        r("ectime", gmctime)
                        r("emtime", gmctime)
                if self.rseen: