~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-07-03 13:48:52 UTC
  • mfrom: (1835 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1836.
  • Revision ID: john@arbash-meinel.com-20060703134852-295eeb195b8e2811
[merge] bzr.dev 1835

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  IMPROVEMENTS:
4
4
 
 
5
   * No default ignore rules are applied by bzr - only the rules in .bzrignore
 
6
     are considered. This fixes bugs with default rules being enforced no
 
7
     matter what. The old list of ignore rules from bzr is available by
 
8
     running 'bzr ignore --old-default-rules'.
 
9
 
5
10
   * Tests updates to ensure proper URL handling, UNICODE support, and
6
11
     proper printing when the user's terminal encoding cannot display 
7
12
     the path of a file that has been versioned.
68
73
   * 'bzr checkout' now aliased to 'bzr co', and 'bzr annotate' to 'bzr ann'.
69
74
     (Michael Ellerman)
70
75
 
 
76
   * 'bzr revert DIRECTORY' now reverts the contents of the directory as well.
 
77
     (Aaron Bentley)
 
78
 
71
79
  BUG FIXES:
72
80
 
73
81
    * Fix shadowed definition of TestLocationConfig that caused some