Merge branch 'fc/remote-bzr'
commitbba536718381705507ecc4f944c340312f93e739
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2013 05:16:26 +0000 (6 22:16 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2013 05:16:26 +0000 (6 22:16 -0700)
tree4bdd3ee50e3fca1231a8604303592236512dd745
parent2be2eb970c14a35a9a0a5a73130ade8c87ab8ff2
parent4c00819910706aa8ae450292085e47e52c333440
Merge branch 'fc/remote-bzr'

* fc/remote-bzr:
  remote-bzr: avoid bad refs
  remote-bzr: convert all unicode keys to str
  remote-bzr: access branches only when needed
  remote-bzr: delay peer branch usage
  remote-bzr: iterate revisions properly
  remote-bzr: improve progress reporting
  remote-bzr: add option to specify branches
  remote-bzr: add custom method to find branches
  remote-bzr: improve author sanitazion
  remote-bzr: add support for shared repo
  remote-bzr: fix branch names
  remote-bzr: add support for bzr repos
  remote-bzr: use branch variable when appropriate
  remote-bzr: fix partially pushed merge
  remote-bzr: fixes for branch diverge
  remote-bzr: add support to push merges
  remote-bzr: always try to update the worktree
  remote-bzr: fix order of locking in CustomTree
  remote-bzr: delay blob fetching until the very end
  remote-bzr: cleanup CustomTree