/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-01-02 22:07:55 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-20060102220755-fecd509ae4883a96
Switching to open_containing for simplicity.

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
 
        # TODO: jam 20051228 This could be open_containing
67
 
        b = Branch.open(location)
 
66
        b = Branch.open_containing(location)
68
67
 
69
68
        outf = codecs.getwriter('utf-8')(sys.stdout)
70
69