# HG changeset patch # User Juanma Barranquero # Date 1263400112 -3600 # Node ID 328951014a281dfacde5101fbd02fadefb1609e5 # Parent a3da62473e24bd9dffc2c43a02bafbb4da2abedd Fix comment for bug#5345. diff -r a3da62473e24 -r 328951014a28 lisp/vc-bzr.el --- a/lisp/vc-bzr.el Wed Jan 13 16:38:28 2010 +0100 +++ b/lisp/vc-bzr.el Wed Jan 13 17:28:32 2010 +0100 @@ -363,8 +363,9 @@ (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