From 7fcfd0e545606ef15015bc071d28cff04da8978d Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Tue, 19 Feb 2008 09:40:16 +0000 Subject: [PATCH] Fix typo. --- lisp/vc-hg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index eac341cc5f0..c3c94ea835c 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -477,7 +477,7 @@ REV is the revision to check out into WORKFILE." (defun vc-hg-extra-status-menu () '(["Show incoming" vc-hg-incoming] - ["Show outgoing" vc-hg-outgoing]) + ["Show outgoing" vc-hg-outgoing])) (define-derived-mode vc-hg-outgoing-mode vc-hg-log-view-mode "Hg-Outgoing") -- 2.39.2