/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 bzrlib/workingtree_3.py

  • Committer: Jelmer Vernooij
  • Date: 2011-11-25 17:54:52 UTC
  • mfrom: (6303 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6321.
  • Revision ID: jelmer@samba.org-20111125175452-v0uwwxqcp97tzuzv
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
142
142
    This format:
143
143
        - exists within a metadir controlling .bzr
144
144
        - includes an explicit version marker for the workingtree control
145
 
          files, separate from the BzrDir format
 
145
          files, separate from the ControlDir format
146
146
        - modifies the hash cache format
147
147
        - is new in bzr 0.8
148
148
        - uses a LockDir to guard access for writes.