~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-01 07:30:00 UTC
  • mfrom: (2220.2.49 tags)
  • Revision ID: pqm@pqm.ubuntu.com-20070301073000-0bfe1394fee5e712
(mbp) tags in branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
      "bzr unbind", you can "bzr bind" to bind to the previously-selected
53
53
      bind location.
54
54
 
 
55
    * Builtin tags support, created and deleted by the ``tag`` command and
 
56
      stored in the branch.  Tags can be accessed with the revisionspec
 
57
      ``-rtag:``, and listed with ``bzr tags``.  Tags are not versioned 
 
58
      at present.  (Martin Pool)
 
59
 
55
60
    * The bzr:// transport now has a well-known port number, 4155, which it will
56
61
      use by default.  (Andrew Bennetts, Martin Pool)
57
62
 
58
63
    * Bazaar now looks for user-installed plugins before looking for site-wide
59
64
      plugins. (Jonathan Lange)
60
65
 
 
66
>>>>>>> MERGE-SOURCE
61
67
  INTERNALS:
62
68
 
63
69
    * Internally revision ids and file ids are now passed around as utf-8
112
118
      you pass a Unicode string rather than an 8-bit string. Callers need
113
119
      to be updated to encode first. (John Arbash Meinel)
114
120
 
 
121
    * Branch.push, pull, merge now return Result objects with information
 
122
      about what happened, rather than a scattering of various methods.  These
 
123
      are also passed to the post hooks.  (Martin Pool)
 
124
 
115
125
  BUGFIXES:
116
126
 
117
127
    * ``bzr annotate`` now uses dotted revnos from the viewpoint of the