~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-05-08 02:06:36 UTC
  • mto: This revision was merged to the branch mainline in revision 4593.
  • Revision ID: robertc@robertcollins.net-20090508020636-f5w6t5ry2g1xluyo
Extract repository access in WorkingTree._check to be data driven, adding a new _get_check_refs method to support this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
  instead of ``InstallFailed`` when they detect a missing revision.
81
81
  ``InstallFailed`` itself has been deleted. (Jonathan Lange)
82
82
 
 
83
* ``WorkingTree._check`` now requires a references dict with keys matching
 
84
  those returned by ``WorkingTree._get_check_refs``. (Robert Collins)
 
85
 
83
86
Internals
84
87
*********
85
88