Staging
v0.4.1
https://foss.heptapod.net/mercurial/hgview
Raw File
Tip revision: d4c12be1adf7da4b9a4ee4cd14057ec15a2dc30c authored by Alain Leufroy on 08 August 2012, 09:37:32 UTC
curses: Prevent lazy import of functools
Tip revision: d4c12be
ChangeLog
2011-12-23 -- 1.5.0

    * GUI> replace text in description for fancy display (#84465)

    * GUI> links in fancy view opens browser (#76254)

    * GUI> Add support for incoming phase feature in hg 2.1 (#86349)
           Node have different shape given their phase.

    * TUI> fancier graph highlighting in TUI (#79263)

    * TUI> add history and completion for command (#84733)

    * TUI> display text translation in source/diff pane (closes #83773)

    * Hg> Allow toggle hidden changesets visibility (#19875)

    * Hg> improve mq support (#19194)

    * Hg> enable --profile/--time/--traceback/--debug options
          as mercurial extension (#83309)

    * support mercurial 2.0 (#79058, #84549)

    * bugfixes (#77984, #79255, #84939, #78004, #83307)

    * others (#75296, #78002, #75295)

2011-09-29 -- 1.4.0

    * add a text user interface

    * allow file name to be selected (#70307)

    * remove mx.Datetime dependency (#73687)

    * bugfixes (#20996, #73678)

2010-08-25 -- 1.3.0
    * ReST support in descriptions

    * stabilize named branch color

    * bugfixes

2010-01-20  -- 1.2.0
    * add basic support for mq

    * add basic support for bfiles extension

    * make working directory be represented by a node in the graph (if needed)

    * add possibility to display the graph from a given revision

    * add a annotate-like view
	
    * improve graph rendering engine

    * bugfixes

	
2009-09-30  --  1.1.2
    * fixed packaging issues
	
2009-09-23  --  1.1.0
    * add many configuration options

    * removed 'hg hgview-options' command in favor of 'hg help hgview' 

    * add ability to choose which parent to diff with for merge nodes

    * dramatically improved UI behaviour (shortcuts)

    * improved help

    * make it possible not to display the diffstat column

    * standalone application: improved command line options

    * indicate working directory position in the graph

    * add auto-reload feature (when repo is modified; pull, commit, etc.)

    * fix many bugs 


	
2009-06-08  --  1.0.1
    * fix a bug on some PyQt versions, which also prevented hardy package from installing


	
2009-06-05  --  1.0.0
    * almost complete rewrite of hgview (only using Qt for now)

    * make dialogs consistants

    * pure qt4

    * add a file revision comparator

    * add a manifest viewer



2008-10-06  --  0.9.0
    * support branches

    * make filter text search on files and log description tree.

    * bugfixes



2008-05-15  --  0.3.1
    * added logic to resolve symbolic links to hgview executable

    * make hgview less verbose

    * allow home installation

    * let the diff's scroll window resize when it's packed in the HPaned

    * fix Windows related bug



2007-05-29  --  0.3.0
    * add a Qt4 version of hgview

    * bugfixes



2007-05-29  --  0.2.0
    * creation of changelog



back to top