~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-28 09:40:23 UTC
  • mfrom: (5155.1.5 320119-exclude-ancestry)
  • Revision ID: pqm@pqm.ubuntu.com-20100428094023-7504mlou1qk28r9n
(vila) Add --exclude-common-ancestry log option (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  better with sudo.
35
35
  (Martin <gzlist@googlemail.com>, Parth Malwankar, #376388)
36
36
 
 
37
* ``bzr log --exclude-common-ancestry -r X..Y`` displays the revisions that
 
38
  are part of Y ancestry but not part of X ancestry (aka the graph
 
39
  difference).
 
40
  (Vincent Ladeuil, #320119)
 
41
 
37
42
* ``bzr selftest --parallel=fork`` wait for its children avoiding zombies.
38
43
  (Vincent Ladeuil, #566670)
39
44
 
153
158
  (Andrew Bennetts)
154
159
 
155
160
* When invoked with a range revision, ``bzr log`` doesn't show revisions
156
 
  that are not part of the ancestry anymore.
 
161
  that are not part of the Y revisions ancestry anymore when invoked with
 
162
  -rX..Y.
157
163
  (Vincent Ladeuil, #474807)
158
164
 
159
165
Improvements