emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/vc-arch.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/vc-arch.el
Date: Sun, 02 Jan 2005 17:31:38 -0500

Index: emacs/lisp/vc-arch.el
diff -c emacs/lisp/vc-arch.el:1.14 emacs/lisp/vc-arch.el:1.15
*** emacs/lisp/vc-arch.el:1.14  Sun Jan  2 22:00:06 2005
--- emacs/lisp/vc-arch.el       Sun Jan  2 22:07:52 2005
***************
*** 270,276 ****
  (defun vc-arch-workfile-version (file)
    (let* ((root (expand-file-name "{arch}" (vc-arch-root file)))
         (defbranch (vc-arch-default-version file)))
!     (when (and defbranch (string-match 
"\\`\\(address@hidden/\n]+\\)/\\(\\(\\(.*\\)\\(--.*\\)?\\)--.*\\)\\'" 
defbranch))
        (let* ((archive (match-string 1 defbranch))
             (category (match-string 4 defbranch))
             (branch (match-string 3 defbranch))
--- 270,276 ----
  (defun vc-arch-workfile-version (file)
    (let* ((root (expand-file-name "{arch}" (vc-arch-root file)))
         (defbranch (vc-arch-default-version file)))
!     (when (and defbranch (string-match 
"\\`\\(address@hidden/\n]+\\)/\\(\\(\\(.*?\\)\\(?:--.*\\)?\\)--.*\\)\\'" 
defbranch))
        (let* ((archive (match-string 1 defbranch))
             (category (match-string 4 defbranch))
             (branch (match-string 3 defbranch))




reply via email to

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