~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/store/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-01 20:07:49 UTC
  • mfrom: (1711.2.112 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060801200749-e0bd496331bb4d2b
(bialix) Create a nice win32 installer

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.