update dvc
This commit is contained in:
parent
b9a2b629e1
commit
4fae63b0c3
@ -1,6 +1,6 @@
|
|||||||
;;; xhg-gnus.el --- dvc integration to gnus
|
;;; xhg-gnus.el --- dvc integration to gnus
|
||||||
|
|
||||||
;; Copyright (C) 2003-2007 by all contributors
|
;; Copyright (C) 2003-2012 by all contributors
|
||||||
|
|
||||||
;; Author: Stefan Reichoer, <stefan@xsteve.at>
|
;; Author: Stefan Reichoer, <stefan@xsteve.at>
|
||||||
;; Contributions from:
|
;; Contributions from:
|
||||||
@ -93,7 +93,7 @@ outstanding uncommitted changes."
|
|||||||
('xhg (xhg-import patch-file-name xhg-gnus-import-patch-force))
|
('xhg (xhg-import patch-file-name xhg-gnus-import-patch-force))
|
||||||
('xgit (xgit-apply-patch patch-file-name))
|
('xgit (xgit-apply-patch patch-file-name))
|
||||||
;; TODO Add here new backend
|
;; TODO Add here new backend
|
||||||
(t (error "Unknow backend")))))
|
(t (error "Unknown backend in xhg-gnus-import-patch: %s" current-dvc)))))
|
||||||
(delete-file patch-file-name)
|
(delete-file patch-file-name)
|
||||||
(kill-buffer (current-buffer)) ;; the patch file
|
(kill-buffer (current-buffer)) ;; the patch file
|
||||||
(set-window-configuration window-conf)
|
(set-window-configuration window-conf)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user