Staging
v0.4.2
https://foss.heptapod.net/mercurial/hgview

sort by:
Revision Author Date Message Commit Date
6bb88bf Added tag hgview-version-1.7.0 for changeset a89457f576bd 20 November 2012, 13:45:14 UTC
10aa08a [setup/py2exe] trick py2exe into including mercurial extension Not including mercurial extension cause several issues. After long battle with py2exe we fallback to this ugly fix. I how we can get with something better later but we do not want to delay 1.7 release any further. 19 November 2012, 14:10:17 UTC
e33f4d9 [doc] fix action description using bad option name the option is `exporttemplate` not `copytemplate`. 15 November 2012, 13:37:04 UTC
cbafbbb [pkg] update copyright notice in manual 13 November 2012, 12:56:01 UTC
35b7503 [pkg] prepare release 1.7.0 13 November 2012, 12:42:53 UTC
e027ad7 [windows] py2exe: clean log file at startup ... otherwise the file may be huge as it is never cleaner. .. note:: py2xe do not dedicate a log file for each process: we do not change this behaviour for now. 11 November 2012, 17:41:27 UTC
a6c92db use the empty string for the author of the dirstate ... otherwise Mercurial complains about `ui.username` that is not set. This is annoying as hgview only reads data in the repo. This change is needed for Windows installation using py2exe/innosetup In fact HgView overwrites the default Mercurial.ini to an empty hgview.ini file 11 November 2012, 17:30:44 UTC
87ceb94 [windows] py2exe & innosetup: redefine log file location The default log file is created in the same folder as the application. But the default installation directory using innosetup (and perhaps other install tools) is non-writable by user (a.k.a. c:\Pogram Files). So we redefine the original location of the log file. This parameter is fixed as a default argument value of the "write" method of the object that patch the original sys.stderr (by py2exe). We have to rewrite the object class in order to tune this value. .. note:: The module that contains the original class could not be imported because of a NameError ("missing _MessageBox": see py2exe.boot_common). So we use introspection (sys.stderr.__class__) to get an access to this class. 11 November 2012, 16:01:24 UTC
8672120 [windows] py2exe: standalone version have its own entry point 11 November 2012, 14:49:33 UTC
back to top