~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-reference/readme.txt

  • Committer: Robert Collins
  • Date: 2005-10-30 23:58:46 UTC
  • Revision ID: robertc@robertcollins.net-20051030235846-fda8b626748cce52
Move Branch.read_working_inventory to WorkingTree.

Branch.read_working_inventory has moved to
WorkingTree.read_working_inventory. This necessitated changes to
Branch.get_root_id, and a move of Branch.set_inventory to WorkingTree
as well. To make it clear that a WorkingTree cannot always be obtained
Branch.working_tree() will raise 'errors.NoWorkingTree' if one cannot
be obtained. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Note: The contents of the User Reference are fully generated from
2
 
Bazaar's online help topics. If you wish to edit this material,
3
 
most of it can be found under bzrlib/help_topics/. In some cases
4
 
though, the material is built by probing various internal
5
 
registries, e.g. the set of available file formats. If you're
6
 
not sure where to find the source content you're looking for,
7
 
please contact the developers on the mailing list or IRC.
8
 
See http://bazaar-vcs.org/BzrSupport for contact details.