1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

*** empty log message ***

This commit is contained in:
Dan Nicolaescu 2008-07-05 18:04:26 +00:00
parent dbba19a737
commit 4f10da1c12

View File

@ -365,7 +365,7 @@ COMMENT is ignored."
;; registered.
(error))))
;; XXX This would remove the file. Is that correct?
;; FIXME: This would remove the file. Is that correct?
;; (defun vc-hg-unregister (file)
;; "Unregister FILE from hg."
;; (vc-hg-command nil nil file "remove"))
@ -519,7 +519,7 @@ REV is the revision to check out into WORKFILE."
;; (vc-hg-status-extra-header "Global id : " "id" "-i")
)))
;; XXX this adds another top level menu, instead figure out how to
;; FIXME: this adds another top level menu, instead figure out how to
;; replace the Log-View menu.
(easy-menu-define log-view-mode-menu vc-hg-outgoing-mode-map
"Hg-outgoing Display Menu"