diff options
author | Guido van Rossum <guido@python.org> | 1995-04-28 14:33:08 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-04-28 14:33:08 (GMT) |
commit | 81be17bdaeb1040599382f93a5dc232a164f26c0 (patch) | |
tree | a45c535eabc71ff32befd889643a48b679a36374 /Demo/pdist | |
parent | ae21ced5da51e5ed74a4206ef919dba939dfaf4f (diff) | |
download | cpython-81be17bdaeb1040599382f93a5dc232a164f26c0.zip cpython-81be17bdaeb1040599382f93a5dc232a164f26c0.tar.gz cpython-81be17bdaeb1040599382f93a5dc232a164f26c0.tar.bz2 |
report() needs to report enew and edeleted
Diffstat (limited to 'Demo/pdist')
-rwxr-xr-x | Demo/pdist/cvslib.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/pdist/cvslib.py b/Demo/pdist/cvslib.py index 8ddb8a8..5ecf71e 100755 --- a/Demo/pdist/cvslib.py +++ b/Demo/pdist/cvslib.py @@ -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: |