Staging
v0.5.1
https://foss.heptapod.net/mercurial/hgview
Revision ef4401e9db9d363a6d150a0d5713c2d7f036726a authored by Pierre-Yves David on 12 September 2013, 00:15:45 UTC, committed by Pierre-Yves David on 12 September 2013, 00:15:45 UTC
The filtering will provides its own revset so we need an opportunity to mix the
build revset with the filtering one.

The revset execution can stay in the `revision_grapher` function while the
revset build itself will get extracted to a upper level.
1 parent 4ad802e
Raw File
Tip revision: ef4401e9db9d363a6d150a0d5713c2d7f036726a authored by Pierre-Yves David on 12 September 2013, 00:15:45 UTC
[hggraph] extract revset execution from the revset building function
Tip revision: ef4401e
control
Source: hgview
Section: vcs
Priority: optional
Maintainer: David Douard <david.douard@logilab.fr>
Uploaders: Julien Cristau <julien.cristau@logilab.fr>, Alain Leufroy <alain.leufroy@logilab.fr>, Pierre-Yves David <pierre-yves.david@logilab.fr>
Build-Depends: debhelper (>= 5.0.38), pyqt4-dev-tools, python (>=2.5), xmlto, asciidoc, mercurial
Build-Depends-Indep: python-support
XS-Python-Version: >= 2.5
Standards-Version: 3.9.1
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-docutils,
  hgview-common (= ${source:Version})
Enhances: mercurial
Description: mercurial interactive history viewer (Qt4 interface)
 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.
 .
 This package installs the Qt4 interface.

Package: hgview-common
Architecture: all
Depends:
  ${python:Depends},
  ${misc:Depends},
  mercurial (>= 1.9.1-1),
Enhances: mercurial
Replaces: hgview (<< 1.4)
Conflicts: hgview (<< 1.4)
Recommends: hgview | hgview-curses
Description: mercurial interactive history viewer (common files)
 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.
 .
 This package install the common files.
 You may want to install a user interface (hgview or hgview-curses).

Package: hgview-curses
Architecture: all
Depends:
 ${python:Depends},
 ${misc:Depends},
 python-urwid,
 python-pygments,
 python-pyinotify,
 hgview-common (= ${source:Version}),
Enhances: mercurial
Description: mercurial interactive history viewer (text interface)
 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.
 .
 This package installs the text interface. 
 Note that the Qt interface is more complete than the text interface and
 provides more views.

back to top