~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.5.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-08-18 04:23:06 UTC
  • mfrom: (6060.6.3 cmd-branches)
  • Revision ID: pqm@pqm.ubuntu.com-20110818042306-neji85pljf86z885
(jelmer) Add a "bzr branches" command. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
  encountered. 'warning' and 'eeror' will respectively emit a warning and
65
65
  ignore the value or errors out. (Vincent Ladeuil)
66
66
 
 
67
* ``bzr help configuration/<option>`` display the help for ``option`` for
 
68
  all registered configuration options. (Vincent Ladeuil, #747050)
 
69
 
67
70
* bzr log -m now matches message, author, committer and bugs instead
68
71
  of just matching the message.  --message keeps its original meaning,
69
72
  while --match-message, --match-author, --match-committer and
70
73
  --match-bugs match each of those fields.
71
74
 
72
 
* ``bzr help configuration/<option>`` display the help for ``option`` for
73
 
  all registered configuration options. (Vincent Ladeuil, #747050)
 
75
* New builtin ``bzr branches`` command, which lists all colocated branches
 
76
  in a directory. (Jelmer Vernooij, #826820)
74
77
 
75
78
* Relative local paths can now be specified in URL syntax by using the
76
79
  "file:" prefix.  (Jelmer Vernooij)