HGET(1)
=======
Michael Gebetsroither <gebi@grml.org>


NAME
----
hget - script to clone upstream packages using mq from a mirror


SYNOPSIS
--------
*hget* <package_name> [ <source> ]


DESCRIPTION
-----------
This manual page documents briefly the *hget* command.

*hget* is a script which clones a upstream package which consists of an
tracking repos and a versioned mercurial patch queue to the local computer. The
patch queue repos is named <package_name>.mq by convention.


EXAMPLE
-------
Clone rephrase from http://hg.grml.org
-------------------
    hget rephrase
-------------------

Clone zzuf from http://hg.einsteinmg.dyndns.org
-------------------
    hget zzuf http://hg.einsteinmg.dyndns.org
-------------------


SEE ALSO
--------
hg(1), hgmergevim(1), hgr(1), hg-mirror(1)


AUTHOR
------
This manual page was written by Michael Gebetsroither <gebi@grml.org>
