~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2006-05-03 08:05:05 UTC
  • mfrom: (1624.3.45 bzr.olaf.info)
  • mto: This revision was merged to the branch mainline in revision 1697.
  • Revision ID: mbp@sourcefrog.net-20060503080505-dd3f40f3ee57b137
[merge] bzr info and lock improvements (olaf)

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
 
166
168
      useful for testing or for overriding the bzrlib.progress heuristic.
167
169
      (Robert Collins)
168
170
 
 
171
    * New API method get_physical_lock_status() to query locks present on a
 
172
      transport.  (Olaf Conradi)
 
173
 
169
174
  TESTING:
170
175
 
171
176
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead