git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] remote-hg: fix configuration notes
@ 2013-05-21  3:47 Felipe Contreras
  2013-05-21  3:47 ` [PATCH 1/2] remote-hg: trivial configuration note cleanup Felipe Contreras
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Felipe Contreras @ 2013-05-21  3:47 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Felipe Contreras

Hi,

For 'master'.

Felipe Contreras (2):
  remote-hg: trivial configuration note cleanup
  remote-hg: fix order of configuration comments

 contrib/remote-helpers/git-remote-hg | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
1.8.3.rc3.1.gf11a2b7.dirty

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

* [PATCH 1/2] remote-hg: trivial configuration note cleanup
  2013-05-21  3:47 [PATCH 0/2] remote-hg: fix configuration notes Felipe Contreras
@ 2013-05-21  3:47 ` Felipe Contreras
  2013-05-21  3:47 ` [PATCH 2/2] remote-hg: fix order of configuration comments Felipe Contreras
  2013-05-21 17:14 ` [PATCH 0/2] remote-hg: fix configuration notes Junio C Hamano
  2 siblings, 0 replies; 4+ messages in thread
From: Felipe Contreras @ 2013-05-21  3:47 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Felipe Contreras

Follow the style of the previous configurations.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 contrib/remote-helpers/git-remote-hg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg
index beb864b..88db7c4 100755
--- a/contrib/remote-helpers/git-remote-hg
+++ b/contrib/remote-helpers/git-remote-hg
@@ -36,7 +36,7 @@ import urlparse, hashlib
 # git config --global remote-hg.force-push false
 #
 # If you want the equivalent of hg's clone/pull--insecure option:
-# git config remote-hg.insecure true
+# git config --global remote-hg.insecure true
 #
 # git:
 # Sensible defaults for git.
-- 
1.8.3.rc3.1.gf11a2b7.dirty

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

* [PATCH 2/2] remote-hg: fix order of configuration comments
  2013-05-21  3:47 [PATCH 0/2] remote-hg: fix configuration notes Felipe Contreras
  2013-05-21  3:47 ` [PATCH 1/2] remote-hg: trivial configuration note cleanup Felipe Contreras
@ 2013-05-21  3:47 ` Felipe Contreras
  2013-05-21 17:14 ` [PATCH 0/2] remote-hg: fix configuration notes Junio C Hamano
  2 siblings, 0 replies; 4+ messages in thread
From: Felipe Contreras @ 2013-05-21  3:47 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Felipe Contreras

The other configurations were added in the wrong place.

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

diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg
index 88db7c4..198b962 100755
--- a/contrib/remote-helpers/git-remote-hg
+++ b/contrib/remote-helpers/git-remote-hg
@@ -25,9 +25,6 @@ import atexit
 import urlparse, hashlib
 
 #
-# If you want to switch to hg-git compatibility mode:
-# git config --global remote-hg.hg-git-compat true
-#
 # If you are not in hg-git-compat mode and want to disable the tracking of
 # named branches:
 # git config --global remote-hg.track-branches false
@@ -38,6 +35,9 @@ import urlparse, hashlib
 # If you want the equivalent of hg's clone/pull--insecure option:
 # git config --global remote-hg.insecure true
 #
+# If you want to switch to hg-git compatibility mode:
+# git config --global remote-hg.hg-git-compat true
+#
 # git:
 # Sensible defaults for git.
 # hg bookmarks are exported as git branches, hg branches are prefixed
-- 
1.8.3.rc3.1.gf11a2b7.dirty

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

* Re: [PATCH 0/2] remote-hg: fix configuration notes
  2013-05-21  3:47 [PATCH 0/2] remote-hg: fix configuration notes Felipe Contreras
  2013-05-21  3:47 ` [PATCH 1/2] remote-hg: trivial configuration note cleanup Felipe Contreras
  2013-05-21  3:47 ` [PATCH 2/2] remote-hg: fix order of configuration comments Felipe Contreras
@ 2013-05-21 17:14 ` Junio C Hamano
  2 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2013-05-21 17:14 UTC (permalink / raw)
  To: Felipe Contreras; +Cc: git

Will apply for 1.8.3.

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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-21  3:47 [PATCH 0/2] remote-hg: fix configuration notes Felipe Contreras
2013-05-21  3:47 ` [PATCH 1/2] remote-hg: trivial configuration note cleanup Felipe Contreras
2013-05-21  3:47 ` [PATCH 2/2] remote-hg: fix order of configuration comments Felipe Contreras
2013-05-21 17:14 ` [PATCH 0/2] remote-hg: fix configuration notes Junio C Hamano

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).