~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-04 08:12:15 UTC
  • mfrom: (1692.7.5 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060504081215-e807a459c8bcb379
(mbp,olaf) lock info, metaweave format name, docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
    * Improve output of 'info' command. Show all relevant locations related to
70
70
      working tree, branch and repository. Use kibibytes for binary quantities.
71
71
      Fix off-by-one error in missing revisions of working tree.  Make 'info'
72
 
      work on branches, repositories and remote locations.  (Olaf Conradi)
 
72
      work on branches, repositories and remote locations.  Show locations
 
73
      relative to the shared repository, if applicable.  Show locking status
 
74
      of locations.  (Olaf Conradi)
73
75
 
74
76
    * Diff and merge now safely handle binary files. (Aaron Bentley)
75
77
 
119
121
    * Make 'pull' and 'push' remember location on failure using --remember.
120
122
      (Olaf Conradi)
121
123
 
 
124
    * For compatibility, make old format for using weaves inside metadir
 
125
      available as 'metaweave' format.  Rename format 'metadir' to 'default'.
 
126
      Clean up help for option --format in commands 'init', 'init-repo' and
 
127
      'upgrade'.  (Olaf Conradi)
 
128
 
122
129
  INTERNALS:
123
130
  
124
131
    * The internal storage of history, and logical branch identity have now
172
179
      useful for testing or for overriding the bzrlib.progress heuristic.
173
180
      (Robert Collins)
174
181
 
 
182
    * New API method get_physical_lock_status() to query locks present on a
 
183
      transport.  (Olaf Conradi)
 
184
 
175
185
    * Repository.reconcile now takes a thorough keyword parameter to allow
176
186
      requesting an indepth reconciliation, rather than just a data-loss 
177
187
      check. (Robert Collins)