mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
* vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
* vc-rcs.el (vc-annotate-convert-time): * vc-mtn.el (vc-annotate-convert-time): * vc-git.el (vc-annotate-convert-time): * vc-cvs.el (vc-annotate-convert-time): * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
This commit is contained in:
parent
f245f2c610
commit
f8bd9ac6ef
7 changed files with 22 additions and 0 deletions
|
|
@ -289,6 +289,7 @@ Optional arg REVISION is a revision to annotate from."
|
|||
(re-search-forward "^[ \t]*[0-9]")
|
||||
(delete-region (point-min) (match-beginning 0))))
|
||||
|
||||
(declare-function vc-annotate-convert-time "vc-annotate" (time))
|
||||
|
||||
;; The format for one line output by "hg annotate -d -n" looks like this:
|
||||
;;215 Wed Jun 20 21:22:58 2007 -0700: CONTENTS
|
||||
|
|
@ -425,6 +426,8 @@ REV is the revision to check out into WORKFILE."
|
|||
rename-state ;; rename or copy state
|
||||
extra-name) ;; original name for copies and rename targets, new name for
|
||||
|
||||
(declare-function vc-default-status-printer "vc-dir" (backend fileentry))
|
||||
|
||||
(defun vc-hg-status-printer (info)
|
||||
"Pretty-printer for the vc-dir-fileinfo structure."
|
||||
(let ((extra (vc-dir-fileinfo->extra info)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue