~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-04 10:36:59 UTC
  • mfrom: (4784.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20091104103659-dvlb83d61qohmntd
(bialix,
        vila) Hooks daughter classes should always call the base constructor

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
Bug Fixes
22
22
*********
23
23
 
 
24
* Hooks daughter classes should always call the base constructor.
 
25
  (Alexander Belchenko, Vincent Ladeuil, #389648) 
 
26
 
24
27
* Sanitize commit messages that come in from the '-m' flag. We translate
25
28
  '\r\n' => '\n' and a plain '\r' => '\n'. The storage layer doesn't
26
29
  allow those because XML store silently translate it anyway. (The parser