contrib: remote-helpers: add move warnings (v2.0)
[gitweb.git] / contrib / remote-helpers / git-remote-bzr
index 9abb58e6ab45077bf9b5e01658438817ea9b7126..be4b9a34edc68b7112c925e6023d61805fffb91e 100755 (executable)
@@ -43,6 +43,9 @@ import re
 import StringIO
 import atexit, shutil, hashlib, urlparse, subprocess
 
+sys.stderr.write('WARNING: git-remote-bzr is now maintained independently.\n')
+sys.stderr.write('WARNING: For more information visit https://github.com/felipec/git-remote-bzr\n')
+
 NAME_RE = re.compile('^([^<>]+)')
 AUTHOR_RE = re.compile('^([^<>]+?)? ?[<>]([^<>]*)(?:$|>)')
 EMAIL_RE = re.compile(r'([^ \t<>]+@[^ \t<>]+)')