emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99317: Fix comment for bug#5345.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99317: Fix comment for bug#5345.
Date: Wed, 13 Jan 2010 17:28:32 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99317
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-13 17:28:32 +0100
message:
  Fix comment for bug#5345.
modified:
  lisp/vc-bzr.el
=== modified file 'lisp/vc-bzr.el'
--- a/lisp/vc-bzr.el    2010-01-13 08:35:10 +0000
+++ b/lisp/vc-bzr.el    2010-01-13 16:28:32 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]