Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6c49ab95
Commit
6c49ab95
authored
Jan 13, 2010
by
Juanma Barranquero
Browse files
Fix comment for bug#5345.
parent
768c0c0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/vc-bzr.el
lisp/vc-bzr.el
+3
-2
No files found.
lisp/vc-bzr.el
View file @
6c49ab95
...
...
@@ -363,8 +363,9 @@ If any error occurred in running `bzr status', then return nil."
(
let
((
l-c-parent-dir
(
match-string
1
)))
(
when
(
and
(
memq
system-type
'
(
ms-dos
windows-nt
))
(
string-match-p
"^/[[:alpha:]]:"
l-c-parent-dir
))
;;; On Windows, file:// URLs often have three slashes,
;;; so we must remove the remaining one (bug#5345)
;;; The non-Windows code takes a shortcut by using the host/path
;;; separator slash as the start of the absolute path. That
;;; does not work on Windows, so we must remove it (bug#5345)
(
setq
l-c-parent-dir
(
substring
l-c-parent-dir
1
)))
(
setq
branch-format-file
(
expand-file-name
vc-bzr-admin-branch-format-file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment