On Tue, Oct 25, 2005 at 09:24:45AM +0200, Thomas Zander <[EMAIL PROTECTED]> was heard to say: > On Monday 24 October 2005 22:38, Mark Stosberg wrote: > > I'm interested to see if other users would like > > > > darcs record --summary > > > > This would show you the same output as "darcs whatsnews --summary", > > and then give a prompt to record. > > > > From there the user can step through them in detail as usual, or > > record them all at once. > > > > This is a middle ground between "--interactive" and "--all" and is > > sometimes all I need to know. > > I find the 'f' button to OK all changes in a File to do that just as easy > and it does not force me to decide if I want to do files or patches based > ok-ing beforehand. (more features make usage harder for new users, you > know that, right?)
I had the impression he meant just printing "whatsnew -s" output and then running record as usual. Not only would I also like this feature, I've actually found myself trying to use it on several occasions :-). Patch attached. Daniel
New patches:
[Allow the 'summary' option to be passed to record, and invoke 'whatsnew -s'
before listing patches if it is present.
Daniel Burrows <[EMAIL PROTECTED]>**20051025163144] {
hunk ./Record.lhs 61
+import WhatsNew (whatsnew)
hunk ./Record.lhs 105
+ summary,
hunk ./Record.lhs 119
+ when (Summary `elem` opts) $
+ (command_command whatsnew) opts args
}
Context:
[give better error messages when cloning trees
David Roundy <[EMAIL PROTECTED]>**20051020124139
Also make cloneSubTree ignore nonexistent objects. I belive this solves
the issue with bug #562.
]
[fix html package inclusion in user manual
Andres Loeh <[EMAIL PROTECTED]>**20051013200817]
[improve command-line help for put.
David Roundy <[EMAIL PROTECTED]>**20051014115911]
[add warning to docs about inefficiency of put.
David Roundy <[EMAIL PROTECTED]>**20051013124058]
[add the new put command to list in doc
Tommy Pettersson <[EMAIL PROTECTED]>**20051013103518]
[update documentation on matching ranges
Tommy Pettersson <[EMAIL PROTECTED]>**20051012163804
The matching patch at either end of a range is included in the output.
]
[document DARCS_DONT_ESCAPE_TRAILING_CR
Tommy Pettersson <[EMAIL PROTECTED]>**20051012140458]
[fix typo
Tommy Pettersson <[EMAIL PROTECTED]>**20051010190733]
[avoid duplicated code for constructing patch bundles in Push.
David Roundy <[EMAIL PROTECTED]>**20051011123752]
[remove *.ko files from the default boring regexps.
David Roundy <[EMAIL PROTECTED]>**20051011131624
They could be Korean translations rather than kernel modules.
]
[add changelog entry for #544.
David Roundy <[EMAIL PROTECTED]>**20051009115143]
[fix bug #544, caused by outputing changes --context with escaping and coloring.
David Roundy <[EMAIL PROTECTED]>**20051009114941]
[add test for bug #544
David Roundy <[EMAIL PROTECTED]>**20051009114914]
[bump version to 1.0.4rc2
Tommy Pettersson <[EMAIL PROTECTED]>**20051010164926]
[TAG 1.0.4rc1
Tommy Pettersson <[EMAIL PROTECTED]>**20051008101653]
Patch bundle hash:
30ecf5c6d060bd77493bd5cf178acd7d587e5b8c
signature.asc
Description: Digital signature
_______________________________________________ darcs-users mailing list [email protected] http://www.abridgegame.org/mailman/listinfo/darcs-users
