~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-04-07 07:52:50 UTC
  • mfrom: (3340.1.1 208418-1.4)
  • Revision ID: pqm@pqm.ubuntu.com-20080407075250-phs53xnslo8boaeo
Return the correct knit serialisation method in _StreamAccess.
        (Andrew Bennetts, Martin Pool, Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    * Don't ask for a password if there is no real terminal.
96
96
      (Alexander Belchenko, #69851)
97
97
 
 
98
    * Fix a bug causing a ValueError crash in ``parse_line_delta_iter`` when
 
99
      fetching revisions from a knit to pack repository or vice versa using
 
100
      bzr:// (including over http or ssh).
 
101
      (#208418, Andrew Bennetts, Martin Pool, Robert Collins)
 
102
 
98
103
    * Implement handling of basename parameter for DefaultMail.  (James Westby)
99
104
 
100
105
    * Launchpad locations (lp: URLs) can be pulled.  (Aaron Bentley, #181945)