/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2010-05-04 09:20:17 UTC
  • mto: This revision was merged to the branch mainline in revision 5212.
  • Revision ID: bialix@ukr.net-20100504092017-sc16krr0bg73fjp5
more comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  better with sudo.
39
39
  (Martin <gzlist@googlemail.com>, Parth Malwankar, #376388)
40
40
 
 
41
* ``bzr clean-tree`` should not delete nested bzrdirs. Required for proper
 
42
  support of bzr-externals and scmproj plugins.
 
43
  (Alexander Belchenko, bug #572098)
 
44
 
41
45
* ``bzr log --exclude-common-ancestry -r X..Y`` displays the revisions that
42
46
  are part of Y ancestry but not part of X ancestry (aka the graph
43
47
  difference).
114
118
Testing
115
119
*******
116
120
 
117
 
* Added ``bzrlib.tests.matchers`` as a place to put matchers, along with
118
 
  our first in-tree matcher. See the module docstring for details.
119
 
  (Robert Collins)
120
 
 
121
121
* ``bzr selftest --parallel=subprocess`` now works correctly on win32.
122
122
   (Gordon Tyler, #551332)
123
123