diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-15 17:38:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 2008-05-15 17:38:50 +0000 |
commit | 370fded4f6cc9c10c776733a1944b1faab84e2bd (patch) | |
tree | d17c372c68ede44cfe53e0f8ff073756ded603bd /lisp/vc-hg.el | |
parent | e6d897b38e5b3286162a6f486dc221251dcbf9ba (diff) | |
download | emacs-370fded4f6cc9c10c776733a1944b1faab84e2bd.tar.gz emacs-370fded4f6cc9c10c776733a1944b1faab84e2bd.tar.bz2 emacs-370fded4f6cc9c10c776733a1944b1faab84e2bd.zip |
Snapshot primitives globally renamed to refer to tags, documentation updated.
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r-- | lisp/vc-hg.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index baa60589f9a..6b025c8cfa7 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -76,10 +76,9 @@ ;; - annotate-time () OK ;; - annotate-current-time () NOT NEEDED ;; - annotate-extract-revision-at-line () OK -;; SNAPSHOT SYSTEM -;; - create-snapshot (dir name branchp) NEEDED (probably branch?) -;; - assign-name (file name) NOT NEEDED -;; - retrieve-snapshot (dir name update) ?? NEEDED?? +;; TAG SYSTEM +;; - create-tag (dir name branchp) NEEDED +;; - retrieve-tag (dir name update) NEEDED ;; MISCELLANEOUS ;; - make-version-backups-p (file) ?? ;; - repository-hostname (dirname) ?? |