Fix expansion problem of bzr repos.

This commit is contained in:
Donald Curtis 2012-04-30 17:24:48 -05:00
parent c7f03d86b4
commit 41fdeb80d3

View file

@ -275,7 +275,7 @@ rate limiting."
(defun pb/bzr-expand-repo (repo)
"Get REPO expanded name."
(pb/run-process-match "branch root: \\(.*\\)" nil "bzr" "info" repo))
(pb/run-process-match "\\(?:branch root\\|repository branch\\): \\(.*\\)" nil "bzr" "info" repo))
(defun pb/bzr-repo (dir)
"Get the current bzr repo for DIR."