Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ git translate -h
usage: git-translate [options] <REV>
            --map FILE     File with commit infomapping (defaults to .hgcommits)
            --to-hg REV    Translate from git to hg
            --from-hg REV  Translate from hg to git
            --verbose      Turn on verbose output
            --debug        Turn on debugging output
            --version      Print the version of this tool
        -h, --help         Show this help text

...