~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2006-04-12 04:55:16 UTC
  • mfrom: (1653 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1655.
  • Revision ID: aaron.bentley@utoronto.ca-20060412045516-a3534bcfb08241f6
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    * New 'init-repository' command, plus support for repositories in 'init'
68
68
      and 'branch' (Aaron Bentley, Erik Bågfors)
69
69
 
 
70
    * Improve output of 'info' command. Show all relevant locations related to
 
71
      working tree, branch and repository. Use kibibytes for binary quantities.
 
72
      Fix off-by-one error in missing revisions of working tree.  Make 'info'
 
73
      work on branches, repositories and remote locations.  (Olaf Conradi)
 
74
 
70
75
  CHANGES:
71
76
 
72
77
    * Commit is now verbose by default, and shows changed filenames and the 
114
119
    * Progress bars are now nested - see
115
120
      bzrlib.ui.ui_factory.nested_progress_bar. (Robert Collins, Robey Pointer)
116
121
 
 
122
    * New API call get_format_description() for each type of format.
 
123
      (Olaf Conradi)
 
124
 
117
125
  TESTING:
118
126
 
119
127
    * SFTP tests now shortcut the SSH negotiation, reducing test overhead