summaryrefslogtreecommitdiff
path: root/lisp/vc-hooks.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>2007-12-28 09:59:34 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>2007-12-28 09:59:34 +0000
commitfae001810e4f93293b41c47e01c5fc43ac33df65 (patch)
tree49117b248872afc8036f5724665aa748ac7e6327 /lisp/vc-hooks.el
parent23dab1c35448d2f04eb730cbab8a849f060b37d4 (diff)
downloademacs-fae001810e4f93293b41c47e01c5fc43ac33df65.tar.gz
Typo fix.
Diffstat (limited to 'lisp/vc-hooks.el')
-rw-r--r--lisp/vc-hooks.el11
1 files changed, 7 insertions, 4 deletions
diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el
index 80f12af974a..218c80c04f9 100644
--- a/lisp/vc-hooks.el
+++ b/lisp/vc-hooks.el
@@ -485,15 +485,18 @@ For registered files, the value returned is one of:
the master file. This state can only occur if locking
is not used for the file.
- 'unlocked-changes The current version of the working file is not locked,
+ 'unlocked-changes The working version of the file is not locked,
but the working file has been changed with respect
to that version. This state can only occur for files
with locking; it represents an erroneous condition that
should be resolved by the user (vc-next-action will
- prompt the user to do it)."
+ prompt the user to do it).
+
+ 'added Scheduled to go into the repository on the next commit.
+ Often represented by vc-working-revision = "0" in VCSes
+ with monotonic IDs like Subversion and Mercxurial."
+
;; FIXME: New (sub)states needed (?):
- ;; - `added' (i.e. `edited' but with no base version yet,
- ;; typically represented by vc-working-revision = "0")
;; - `conflict' (i.e. `edited' with conflict markers)
;; - `removed'
;; - `copied' and `moved' (might be handled by `removed' and `added')