~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Alexander Belchenko
  • Date: 2007-02-02 09:14:30 UTC
  • mfrom: (2256 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2259.
  • Revision ID: bialix@ukr.net-20070202091430-vdgouvazded1yfqw
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
      versionedfiles, repositories, branches, and working trees
26
26
      (Aaron Bentley)
27
27
 
 
28
    * New Branch hooks facility, with one initial hook 'set_rh' which triggers
 
29
      whenever the revision history is set. This allows triggering on e.g.
 
30
      push, pull, commit, and so on. Developed for use with the branchrss
 
31
      plugin. See bzrlib.branch.BranchHooks for more details. (Robert Collins)
 
32
 
 
33
    * New method ``Branch.push()`` which should be used when pushing from a
 
34
      branch as it makes performance and policy decisions to match the UI
 
35
      level command ``push``. (Robert Collins).
 
36
 
28
37
  BUGFIXES:
29
38
 
 
39
    * ``bzr annotate`` now uses dotted revnos from the viewpoint of the
 
40
      branch, rather than the last changed revision of the file.
 
41
      (John Arbash Meinel, #82158)
 
42
 
 
43
    * Lock operations no longer hang if they encounter a permission problem.
 
44
      (Aaron Bentley)
 
45
 
30
46
  TESTING:
31
47
 
32
48
    * New ``--first`` option to ``bzr selftest`` to run specified tests