~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-28 05:09:22 UTC
  • mfrom: (2753.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070828050922-e7ovfulum5c7sd5o
(Blake Winton) BZR_PLUGIN_PATH should ignore trailiing slashes

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    * Accept ..\ as a path in revision specifiers. This fixes for example
40
40
      "-r branch:..\other-branch" on Windows.  (Lukáš Lalinský) 
41
41
 
 
42
    * ``BZR_PLUGIN_PATH`` may now contain trailing slashes.
 
43
      (Blake Winton, #129299)
 
44
 
42
45
  IMPROVEMENTS:
43
46
 
44
47
    * ``pull`` and ``merge`` are much faster at installing bundle format 4.