~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2006-05-05 00:44:25 UTC
  • mfrom: (1697 +trunk)
  • mto: (1697.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 1701.
  • Revision ID: robertc@robertcollins.net-20060505004425-55597abf11998087
Merge HEAD.

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
 
101
103
    * New option 'diff --diff-prefix' to control how files are named in diff
102
104
      output.  (Alexander Belchenko, Goffredo Baroncelli)
103
105
 
 
106
    * Add --revision option to 'annotate' command.  (Olaf Conradi)
 
107
 
104
108
    * If bzr shows an unexpected revision-history after pulling (perhaps due
105
109
      to a reweave) it can now be corrected by 'bzr reconcile'.
106
110
      (Robert Collins)
117
121
    * Make 'pull' and 'push' remember location on failure using --remember.
118
122
      (Olaf Conradi)
119
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
 
120
129
  INTERNALS:
121
130
  
122
131
    * The internal storage of history, and logical branch identity have now
170
179
      useful for testing or for overriding the bzrlib.progress heuristic.
171
180
      (Robert Collins)
172
181
 
 
182
    * New API method get_physical_lock_status() to query locks present on a
 
183
      transport.  (Olaf Conradi)
 
184
 
173
185
    * Repository.reconcile now takes a thorough keyword parameter to allow
174
186
      requesting an indepth reconciliation, rather than just a data-loss 
175
187
      check. (Robert Collins)