~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.4.txt

  • Committer: John Arbash Meinel
  • Date: 2011-08-10 07:30:03 UTC
  • mto: (6015.9.8 2.4)
  • mto: This revision was merged to the branch mainline in revision 6066.
  • Revision ID: john@arbash-meinel.com-20110810073003-8e8r9quptbpcrmaa
Update whatsnew and release-notes to reflect the new reality.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
***************************
39
39
 
40
40
When tags are copied from a branch, the associated revisions are now copied
41
 
too.  Previously operations like branching, merging or pulling might have
42
 
copied new tags visible in ``bzr tags``, but not copied the revisions.  Now
43
 
revisions from tags will always be present, so that operations like ``bzr
44
 
log -r tag:foo`` will always work.
 
41
too if the config entry ``branch.fetch_tags`` is set to True.  Operations
 
42
like branching, merging or pulling will still always copy new tags visible
 
43
in ``bzr tags``. When the config is set, it will now also copy the
 
44
revisions and their ancestry.  This way tagged revisions will always be
 
45
present, so that operations like ``bzr log -r tag:foo`` will always work.
45
46
 
46
47
Deprecated command synonyms
47
48
***************************