~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Robert Collins
  • Date: 2006-02-15 06:08:08 UTC
  • mto: (1534.1.24 integration)
  • mto: This revision was merged to the branch mainline in revision 1554.
  • Revision ID: robertc@robertcollins.net-20060215060808-d47d40998fea0aee
Give info some reasonable output and tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1406
1406
                           _format=self,
1407
1407
                           _bzrdir=a_bzrdir)
1408
1408
 
 
1409
    def __str__(self):
 
1410
        return self.get_format_string()
 
1411
 
1409
1412
 
1410
1413
# formats which have no format string are not discoverable
1411
1414
# and not independently creatable, so are not registered.