~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Martin Pool
  • Date: 2006-03-09 05:11:24 UTC
  • mto: This revision was merged to the branch mainline in revision 1602.
  • Revision ID: mbp@sourcefrog.net-20060309051124-024649ca9d9d7326
Revert change to WorkingTreeFormat3 format string; too many things want it the old way

Show diffs side-by-side

added added

removed removed

Lines of Context:
1420
1420
 
1421
1421
    def get_format_string(self):
1422
1422
        """See WorkingTreeFormat.get_format_string()."""
1423
 
        return "Bazaar-NG Working Tree format 3\n"
 
1423
        return "Bazaar-NG Working Tree format 3"
1424
1424
 
1425
1425
    _lock_file_name = 'lock'
1426
1426
    _lock_class = LockDir