~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Aaron Bentley
  • Date: 2007-07-23 19:37:15 UTC
  • mto: (1551.19.24 Aaron's mergeable stuff)
  • mto: This revision was merged to the branch mainline in revision 2650.
  • Revision ID: abentley@panoramicfeedback.com-20070723193715-2xkkwmr4l3bfb650
bzr checkout -r always works, even with -r0 (#127708)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    * ``bzr status`` now honours FILE parameters for conflict lists
30
30
      (Aaron Bentley, #127606)
31
31
 
 
32
    * ``bzr checkout`` now honours -r when reconstituting a working tree.
 
33
      It also honours -r 0.  (Aaron Bentley, #127708)
 
34
 
32
35
  IMPROVEMENTS:
33
36
 
34
37
    * Don't show "dots" progress indicators when run non-interactively, such