Danek Duvall wrote: > On Sat, Aug 09, 2008 at 03:11:55PM -0400, Richard Lowe wrote: > >> John Beck <jbeck at eng.sun.com> writes: >> >>> DMarked asked me to let everyone know about this: >>> >>> 6735422 RFE: add template to cdm so that `hg outgoing -v` will list files >>> one-per-line >>> >> I sent a style to James (McP) and Mark that does this, though it has >> certain issues. It doesn't really belong in cdm, but should be a >> separate file and set by hgsetup(1). > > Could you send that style out? I made a comment on Vlad's blog showing > what I did to get a style with newlines in the right places, without an > extension. I'm not sure why he made it as complicated as he did, but maybe > there's something I'm missing.
As a data point, here's my version of Rich's style file: $ time hg outgoing -v running ssh jmcp at onnv.sfbay.sun.com "hg -R /export/onnv-clone/usr/closed serve --stdio" comparing with ssh://jmcp at onnv.sfbay.sun.com//export/onnv-clone/usr/closed searching for changes changeset: 941:f42d6fd80e02 tag: tip manifest: 941:e3d500d5ed64cbed334368f984fb570b22b7541a user: James C. McPherson <James.McPherson at Sun.COM> date: Fri Aug 08 16:57:49 2008 +1000 comments: 6712499 mpt should identify and report Dell SAS6/iR family of controllers 6714767 Direct-Attached SAS mpt could export a guid property just like mpxio/mpt modified: lib/raidcfg_plugins/mpt/common/mpt.c uts/common/io/scsi/adapters/mpt.c uts/common/sys/scsi/adapters/mptreg.h uts/common/sys/scsi/adapters/mptvar.h real 0m19.102s user 0m0.528s sys 0m0.085s Bear in mind that the primary cause for the 19sec timing is that I'm running this on my workstation at home, so I'm traversing the Pacific once or twice. If I run the same command on my buildbox in .sfbay $ time hg outgoing -v running ssh jmcp at onnv.sfbay.sun.com "hg -R /export/onnv-clone/usr/closed serve --stdio" comparing with ssh://jmcp at onnv.sfbay.sun.com//export/onnv-clone/usr/closed searching for changes changeset: 941:bdbe78da145a tag: tip manifest: 941:be8c468e5a589e02374f2e27bd1a4b5bc077b401 user: James C. McPherson <James.McPherson at Sun.COM> date: Fri Aug 08 06:33:31 2008 -0700 comments: 6712499 mpt should identify and report Dell SAS6/iR family of controllers 6714767 Direct-Attached SAS mpt could export a guid property just like mpxio/mpt modified: lib/raidcfg_plugins/mpt/common/mpt.c uts/common/io/scsi/adapters/mpt.c uts/common/sys/scsi/adapters/mptreg.h uts/common/sys/scsi/adapters/mptvar.h real 0m1.767s user 0m0.557s sys 0m0.077s James C. McPherson -- Senior Kernel Software Engineer, Solaris Sun Microsystems http://blogs.sun.com/jmcp http://www.jmcp.homeunix.com/blog -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: stylefile URL: <http://mail.opensolaris.org/pipermail/scm-migration-dev/attachments/20080811/b1deb43d/attachment.ksh>