~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-06-18 02:21:57 UTC
  • mfrom: (1787 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1794.
  • Revision ID: john@arbash-meinel.com-20060618022157-6e33aa9b67c25e4f
[merge] bzr.dev 1787

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    * Fix unnecessary requirement of sign-my-commits that it be run from
75
75
      a working directory.  (Martin Pool, Robert Collins)
76
76
 
77
 
    * 'bzr push location' will only remember the push location if it succeeds
78
 
      in connecting to the remote location. (#49742, John Arbash Meinel)
79
 
 
80
77
  INTERNALS:
81
78
 
82
79
    * Combine the ignore rules into a single regex rather than looping over
90
87
    * bzrlib.delta.compare_trees now iterates in alphabetically sorted order,
91
88
      rather than randomly walking the inventories. (John Arbash Meinel)
92
89
 
93
 
    * Doctests are now run in temporary directories which are cleaned up when
94
 
      they finish, rather than using special ScratchDir/ScratchBranch objects.
95
 
      (Martin Pool)
96
 
 
97
90
    * Split ``check`` into separate methods on the branch and on the repository,
98
91
      so that it can be specialized in ways that are useful or efficient for
99
92
      different formats.  (Martin Pool, Robert Collins)
111
104
      (#4047, #48914, James Henstridge, John Arbash Meinel)
112
105
 
113
106
    * New command line option '--profile-imports', which will install a custom
114
 
      importer to log time to import modules and regex compilation time to 
115
 
      sys.stderr (John Arbash Meinel)
 
107
      importer to log time to import modules to sys.stderr (John Arbash Meinel)
116
108
 
117
109
bzr 0.8.2  2006-05-17
118
110