[PATCH 4 of 9] debugrevlog: format columns (more) nicely when dumping index data

Matt Mackall mpm at selenic.com
Tue Apr 15 03:36:13 UTC 2014


On Mon, 2014-04-14 at 21:27 -0400, Augie Fackler wrote:
> On Apr 14, 2014, at 3:52 PM, Matt Mackall <mpm at selenic.com> wrote:
> 
> >> # HG changeset patch
> >> # User Mads Kiilerich <madski at unity3d.com>
> >> # Date 1395184418 -3600
> >> #      Wed Mar 19 00:13:38 2014 +0100
> >> # Node ID 707d9e8921215ad47b5b1712f6c06b0d345c6296
> >> # Parent  73968b322f241048e1e5fc2de8ba6dcd9f31809a
> >> debugrevlog: format columns (more) nicely when dumping index data
> > 
> > Seems to not break gnuplot, so probably fine. Queued for default,
> > thanks.
> 
> What gnuplot spell is this? It'd be nice to have it mentioned here so I can search for it somehow...

hg debugrevlog -cd > foo.dat
gnuplot -e 'set terminal dumb; plot "foo.dat" using 2:4'

That's like the worst plot you can get, but it should get you started.

-- 
Mathematics is the supreme nostalgia of our time.





More information about the Mercurial-devel mailing list