~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/integration.txt

Merge bzr.dev to resolve news conflict

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
 
45
45
This gives us a WorkingTree object, which has various methods spread over
46
 
itself, and its parent classes MutableTree and Tree - its worth having a
 
46
itself, and its parent classes MutableTree and Tree - it's worth having a
47
47
look through these three files (workingtree.py, mutabletree.py and tree.py)
48
48
to see which methods are available.
49
49