Not Seeing `hg log` Output On Screen

Stephen Rasku mercurial at srasku.net
Mon Jul 17 18:40:49 UTC 2017


Never mind.

I just installed diff-so-fancy and it works if I disable it in my .hgrc. It
was working on my old machine but it's not working on this one for some
reason.
On Mon, Jul 17, 2017 at 11:16 AM Stephen Rasku <mercurial at srasku.net> wrote:

> Hi,
>
> I've installed Mercurial via MacPorts and I can't see the output from
> `hg log`.  If I redirect the output to a file I can see the log if I
> cat the file.  Any ideas?:
>
> $ hg init foo
> $ cd foo
> /Users/stephenrasku/.../foo
> $ echo foo > foo
> $ hg add foo
> $ hg ci -m "Add foo."
> $ hg log
> $ hg log > /tmp/log
> $ cat /tmp/log
> changeset:   0:2a7ea1e1049a
> tag:         tip
> user:        Stephen Rasku <srasku at ...>
> date:        Mon Jul 17 11:06:34 2017 -0700
> summary:     Add foo.
> $ hg version
> Mercurial Distributed SCM (version 4.2.2)
> (see https://mercurial-scm.org for more information)
>
> Copyright (C) 2005-2017 Matt Mackall and others
> This is free software; see the source for copying conditions. There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20170717/da12991c/attachment-0002.html>


More information about the Mercurial mailing list