grml-mercurial-utils (0.27) unstable; urgency=low

  [ Alexander Wirt ]
  * Don't let xsltproc background if generating manpages
    (Thanks to Maximilian Gaß for patch)

  [ Michael Gebetsroither ]
  * reposearch:
     - add unit-test suit for reposearch
     - corrected .darcs to _darcs
     - add search target gitbare for bare git repositories
     - allow searching for multiple repository types in parallel
  * hg-mirror: fixed bug for urls like 'https://host/~user/hg.cgi'
        (merged patch from Maximilian Gaß, THX) [Closes: issue443]

  [ Michael Prokop ]
  * Bump Standard-Version to 3.8.0 (no further changes).

 -- Michael Prokop <mika@grml.org>  Fri, 26 Sep 2008 01:37:54 +0200

grml-mercurial-utils (0.26) unstable; urgency=low

  * enhanced hget to exit cleanly if no mq repos is found 
 
 -- Michael Gebetsroither <gebi@grml.org>  Wed, 31 Oct 2007 16:02:58 +0100

grml-mercurial-utils (0.25) unstable; urgency=low

  * reposearch: fix recursive searching 

 -- Michael Gebetsroither <gebi@grml.org>  Mon, 15 Oct 2007 03:13:49 +0200

grml-mercurial-utils (0.24) unstable; urgency=low

  * added generic reposearch
  * added doku for reposearch
  * made all tools use reposearch

 -- Michael Gebetsroither <gebi@grml.org>  Mon, 08 Oct 2007 02:09:25 +0200

grml-mercurial-utils (0.23) unstable; urgency=low

  [ Michael Gebetsroither ]
  * hg-mirror: better error reporting
  * added hg-verify
  * hg-verify: adding recursive mode
  * added manpage for hg-verify

  [ Michael Prokop ]
  * Fix typo in description (s/usefull/useful/)

 -- Michael Prokop <mika@grml.org>  Sun, 30 Sep 2007 14:46:28 +0200

grml-mercurial-utils (0.22) unstable; urgency=low

  [ Michael Prokop ]
  * hg-buildpackage: grep for tags on beginning of the string, as the
    version string might be present inside the changeset string as well
  * hgext/consolenotify.py: try to set dirname based on "default" or
    fall back to dirname - this should avoid wrong URLs when using
    cloned repositories where dirname is not same as repository name

  [ Michael Gebetsroither ]
  * hg-mirror: proper handling of source
  * hget: switch from 2 commandline args to one
  * adding hgext/flags extension to use flags in mercurial like in svn
  * adding consolenotify extension
  * hg-buildpackage: on the fly created orig.tar.gz with -mq(d) now has stable md5sum
  * hg-buildpackage: do not include .hg files in orig.tar.gz
  * hg-buildpackage: use the right directory prefix when creating archive on -mq(d)
  * adding hgext/umask extension to manage umask for remote push repositories
    with more than one developer
  * hg-mirror: fixed sync logic

 -- Michael Gebetsroither <gebi@grml.org>  Wed, 05 Sep 2007 03:08:33 +0200

grml-mercurial-utils (0.21) unstable; urgency=low

  * adding hg-reposearch to search for hg-repositories

 -- Michael Gebetsroither <gebi@grml.org>  Sun, 22 Apr 2007 17:00:20 +0200

grml-mercurial-utils (0.20) unstable; urgency=low

  * mh: implement action out
  * mh: implement action push
  * hget: do not abort if tracking repos does allready exist

 -- Michael Gebetsroither <gebi@grml.org>  Sun, 22 Apr 2007 02:28:24 +0200

grml-mercurial-utils (0.19) unstable; urgency=low

  * adding mh, an wrapper over hg/mq for often used cmd sequenzes
  * adding manpage for mh
  * doc tuning
  * hg-mirror: adding -i/--ignore switch
  * hg-mirror: adding -s/--strip and --try 

 -- Michael Gebetsroither <gebi@grml.org>  Sat, 21 Apr 2007 15:31:31 +0200

grml-mercurial-utils (0.18) unstable; urgency=low

  * adding hget to work with upstream packages in mq
  * Makefile: build fixes for asciidoc manpages 

 -- Michael Gebetsroither <gebi@grml.org>  Sat, 14 Apr 2007 00:20:20 +0200

grml-mercurial-utils (0.17) unstable; urgency=low

  * Conflict with package hg-buildpackage, as it's in unstable now.

 -- Michael Prokop <mika@grml.org>  Tue, 10 Apr 2007 10:27:34 +0200

grml-mercurial-utils (0.16) unstable; urgency=low

  [ Alexander Wirt ]
  * Fix a typo in the hg-buildpackage manpage

  [ Michael Gebetsroither ]
  * Rewrite of hgr due to output sync issues

 -- Michael Gebetsroither <gebi@grml.org>  Sun, 18 Mar 2007 21:54:18 +0100

grml-mercurial-utils (0.15) unstable; urgency=low

  [ Michael Prokop ]
  * Add copyright information to scripts.

  [ Michael Gebetsroither ]
  * Removed Latest change line, because we do not want to merge all the time

 -- Michael Gebetsroither <gebi@grml.org>  Fri, 23 Feb 2007 10:47:45 +0100

grml-mercurial-utils (0.14) unstable; urgency=low

  * changed dependency from python2.4 to python
  * changed from python2.4 to python in hgr
  * added asciidoc manpages for all scripts
  * added xsltproc, docbook-xsl and asciidoc to build dependencies
  * hg-buildpackage_sh_comp.patch: make hg-buildpackage posix conform
  * moved mercurial interface from grml-pylib to this package
  * using dh_pysupport
  * improved hg-mirror to not only create flat repos trees 

 -- Michael Gebetsroither <gebi@grml.org>  Mon, 12 Feb 2007 01:45:24 +0100

grml-mercurial-utils (0.13) unstable; urgency=low

  * adding hg-buildpackage with mq support

 -- Michael Gebetsroither <gebi@grml.org>  Sun,  4 Feb 2007 22:21:19 +0100

grml-mercurial-utils (0.12) unstable; urgency=low

  * added hg-mirror which uses the newly created repository listing interface
    from hgwebdir (style=raw)
  * added hg-cleantree which is usefull for hg mirroring to remove all files
    but .hg from all repositories in a tree

 -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 13 Jan 2007 12:43:22 +0100

grml-mercurial-utils (0.11) unstable; urgency=low

  [formorer]
  * hg-buildpackage: support BUILD_MODE and ROOT_COMMAND

 -- Michael Prokop <mika@grml.org>  Sat,  2 Dec 2006 21:54:20 +0100

grml-mercurial-utils (0.10) unstable; urgency=low

  * Rewrite of hg-buildpackage by formorer, thanks!
    Updated manpage of hg-buildpackage as well.
  * Use python2.4 for hgr as used in depends of package.

 -- Michael Prokop <mika@grml.org>  Thu, 30 Nov 2006 20:08:32 +0100

grml-mercurial-utils (0.09) unstable; urgency=low

  * hg-buildpackage: drop '-I' option from dpkg-buildpackage, otherwise
    the diff.gz against orig.tar.gz is not complete.

 -- Michael Prokop <mika@grml.org>  Sun, 12 Nov 2006 11:19:09 +0100

grml-mercurial-utils (0.08) unstable; urgency=low

  [mika]
  * Added hgvimdiff (run vim in diff mode for use with mercurial using
    DirDiff.vim).
  * Added myself as uploader to debian/control.
  * Remove debian/dirs and use dh_installdirs instead.
  * Bumbed Standard Version to 3.7.2 (no further changes).

 -- Michael Prokop <mika@grml.org>  Sun, 22 Oct 2006 23:51:34 +0200

grml-mercurial-utils (0.07) unstable; urgency=low

  * hg-buildpackage: check for existence of /etc/grml/*-functions or use
    wrapper aliases otherwise.
  * debian/control:
    - Suggests: grml-scripts
    - Updated short + long description
  * hgr_bench: fix path of hgr call.

 -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:43:52 +0200

grml-mercurial-utils (0.06) unstable; urgency=low

  * hg-buildpackage:
    - run debian/rules clean before checking repository state.
    - use /etc/grml/script-functions and /etc/grml/lsb-functions.
  * Added manpage for hg-buildpackage.

 -- Michael Prokop <mika@grml.org>  Sat, 21 Oct 2006 16:25:53 +0200

grml-mercurial-utils (0.05) unstable; urgency=low

  * cleanup of debian/rules
  * hg-buildpackage:
      - make sure building of native debian packages works as well
      - improve error handling
      - make code /bin/sh compatible

 -- Michael Prokop <mika@grml.org>  Mon, 16 Oct 2006 23:14:31 +0200

grml-mercurial-utils (0.04) unstable; urgency=low

  * rewrite of hgr in python (introduced parallel actions)
  * added hgr_bench to benchmark hgr at different concurrency settings

 -- Michael Gebetsroither <michael.geb@gmx.at>  Thu, 15 Jun 2006 15:34:00 +0200

grml-mercurial-utils (0.03) unstable; urgency=low

  * added hgr (recursiv version of hg) 

 -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 20 May 2006 02:20:59 +0200

grml-mercurial-utils (0.02) unstable; urgency=low

  * added zsh_completition from current mercurial tip 

 -- Michael Gebetsroither <michael.geb@gmx.at>  Sun, 13 Nov 2005 16:58:57 +0100

grml-mercurial-utils (0.01) unstable; urgency=low

  * Initial Release 

 -- Michael Gebetsroither <michael.geb@gmx.at>  Sat, 12 Nov 2005 18:26:04 +0100

Local variables:
mode: debian-changelog
End:
