contrib / remote-helpers / git-remote-bzron commit git-p4: python3: replace dict.has_key(k) with "k in dict" (dba1c9d)
   1#!/bin/sh
   2
   3cat >&2 <<'EOT'
   4WARNING: git-remote-bzr is now maintained independently.
   5WARNING: For more information visit https://github.com/felipec/git-remote-bzr
   6WARNING:
   7WARNING: You can pick a directory on your $PATH and download it, e.g.:
   8WARNING:   $ wget -O $HOME/bin/git-remote-bzr \
   9WARNING:     https://raw.github.com/felipec/git-remote-bzr/master/git-remote-bzr
  10WARNING:   $ chmod +x $HOME/bin/git-remote-bzr
  11EOT