contrib / remote-helpers / git-remote-hgon commit Merge branch 'ah/submodule-typofix-in-error' (2953140)
   1#!/usr/bin/env python
   2
   3import sys
   4
   5sys.stderr.write('WARNING: git-remote-hg is now maintained independently.\n')
   6sys.stderr.write('WARNING: For more information visit https://github.com/felipec/git-remote-hg\n')
   7
   8sys.stderr.write('''WARNING:
   9WARNING: You can pick a directory on your $PATH and download it, e.g.:
  10WARNING:   $ wget -O $HOME/bin/git-remote-hg \\
  11WARNING:     https://raw.github.com/felipec/git-remote-hg/master/git-remote-hg
  12WARNING:   $ chmod +x $HOME/bin/git-remote-hg
  13''')