Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When piping output into a pager like "less", quiting the pager before | Fred Drake | 2003-08-14 | 1 | -2/+6 |
| | | | | | the output was consumed would cause and exception to be raise in logmerge; suppress this specific error, because it's not helpful. | ||||
* | Finally added a -h option to print the module docstring and exit. ;) | Barry Warsaw | 2003-04-20 | 1 | -2/+6 |
| | |||||
* | Use regular expressions for branch matching, to avoid including | Guido van Rossum | 2003-01-07 | 1 | -8/+11 |
| | | | | changes on a sub-branch into output for a given branch. | ||||
* | Added -b tag option to limit output to a specific branch only. | Guido van Rossum | 2002-09-29 | 1 | -5/+43 |
| | | | | Use -b HEAD to limit output to the trunk (skip all branch revisions). | ||||
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -4/+4 |
| | | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining. | ||||
* | Append the revision number for each file to the output. | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
| | | | | | | (Yes, this is a new feature right before the 2.1 release. No, I can't imagine this would seriously break anybody's code. In fact, most users of this script are probably *happy* to see this addition.) | ||||
* | Whitespace normalization. | Tim Peters | 2001-01-17 | 1 | -1/+1 |
| | |||||
* | Patch by Gerrit Holl: | Guido van Rossum | 2000-02-14 | 1 | -2/+6 |
| | | | | | | * In logmerge.py: added '-r' flag to show the oldest checkin first instead of the newest, and getopt.getopt was used wrong. | ||||
* | give in to tab police | Guido van Rossum | 1998-03-24 | 1 | -63/+63 |
| | |||||
* | Fix comment to add the all-important trailing colon to the example. | Guido van Rossum | 1997-10-06 | 1 | -9/+16 |
| | | | | Print the author with the revision date and filename. | ||||
* | Oops, there was a bug in the output formatting - the last printed | Guido van Rossum | 1997-08-14 | 1 | -2/+2 |
| | | | | values would overwrite the next value. | ||||
* | Consolidate a bunch of CVS or RCS logs read from stdin. | Guido van Rossum | 1997-08-14 | 1 | -0/+124 |