~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-11 05:56:22 UTC
  • mfrom: (2805.5.5 tags)
  • Revision ID: pqm@pqm.ubuntu.com-20070911055622-a3060rj7l0iy38l2
(mbp) fix bugs in tags with checkouts

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
   * The default branch and repository format has changed to 
13
13
     ``dirstate-tags``, so tag commands are active by default.
14
14
     This format is compatible with Bazaar 0.15 and later.
 
15
     This incidentally fixes bug #126141.
15
16
     (Martin Pool)
16
17
 
17
18
   * ``--quiet`` or ``-q`` is no longer a global option. If present, it
133
134
   * Overwrite conflicting tags by ``push`` and ``pull`` if the
134
135
     ``--overwrite`` option is specified.  (Lukáš Lalinský, #93947)
135
136
 
 
137
    * In checkouts, tags are copied into the master branch when created,
 
138
      changed or deleted, and are copied into the checkout when it is 
 
139
      updated.  (Martin Pool, #93856, #93860)
 
140
 
136
141
  IMPROVEMENTS:
137
142
 
138
143
   * Add the option "--show-diff" to the commit command in order to display