A Mercurial log viewer with revset support
debian: set DEB_PYTHON_INSTALL_LAYOUT=deb to work around broken --prefix
htmlui: don't pass bytes to extensions.wrapfunction()
app: regenerate ui code by qmluic d60dd06cb808

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~yuja/hgv
read/write
ssh://hg@hg.sr.ht/~yuja/hgv

#hgv

A Mercurial log viewer with revset support.

Don't expect a full-featured GUI frontend. This is merely a DAG viewer plus basic unified diff pane.

#Build

Install:

$ make install

Running without installing:

$ make release -j4
$ ./build/release/hgv

#Dependencies

  • CMake
  • Qt 5.15
  • Mercurial 5.4

#Configuration

See help/config.txt.

#Screenshot