~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree_4.py

  • Committer: Shannon Weyrick
  • Date: 2011-11-04 13:40:04 UTC
  • mfrom: (6238 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6256.
  • Revision ID: weyrick@mozek.us-20111104134004-033t2wqhc3ydzm0a
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1608
1608
    This format:
1609
1609
        - exists within a metadir controlling .bzr
1610
1610
        - includes an explicit version marker for the workingtree control
1611
 
          files, separate from the BzrDir format
 
1611
          files, separate from the ControlDir format
1612
1612
        - modifies the hash cache format
1613
1613
        - is new in bzr 0.15
1614
1614
        - uses a LockDir to guard access to it.