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

sort by:
Revision Author Date Message Commit Date
f1b4837 1.5.0-2 22 December 2011, 16:59:03 UTC
c3ad5a6 [packaging] add missing hgpatches directory 22 December 2011, 16:58:06 UTC
6b35487 Added tag hgview-debian-version-1.5.0-1 for changeset 09ed7f71fac7 22 December 2011, 13:11:52 UTC
6261cf5 Added tag hgview-version-1.5.0 for changeset 9246f0e56241 22 December 2011, 13:11:52 UTC
fbf7461 prepare version 1.5.0 19 December 2011, 15:47:22 UTC
3a3c161 [phases] watch phase files for update (closes #86349) 19 December 2011, 11:14:21 UTC
81ff1f0 [phases] basic support (closes #86349) * Use different shape for phase other than public. * Use a red outline for current changeset on phase we don't have icon for yet. 19 December 2011, 14:34:09 UTC
5171624 [hidden] fix infinite loop when hidden changeset. Introduced by 4eae0844205b40a0252eefa89cb28483b77b3b06 19 December 2011, 15:11:24 UTC
eee27a7 quick fix for rev #29e1b39848221346c30890e53aee6b4e89289005 mqfilectx.parent() shall return a liste of mqfilectx instances (not changectx) 19 December 2011, 16:52:57 UTC
66be698 [console] display text translation in source/diff pane (closes #83773) 12 December 2011, 08:21:19 UTC
2e214a3 Hide non-interesting changesets (closes #19875) 09 December 2011, 20:22:02 UTC
990460b [qt] replace text in description for fancy display (closes #84465) 11 December 2011, 15:50:23 UTC
a40d586 [qt] links in fancy view opens browser (closes #76254) 11 December 2011, 15:50:23 UTC
65f4caa [packaging] update FSF address in py files (closes #75295) 11 December 2011, 15:50:22 UTC
05699d6 [core] improve mq support (closes #19194) Make unapplied mq patch looks like "normal" changeset. 11 December 2011, 15:50:21 UTC
9f06509 [console] add history and completion for command (closes #84733) * tab: completion of the command. It takes into account the text in the edit area until the cursor. The completion system allows to use widcard. So "*context" will be completed by (hide-context, maximize-context, show-context) * up|down|ctrl p|ctrl n: command history * starting or endind the command name with '?' displays the command help. So, "quit?" == "?quit" == "help quit" :Note: * I've tried to connect cmd.Cmd to urwid => poor result because only a few part of Cmd may be usefull, output coloring is not really possible and I've to refactorize the actual commands storage. * Input and Output are not standard, so readline is not really usefull here. 12 September 2011, 13:57:48 UTC
ba3af1b [cosmetic] remove superfluous hash-bangs and the entry point in ``hgviewlib/application.py`` (closes #78002) imported patch default_78002_remove_hashbangs.diff 23 November 2011, 07:49:18 UTC
150d0f2 [core] mercurial 2.0 support (closes #84549) * keep support for mercurial 1.6.4 (intermediate versions may not work) * change/file context parents stuff is already done in mercurial. * new features are not integrated 21 November 2011, 21:41:44 UTC
0596732 [hg patches] Dedicate a module to patch Mercurial (closes #75296) 24 November 2011, 14:01:28 UTC
0e00569 [curses] fancier graph highlighting for nodes (imrpove #79263) 20 November 2011, 19:59:58 UTC
a9ee3aa enable --profile/--time/--traceback/--debug options as mercurial axtension (closes #83309) 20 November 2011, 17:44:52 UTC
bb2c3e4 [fix core] raise ApplicationError and do not display traceback for NotImplementedErro (closes #78004 #83307) 20 November 2011, 16:30:59 UTC
c20a255 Fall back to the text interface if qt is not available (closes #84939) Instead of defaulting to qt and erroring out if it's not there, try both interfaces in turn and use the first one we find if the user didn't set a preference. 19 December 2011, 14:26:09 UTC
b569b60 [application] do not fail when started outside a repository with ``bin/hgview``(closes #79255) Remove forbidden ``raise``. 19 October 2011, 12:20:39 UTC
d4207c6 [curses] fancier graph highlighting for current/working changeset (closes #79263) The goal is to highlight only the node in the graph instead of the whole graph line. The *ID* is also highlighted to help identify the node. :note: 2 color style names has been modified for conveniance. 08 October 2011, 13:49:04 UTC
45266e9 fix ImportError if the interface is not available (closes #77984) 20 October 2011, 07:40:06 UTC
bbea2ce [util] follow hg api change (closes #79058) 20 October 2011, 07:40:06 UTC
cd13862 Added tag hgview-debian-version-1.4.0-2 for changeset 846104aaa0ce 29 September 2011, 13:11:13 UTC
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