~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-01-02 22:08:51 UTC
  • mto: (2022.1.1 version-info-55794)
  • mto: This revision was merged to the branch mainline in revision 2028.
  • Revision ID: john@arbash-meinel.com-20060102220851-f076ae0686ce4696
Forgot the api change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
        if format is None:
64
64
            format = version_formats[None]
65
65
 
66
 
        b = Branch.open_containing(location)
 
66
        b = Branch.open_containing(location)[0]
67
67
 
68
68
        outf = codecs.getwriter('utf-8')(sys.stdout)
69
69