diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-03 07:39:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-03 07:39:17 +0000 |
commit | 7265c6e8a87c1a112b16384a7d3f62de869c2589 (patch) | |
tree | c52e1acd7d1af0d777223d8dcc1602fb7dc62911 /lisp/vc-hg.el | |
parent | 92d1eebf86a15ba396b47e6ad4bf1078d06c2562 (diff) | |
download | emacs-7265c6e8a87c1a112b16384a7d3f62de869c2589.tar.gz |
Remove logentry primitive from backend API.
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r-- | lisp/vc-hg.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index 85ea6e13b07..285c6acefea 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -72,7 +72,6 @@ ;; - log-view-mode () OK ;; - show-log-entry (revision) NOT NEEDED, DEFAULT IS GOOD ;; - wash-log (file) ?? -;; - logentry-check () NOT NEEDED ;; - comment-history (file) NOT NEEDED ;; - update-changelog (files) NOT NEEDED ;; * diff (files &optional rev1 rev2 buffer) OK |