~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: John Arbash Meinel
  • Date: 2011-08-09 14:18:05 UTC
  • mto: (6015.9.8 2.4)
  • mto: This revision was merged to the branch mainline in revision 6066.
  • Revision ID: john@arbash-meinel.com-20110809141805-9lq771mvpsukl0pe
Catch a couple more cases that test tag fetching.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3030
3030
        """Return the format for the working tree object in a_bzrdir."""
3031
3031
        try:
3032
3032
            format_string = klass.find_format_string(a_bzrdir)
3033
 
            format_string = bzrdir.extract_format_string(format_string)
3034
3033
            return format_registry.get(format_string)
3035
3034
        except KeyError:
3036
3035
            raise errors.UnknownFormatError(format=format_string,