Changeset 369:c5a5dca6e25a
- Timestamp:
- 08/25/08 08:28:36 (3 months ago)
- Author:
- Christos Trochalakis <yatiohi@…>
- Branch:
- default
- Message:
-
minor: RealNotes? - update hg log command for hg-shortlog.py
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r367
|
r369
|
|
| 12 | 12 | 2. Write NEWS entries since last release:: |
| 13 | 13 | |
| 14 | | hg log --template "{author|person}\t{desc|firstline}\n" -r tip:0.2 | python \ |
| | 14 | hg log --template "{author|person}\t{author|email}\t{desc|firstline}\n"| python \ |
| 15 | 15 | devel-docs/hg-shortlog.py | grep -v trivial > NEWS.new |
| 16 | 16 | gedit NEWS NEWS.new |