]> granicus.if.org Git - git/commitdiff
contrib: remote-helpers: add move warnings (v2.0)
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 13 May 2014 21:29:56 +0000 (16:29 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 May 2014 00:10:03 +0000 (17:10 -0700)
The tools are now maintained out-of-tree, and they have a regression
in v2.0. It's better to start warning the users as soon as possible.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-bzr
contrib/remote-helpers/git-remote-hg

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<>]+)')
index 34cda027597f30ddacf340466778404f3705361d..989df66c199e7b702505c0740d81911fdcacc926 100755 (executable)
@@ -25,6 +25,9 @@ import atexit
 import urlparse, hashlib
 import time as ptime
 
+sys.stderr.write('WARNING: git-remote-hg is now maintained independently.\n')
+sys.stderr.write('WARNING: For more information visit https://github.com/felipec/git-remote-hg\n')
+
 #
 # If you want to see Mercurial revisions as Git commit notes:
 # git config core.notesRef refs/notes/hg