/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/developers/integration.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-11-12 23:43:58 UTC
  • mfrom: (5538.1.1 bzr-doc-textfixes-2)
  • Revision ID: pqm@pqm.ubuntu.com-20101112234358-l7ncso1pkmwpczup
(gz) Documentation fixes for its uses of "its" when it's meaning "it's"
 (Zearin)

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