git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] contrib: remote-helpers: add move warnings (v2.0)
@ 2014-05-13 21:29 Felipe Contreras
  2014-05-13 22:02 ` Junio C Hamano
  0 siblings, 1 reply; 14+ messages in thread
From: Felipe Contreras @ 2014-05-13 21:29 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Felipe Contreras

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.

Can't possibly introduce regressions.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 contrib/remote-helpers/git-remote-bzr | 3 +++
 contrib/remote-helpers/git-remote-hg  | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/contrib/remote-helpers/git-remote-bzr b/contrib/remote-helpers/git-remote-bzr
index 9abb58e..be4b9a3 100755
--- a/contrib/remote-helpers/git-remote-bzr
+++ b/contrib/remote-helpers/git-remote-bzr
@@ -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<>]+)')
diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg
index 34cda02..989df66 100755
--- a/contrib/remote-helpers/git-remote-hg
+++ b/contrib/remote-helpers/git-remote-hg
@@ -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
-- 
1.9.2

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-05-14 21:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-13 21:29 [PATCH] contrib: remote-helpers: add move warnings (v2.0) Felipe Contreras
2014-05-13 22:02 ` Junio C Hamano
2014-05-13 22:22   ` Felipe Contreras
2014-05-13 22:41     ` Junio C Hamano
2014-05-13 22:47       ` Felipe Contreras
2014-05-14  2:16         ` Marius Storm-Olsen
2014-05-14 19:06           ` Junio C Hamano
2014-05-14 19:39             ` Felipe Contreras
2014-05-14 20:21               ` Junio C Hamano
2014-05-14 20:51                 ` Felipe Contreras
2014-05-13 23:11     ` Ronnie Sahlberg
2014-05-13 23:37       ` Felipe Contreras
2014-05-14 16:57         ` Ronnie Sahlberg
2014-05-14 19:26           ` Felipe Contreras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).