[Python-Dev] New logmerge feature (original) (raw)
Guido van Rossum guido@python.org
Sun, 29 Sep 2002 00:48:25 -0400
- Previous message: [Python-Dev] Doc location question
- Next message: [Python-Dev] Weekly Python Bug/Patch Summary
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] Doc location question
- Next message: [Python-Dev] Weekly Python Bug/Patch Summary
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]