http://doc.bazaar.canonical.com/

Bazaar glossary

http://doc.bazaar.canonical.com/latest/en/user-guide/core_concepts.html Bazaar wiki: http://wiki.bazaar.canonical.com/CategoryTerm

                         │ No separate repository │ Shared repository   
─────────────────────────┼────────────────────────┼─────────────────────
Local branch only:       │                        │                     
  • without tree         │ standalone branch      │ repository tree     
  • with tree            │ standalone tree        │ repository branch   
─────────────────────────┼────────────────────────┼─────────────────────
Bound remote branch:     │                        │                     
  • with local branch    │ heavyweight checkout   │ repository checkout 
  • without local branch │ lightweight checkout   │ –                   
─────────────────────────┼────────────────────────┼─────────────────────
With ancestor branch     │ stacked branch         │ ?                   
─────────────────────────┴────────────────────────┴─────────────────────

repository

Stores revisions of history

Bazaar help: repositories

branch

Records history leading up to single point (?)

Bazaar help: branches; wiki: Branch, StandaloneBranch, SharedRepository, RepositoryBranch, StackedBranch

working tree

User files (for inspecting and generating revisions?)

Bazaar help: working-trees; wiki: WorkingTree, StandaloneTree, RepositoryTree

checkout

Working tree (non-strictly?) bound to a remote branch

Bazaar help: checkouts; wiki: Checkout

lightweight checkout

Does not have the local branch(es?)