update dvc

This commit is contained in:
Kai Tetzlaff 2012-02-20 08:56:31 +01:00
parent b9a2b629e1
commit 4fae63b0c3

View File

@ -1,6 +1,6 @@
;;; 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>
;; Contributions from:
@ -93,7 +93,7 @@ outstanding uncommitted changes."
('xhg (xhg-import patch-file-name xhg-gnus-import-patch-force))
('xgit (xgit-apply-patch patch-file-name))
;; 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)
(kill-buffer (current-buffer)) ;; the patch file
(set-window-configuration window-conf)