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

sort by:
Revision Author Date Message Commit Date
89e88a7 merge with future 1.7.1 29 January 2013, 15:20:45 UTC
0cca95f [pkg/debian] prepare 1.7.1 28 January 2013, 16:34:48 UTC
f299790 [pkg] prepare version 1.7.1 28 January 2013, 15:49:43 UTC
f117d74 [changelog for 1.7.1] 28 January 2013, 15:48:23 UTC
f3632c5 [changelog] drops tab in changelog 28 January 2013, 15:48:08 UTC
817bbdf [changelog] update changelog for 1.7.0 28 January 2013, 15:41:08 UTC
a96c1f0 [util] protect first know successors from obsolescence cycle (see #116957) A changeset could be reported as its own successors. We apply the same fix than in ec7ba95acdab. G: changed hgviewlib/util.py 25 January 2013, 15:18:27 UTC
004e539 [util] fix first_known_successors computation(closes #117630) Bad copy paste used the precursors data of marker, not the successors 25 January 2013, 15:16:23 UTC
5aa1456 graph: prevent obsolescence cycle to confuse graph algorithm We did not prevented the initial node to be reported as it's first known precursors. 17 January 2013, 19:36:35 UTC
3f718d5 [qt/graph] dropping stand alone version of graph view It is not maintained 17 January 2013, 18:39:41 UTC
21d0b65 [compat] Mercurial 2.5 changes location of hidden revision Hidden revision in are computed as any other "filter", a new feature of Mercurial 2.5. This changeset add a abstraction layer to access hidden revision for all version of Mercurial that supports it. 17 January 2013, 19:18:22 UTC
9485703 [util] ensure hgview operate on unfiltered repo With 2.5 hg.repository returns repo with the `visible` filter enabled. 17 January 2013, 19:02:22 UTC
ad09d98 [util] abstract repo creation in a function We are going to need processing on the created object to get ride of filtering. 17 January 2013, 19:01:07 UTC
c2806f9 [qt] fix error message fo failed resource compilation 20 December 2012, 14:40:18 UTC
56e45fb merge with stable 20 December 2012, 14:18:16 UTC
5273fc9 [qt] prevent hgview from getting slower and slower at each reload (closes #114970) Some callbacks for the UI were reconnected at each reload, resulting in the very same content to be refreshed <number-of-reload> each time a revision were selected. 20 December 2012, 14:15:16 UTC
bcfebdf [qt] drop the infamous yellow color (closes #113385) Yellow is not readable at all on white background 10 December 2012, 15:15:31 UTC
002df5b fix trailing white space 20 December 2012, 13:22:12 UTC
344de11 [readme] fix repository url 14 December 2012, 21:59:29 UTC
1ce3844 spelling: fix some typos and frenchisms and sloppiness 09 December 2012, 00:34:42 UTC
7e2d58c merge with stable 10 December 2012, 14:02:38 UTC
8eacc81 [compat] handle filtered repository Mercurial 2.5 will ship a changelog filtering feature. This changeset ensure it does not interfere with hgview. We ensure here that we work on unfiltered repo in all case. Unfiltered repo are repo has we know them now. 10 December 2012, 13:40:37 UTC
ba0549a help: try to improve built-in help text This patch do not rewrap lines - that would cause diff noise. 09 December 2012, 00:34:40 UTC
4cce33c Remove sys.path manipulation (closes #113034) This seems like legacy helper for development purpose. This create some issue in for actual deployment and are just a plain bad idea on a general basis. 04 December 2012, 10:49:01 UTC
ae7e1f6 [qt] add revset aliases to the goto completer (closes #112485) 21 November 2012, 16:18:38 UTC
ec3d741 remove dead code 04 December 2012, 13:38:17 UTC
86ffd54 [qt] goto: also catch mercurial.error.Abort on revset processing This error is raised when I try ``file(bad/adress/file)``. 26 November 2012, 10:53:54 UTC
back to top