Usage: git2hg.py -r [revisions] {extra options}

This program converts git revisions to mercurial revisions. The changes, log
messages and author information remain intact, only the record date is set to
today. Note that a mercurial repository must already be present.

Options:
  --version             show program's version number and exit
  -h, --help            show this help message and exit
  --summary             print a summary of the function of the program
  -r REVISION, --revision=REVISION
                        Specify the REVISION. REVISION may be a git revision
                        or a revision range where two revisions are separated
                        by '..' or ':'. If just one revision is given, all
                        revisions from there to "HEAD" are taken. Tags or
                        strings like "HEAD" may also be used as a revision
                        specification.
  -v, --verbose         print to the screen what the program does
  --dry-run             do not apply any changes