Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision dd171673c1786405546842634e851a0a1190fbfc authored by Pierre-Yves David on 04 June 2012, 14:45:45 UTC, committed by Pierre-Yves David on 04 June 2012, 14:45:45 UTC

If working directory is clean, it's parent is selected
(if the checked out revision is nullrev, we fallback on the first
available changeset.)

Note: Merge are never clean, choosing first parent is safe.
1 parent ccfd4c7
Raw File
Tip revision: dd171673c1786405546842634e851a0a1190fbfc authored by Pierre-Yves David on 04 June 2012, 14:45:45 UTC
[qt] always select the working directory at startup (closes #82231)
Tip revision: dd17167
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