114
114
except NoRepositoryPresent:
115
115
repo = self.remote_dir.create_repository()
116
116
object_store = get_object_store(repo)
119
118
refs = get_refs_container(self.remote_dir, object_store)
120
119
for ref, git_sha1 in refs.as_dict().iteritems():
121
120
ref = ref.replace("~", "_")
122
121
outf.write("%s %s\n" % (git_sha1, ref))
127
124
def cmd_option(self, outf, argv):
128
125
outf.write("unsupported\n")