~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-02-04 10:14:15 UTC
  • mfrom: (5003.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100204101415-x0kx6871ji6rcp6s
(nmb) Better error message for bzr bind on and already bound branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
* Fix ``log`` to better check ancestors even if merged revisions are involved.
50
50
  (Vincent Ladeuil, #476293)
51
51
 
 
52
* Give a better error message when doing ``bzr bind`` in an already bound
 
53
  branch.  (Neil Martinsen-Burrell, #513063)
 
54
 
52
55
* Set the mtime of files exported to a directory by ``bzr export`` all to
53
56
  the same value to avoid confusing ``make`` and other date-based build
54
57
  systems. (Robert Collins, #515631)