mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Fix expansion problem of bzr repos.
This commit is contained in:
parent
c7f03d86b4
commit
41fdeb80d3
1 changed files with 1 additions and 1 deletions
|
@ -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."
|
||||
|
|
Loading…
Reference in a new issue