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.13 emacs/lisp/vc-arch.el:1.14
*** emacs/lisp/vc-arch.el:1.13  Sun Oct 17 23:01:25 2004
--- emacs/lisp/vc-arch.el       Sun Jan  2 22:00:06 2005
***************
*** 1,6 ****
  ;;; vc-arch.el --- VC backend for the Arch version-control system
  
! ;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004
  ;;           Free Software Foundation, Inc.
  
  ;; Author:      FSF (see vc.el for full credits)
--- 1,6 ----
  ;;; vc-arch.el --- VC backend for the Arch version-control system
  
! ;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
  ;;           Free Software Foundation, Inc.
  
  ;; Author:      FSF (see vc.el for full credits)
***************
*** 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]