~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-06-23 09:05:52 UTC
  • mfrom: (4462.3.3 stacking-policy)
  • Revision ID: pqm@pqm.ubuntu.com-20090623090552-hzfy5mv9hfcral7j
(robertc) Do not permit stacking a branch on itself. (Robert Collins,
        \#376243)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
  longer error during commit or push operations when an autopack operation
53
53
  is triggered. (Robert Collins, #365615)
54
54
 
 
55
* Stacking will no longer accept requests to stack on the same
 
56
  branch/repository. Existing branches that incorrectly reference the same
 
57
  repository in a stacking configuration will now raise
 
58
  UnstackableLocationError when the branch is opened. This can be fixed by
 
59
  removing the stacking location inside ``.bzr/branch``.
 
60
  (Robert Collins, #376243)
 
61
 
55
62
* Unshelve works correctly when multiple zero-length files are present on
56
63
  the shelf. (Aaron Bentley, #363444)
57
64