~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/store/__init__.py

  • Committer: Alexander Belchenko
  • Date: 2006-07-30 06:52:39 UTC
  • mto: (1711.2.111 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1906.
  • Revision ID: bialix@ukr.net-20060730065239-03b4ac02d9f56202
branding: change Bazaar-NG to Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
# compressed or not.
19
19
 
20
20
"""
21
 
Stores are the main data-storage mechanism for Bazaar-NG.
 
21
Stores are the main data-storage mechanism for Bazaar.
22
22
 
23
23
A store is a simple write-once container indexed by a universally
24
24
unique ID.