On Sat, Aug 09, 2008 at 04:57:03PM -0400, Richard Lowe wrote: > > I'd be careful about using file_adds and file_dels, though, since the > > mercurial folks constantly warn about how slow it is to retrieve > > that data. > > Right, but that information needs to be in your RTI surely?
I think so. I don't know whether your 1.8s vs 15m is for the entire log, or just for outgoing on a changeset or two. If it's the latter, that's obviously unacceptable, but I'd doubt that's the case. > The way I have it in my workspace (not that file, similar though), is > that -v shows add/del/copy, not verbose doesn't. Right. Those of us used to using -v to mean what it normally means are going to be a bit surprised, I think. One option would be to have hgsetup load the alias extension, and then introduce a new command that does the "log --debug --style ...". The only problem with that I see is that it doesn't expand ~ or $HOME. Perhaps we add another command to cdm that generates the style on the fly and outputs the changeset in the form expected for RTI submission? Danek