[Python-Dev] New logmerge feature

Guido van Rossum guido@python.org
Sun, 29 Sep 2002 00:48:25 -0400


For those interested in poring over CVS logs, I've added a new feature
to logmerge.py: a -b tag option that restricts the output to a
specific branch tag.  Use -b HEAD to show only the CVS HEAD
(a.k.a. trunk).  (The default is to show all revisions regardless of
the branch on which they occur, which isn't always so easy if you're
interested in a specific branch.)

--Guido van Rossum (home page: http://www.python.org/~guido/)