At file:///home/pqm/archives/thelove/bzr/2.0/ ------------------------------------------------------------ revno: 4734 [merge] revision-id: [email protected] parent: [email protected] parent: [email protected] committer: Canonical.com Patch Queue Manager <[email protected]> branch nick: 2.0 timestamp: Fri 2010-02-19 08:20:32 +0000 message: (igc) Fix CHM doc generation added: NEWS-template.txt newstemplate.txt-20100219053124-f4a3zo3ujiyawh7n-1 modified: NEWS NEWS-20050323055033-4e00b5db738777ff === modified file 'NEWS' --- a/NEWS 2010-02-18 05:38:14 +0000 +++ b/NEWS 2010-02-19 07:13:45 +0000 @@ -20,6 +20,9 @@ * Handle renames correctly when there are files or directories that differ only in case. (Chris Jones, Martin Pool, #368931) +* Fixed CHM generation by moving the NEWS section template into + a separate file. (Ian Clatworthy, #524184) + * If ``bzr push --create-prefix`` triggers an unexpected ``NoSuchFile`` error, report that error rather than failing with an unhelpful ``UnboundLocalError``. @@ -10871,37 +10874,5 @@ diff, status, etc. -bzr ?.?.? (not released yet) -############################ - -:Codename: template -:2.0.2: ??? - -Compatibility Breaks -******************** - -New Features -************ - -Bug Fixes -********* - -Improvements -************ - -Documentation -************* - -API Changes -*********** - -Internals -********* - -Testing -******* - - - .. vim: tw=74 ft=rst ff=unix
=== added file 'NEWS-template.txt' --- a/NEWS-template.txt 1970-01-01 00:00:00 +0000 +++ b/NEWS-template.txt 2010-02-19 07:13:45 +0000 @@ -0,0 +1,31 @@ +bzr ?.?.? +######### + +:Codename: Nirvana +:2.x.y: NOT RELEASED YET + +Compatibility Breaks +******************** + +New Features +************ + +Bug Fixes +********* + +Improvements +************ + +Documentation +************* + +API Changes +*********** + +Internals +********* + +Testing +******* + + -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
