Source: grml-mercurial-utils
Section: grml
Priority: optional
Maintainer: Michael Gebetsroither <gebi@grml.org>
Uploaders: Michael Prokop <mika@grml.org>
Build-Depends: python-support (>= 0.4), debhelper(>= 5), xsltproc, docbook-xsl, asciidoc
Standards-Version: 3.7.2
Homepage: http://hg.grml.org/grml-mercurial-utils/
XS-Vcs-hg: http://hg.grml.org/grml-mercurial-utils/
XS-Vcs-Browser: http://hg.grml.org/grml-mercurial-utils/

Package: grml-mercurial-utils
Architecture: all
Depends: mercurial, ${python:Depends}
Suggests: grml-scripts, vim (>= 7.0)
Description: some small helper scripts to work with mercurial
 This package provides some helper programs to work with mercurial:
 .
  * hg-buildpackage - helper program to maintain Debian packages with mercurial
  * hgmergevim - use vim for merging
  * hgr_bench - small benchmark utility
  * hgr - recursiv version of hg
  * hgvimdiff - run vim in diff mode for use with mercurial using DirDiff.vim
  * hg-mirror - create a full mirror over hgwebdir
  * hg-cleantree - cleans up a hole repository tree (remove all except .hg/)
  * hget - script to clone upstream packages using mq from a mirror
  * mh - wrapper over hg with mq support for often used command sequenzes
  * hg-verify - cron script to verify a tree of mercurial repositories
  * reposearch - program to scan for repositories of different vcs
 .
 Additionally some useful mercurial plugins are included:
 .
  * hgext/flags - provides repository flags similar to svn flags
  * hgext/consolenotify - shows summary of all changesets at hg push
  * hgext/umask - installed on the server side to cure umask problems
