~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-24 07:26:47 UTC
  • mfrom: (3732.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080924072647-hpc17iasylpwiaem
fix bzr st -rbranch:path-to-branch (Lukas Lalinsky)

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
      when doing ``bzr pull`` or ``bzr merge`` from a ``bzr+ssh`` URL.
66
66
      (Andrew Bennetts, #246233)
67
67
 
 
68
    * Fixed ``bzr st -r branch:PATH_TO_BRANCH`` where the other branch
 
69
      is in a different repository than the current one.
 
70
      (Lukáš Lalinský, #144421)
 
71
 
68
72
    * Make the first line of the manpage preamble a comment again.
69
73
      (David Futcher, #242106)
70
74
 
99
103
      tree walking, and modular directory listing code to aid future
100
104
      performance optimisations and refactoring. (Robert Collins)
101
105
 
 
106
    * New method ``RevisionSpec.as_tree`` for representing the revision
 
107
      specifier as a revision tree object. (Lukáš Lalinský)
 
108
 
102
109
    * New win32utils.get_local_appdata_location() provides access to a local
103
110
      directory for storing data.  (Mark Hammond)
104
111