/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 git-remote-bzr

Move refs access to control dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    object_store = get_object_store(repo)
86
86
    object_store.lock_read()
87
87
    try:
88
 
        refs = get_refs(repo, object_store)
 
88
        refs = get_refs(remote_dir, object_store)
89
89
        for ref, git_sha1 in refs.iteritems():
90
90
            sys.stdout.write("%s %s\n" % (git_sha1, ref))
91
91
        sys.stdout.write("\n")