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

sort by:
Revision Author Date Message Commit Date
512051e [packaging] Fix upgrades from << 1.4 Declare that hgview-common replaces old hgview so upgrades just work. 29 September 2011, 12:43:42 UTC
54bde77 Added tag hgview-debian-version-1.4.0-1 for changeset 9521511a6e37 29 September 2011, 10:54:34 UTC
0fdcc03 Added tag hgview-version-1.4.0 for changeset 1576aa8d7b12 29 September 2011, 10:54:33 UTC
29a1252 prepare version 1.4.0 * Update version, Changelog, README * split debian package into 3 ones 29 September 2011, 09:00:11 UTC
1468762 [debian] restore compatibility with old distros Changeset 347a7f4340d8 switched the packaging to dh_python2, but that only needs to be done for wheezy/oneiric and later. So switch lenny/squeeze/lucid/maverick/natty back to python-support. 28 September 2011, 07:20:04 UTC
71dde77 [console] fix command line splitting * We shall encode/decode the command line as ``shlex.split`` does not support unicode * Also update the tests 28 September 2011, 07:20:03 UTC
ba75e39 [console] fix inotify over refreshing caused by mercurial (checkexec) ``checkexec`` function from ``mercurial.posix`` creates a temporary *hg-checkexec-* file. This function is called by hgview while refreshing the repo info (getting file exec flags changed). As a new file is created and then deleted, hgview refreshes the repo info causing a loop. So we have to filter filenames *while processing the events* instead of filtering the filename while adding watchers. 24 September 2011, 22:14:31 UTC
a212362 [console] reduce blinking while displaying diff/source Pygments may take a while to highlight the diff/source and it induce lag while browing the files. The idea is to delay colorizing the text. The text was previously displayed whitout color and then highlighted => blinking. The beggining of the text is now highlighted immediatly which reduces the blinking effect. 24 September 2011, 15:38:49 UTC
3ecb7ea fix setup.py Add ``--[no-]install-qt`` and ``--[no-]install-curses`` options to *install* command in order to [dis/en]able installing qt/curses library. 20 September 2011, 21:03:42 UTC
c9093d0 fix mercurial extension :note: change container in hgviewlib.curses.utils to suite lazy import and the strange urwid.command_map which is a module and an instance. 15 September 2011, 05:26:41 UTC
ce1aecf [lib] apparently ints can slip there 23 September 2011, 14:08:20 UTC
34d8b04 if given 123:abcdef0123456789 style rev (from a quick mouse copy-paste), actually try the part after ":" 19 September 2011, 15:39:44 UTC
007b972 [console] display usefull information in manifest and source title Information in source title is delayed to not overload the process. 11 September 2011, 17:22:58 UTC
0a6362a [console] delay highlighting the source to speed up rendering 11 September 2011, 14:29:23 UTC
59250c7 [console] add delay_emit_signal to delay processing callbacks 11 September 2011, 11:36:23 UTC
back to top