]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add "-r revisions" flag to log flags
authorGuido van Rossum <guido@python.org>
Sat, 7 Oct 1995 20:47:35 +0000 (20:47 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 7 Oct 1995 20:47:35 +0000 (20:47 +0000)
Demo/pdist/rcvs.py

index 5a053821219089299553ed1906e18da44dbea799..7920c18be802fd4516344cfac1f4589236de41bf 100755 (executable)
@@ -8,7 +8,6 @@
 # - if the remote file is deleted, "rcvs update" will fail
 #
 # Functionality:
-# - cvs log
 # - cvs rm
 # - descend into directories (alraedy done for update)
 # - conflict resolution
@@ -460,7 +459,7 @@ class rcvs(CommandFrameWork):
        def do_log(self, opts, files):
                """log [rlog-options] [file] ..."""
                self.cvs.log(files, opts)
-       flags_log = 'bhLNRtd:s:V:'
+       flags_log = 'bhLNRtd:s:V:r:'
 
 
 def remove(fn):