Skip to content

Commit a70ae58

Browse files
sbodomerlegitster
authored andcommitted
remote-bzr: fix old organization destroy
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 629b60a commit a70ae58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/remote-helpers/git-remote-bzr

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,8 @@ def get_repo(url, alias):
837837
bdir.destroy_repository()
838838
except bzrlib.errors.NotBranchError:
839839
pass
840+
except bzrlib.errors.NoRepositoryPresent:
841+
pass
840842

841843
try:
842844
repo = origin.open_repository()

0 commit comments

Comments
 (0)