Staging
v0.8.1
https://foss.heptapod.net/mercurial/hgview
Revision 2823d071b5f787e54e5f75adb94b5e1a6abe5bbe authored by Pierre-Yves David on 05 June 2014, 18:18:50 UTC, committed by Pierre-Yves David on 05 June 2014, 18:18:50 UTC
A recent glitch in Mercurial code (returning list instead of tuple) highlighted
how fragile this code was.

The new code is more generic and should survive to more upstream changes.
1 parent 3e776ba
Raw File
Tip revision: 2823d071b5f787e54e5f75adb94b5e1a6abe5bbe authored by Pierre-Yves David on 05 June 2014, 18:18:50 UTC
[status] make dirty working directory detection more robust
Tip revision: 2823d07
hgview.rc
# This file is intended to be installed in a system's hgrc.d directory
# It enables the hgview's mercurial plugin, making the 'hg qv' command
# available.  This file presumes hgext/hgview.py has been installed in
# the hgext path

[extensions]
hgext.hgview =
back to top