~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-07-07 16:01:59 UTC
  • mfrom: (1843 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1871.
  • Revision ID: john@arbash-meinel.com-20060707160159-2e7b7360bc3bed82
[merge] 1843

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
   * 'branches.conf' has been changed to 'locations.conf', since it can apply
70
70
     to more locations than just branch locations.
71
71
     (Aaron Bentley)
 
72
   
 
73
   * 'bzr whoami' can now be used to set your identity from the command line,
 
74
     for a branch or globally.  (Robey Pointer)
72
75
 
73
76
   * 'bzr checkout' now aliased to 'bzr co', and 'bzr annotate' to 'bzr ann'.
74
77
     (Michael Ellerman)
99
102
    * Cleanup win32 test suite, and general cleanup of places where
100
103
      file handles were being held open. (John Arbash Meinel)
101
104
 
 
105
    * When specifying filenames for 'diff -r x..y', the name of the file in the
 
106
      working directory can be used, even if its name is different in both x
 
107
      and y.
 
108
 
102
109
  INTERNALS:
103
110
 
104
111
    * Combine the ignore rules into a single regex rather than looping over