/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 breezy/plugins/git/dir.py

  • Committer: Jelmer Vernooij
  • Date: 2018-07-23 22:25:11 UTC
  • mto: This revision was merged to the branch mainline in revision 7053.
  • Revision ID: jelmer@jelmer.uk-20180723222511-gns8mqohgakwa2b9
Some brz-git fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
        return ret
286
286
 
287
287
    def list_branches(self):
288
 
        return self.get_branches().values()
 
288
        return list(self.get_branches().values())
289
289
 
290
290
    def push_branch(self, source, revision_id=None, overwrite=False,
291
291
                    remember=False, create_prefix=False, lossy=False,