contrib: remote-helpers: add move warnings (v2.0)
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>
This commit is contained in:
committed by
Junio C Hamano
parent
10e1feebb4
commit
0311086351
@ -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
|
||||
|
||||
Reference in New Issue
Block a user