Re: what constitutes integrity?

Thien-Thi Nguyen <[email protected]> Fri, 20 Jul 2012 16:27:13 +0200
Newsgroups gmane.comp.gnu.rcs
Message-ID <[email protected]>
() "Aaron S. Hawley" <[email protected]>
() Fri, 20 Jul 2012 08:43:00 -0400

   If this feature existed, I guess there'd be no point in using
   RCS.  Might as well use other tools.

I'm curious: Do you manually edit comma-v files often?  Anyway,
perhaps the feature can be designed such that it doesn't onerously
impact manual editing.  For example:

  rcs ci -m"Update." foo
  [manual editing of foo]
  rcs integrity --rehash foo

(This shows the work-in-progress "rcs(1) the dispatch command"
syntax as well as hypothetical sub-command "integrity --rehash".)