[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suggested new feature for ci
From: |
Paul Eggert |
Subject: |
Re: Suggested new feature for ci |
Date: |
Mon, 08 Nov 2010 22:17:38 -0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 |
Here's a much simpler (but more sweeping) suggestion.
(1) Leave -m alone, for 'ci'.
(2) Add a new syntax that looks like this:
rcs ci <options> <files>
(3) Use standard GNU getopt_long for the new options.
In particular, the argument to -m should be required.
(4) That way, people can use "rcs ci -m '' file" to get the effect
that you want.
Step (2) should be done for the other RCS commands, too,
for example "rcs log" instead of "rlog".
The advantage of this approach is that it makes rcs act
more like git, cvs, svn, etc., in syntax.
The historical syntax would still be supported, of course.
This new syntax is an upwards compatible extension.
- Suggested new feature for ci, Keith Thompson, 2010/11/08
- Re: Suggested new feature for ci, Thien-Thi Nguyen, 2010/11/08
- Re: Suggested new feature for ci, Keith Thompson, 2010/11/09
- Re: Suggested new feature for ci,
Paul Eggert <=
- Re: Suggested new feature for ci, Keith Thompson, 2010/11/09
- Re: Suggested new feature for ci, Thien-Thi Nguyen, 2010/11/09
- Re: Suggested new feature for ci, Paul Eggert, 2010/11/09
- Re: Suggested new feature for ci, Thien-Thi Nguyen, 2010/11/10
- Re: Suggested new feature for ci, Thien-Thi Nguyen, 2010/11/11
- Re: Suggested new feature for ci, Keith Thompson, 2010/11/12
- Re: Suggested new feature for ci, Thien-Thi Nguyen, 2010/11/12
- Re: Suggested new feature for ci, Keith Thompson, 2010/11/12
- Re: Suggested new feature for ci, Thien-Thi Nguyen, 2010/11/14
- Re: Suggested new feature for ci, Paul Eggert, 2010/11/14