Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision 7d7732770c97e4915629e1d732b182f71cf576f4 authored by David Douard on 02 December 2009, 18:07:00 UTC, committed by David Douard on 02 December 2009, 18:07:00 UTC
- renamed module in hgfiledialog
- split the module in 2 (became too big, creating hgmanifestdialog.py)
- factorize code that can be between FileViewer and FileDiffViewer (using a common abstract class AbstractFileDialog)
1 parent 8ec309f
Raw File
Tip revision: 7d7732770c97e4915629e1d732b182f71cf576f4 authored by David Douard on 02 December 2009, 18:07:00 UTC
Refactored hgfileviewer.py
Tip revision: 7d77327
control
Source: hgview
Section: vcs
Priority: optional
Maintainer: David Douard <david.douard@logilab.fr>
Uploaders: Alexandre Fayolle <afayolle@debian.org>
Build-Depends: debhelper (>= 5.0.38), pyqt4-dev-tools, python (>=2.5), xmlto, asciidoc, mercurial  (>= 0.9.3)
Build-Depends-Indep: python-support
XS-Python-Version: >= 2.5
Standards-Version: 3.8.3
Vcs-Hg: http://www.logilab.org/cgi-bin/hgwebdir.cgi/hgview
Vcs-Browser: http://www.logilab.org/cgi-bin/hgwebdir.cgi/hgview
Homepage: http://www.logilab.org/project/hgview

Package: hgview
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-qt4, python-qscintilla2, python-egenix-mxdatetime, mercurial (>= 0.9.3), python-docutils
Enhances: mercurial
XB-Python-Version: ${python:Versions}
Description: mercurial interactive history viewer
 Its purpose is to easily navigate in a mercurial repository
 history. It has been written with efficiency in mind when dealing
 with quite big repositories.
back to top