comparison lisp/vc-hooks.el @ 107810:03ef65bf2e25

Improve documentation comments.
author Eric S. Raymond <esr@thyrsus.com>
date Fri, 09 Apr 2010 10:17:52 -0400
parents d47e1fb98df3
children 9c5ceea9a88b
comparison
equal deleted inserted replaced
107809:b4880c984e2f 107810:03ef65bf2e25
458 latest version on the current branch, and not locked. 458 latest version on the current branch, and not locked.
459 459
460 'edited The working file has been edited by the user. If 460 'edited The working file has been edited by the user. If
461 locking is used for the file, this state means that 461 locking is used for the file, this state means that
462 the current version is locked by the calling user. 462 the current version is locked by the calling user.
463 This status should *not* be reported for files
464 which have a changed mtime but the same content
465 as the repo copy.
463 466
464 USER The current version of the working file is locked by 467 USER The current version of the working file is locked by
465 some other USER (a string). 468 some other USER (a string).
466 469
467 'needs-update The file has not been edited by the user, but there is 470 'needs-update The file has not been edited by the user, but there is