Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge git://git.bogomips.org/git-svn
author
Junio C Hamano
<gitster@pobox.com>
Mon, 20 May 2013 23:06:48 +0000
(16:06 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 20 May 2013 23:06:48 +0000
(16:06 -0700)
* git://git.bogomips.org/git-svn:
git-svn: introduce --parents parameter for commands branch and tag
git-svn: clarify explanation of --destination argument
git-svn: multiple fetch/branches/tags keys are supported
contrib/remote-helpers/git-remote-hg
patch
|
blob
|
history
raw
(from parent 2:
f4f4c7f
)
diff --git
a/contrib/remote-helpers/git-remote-hg
b/contrib/remote-helpers/git-remote-hg
index beb864b57e25a4297b7355d56c7c586e6f19d7be..01555dc3471422e050ebef110840bf98633786e7 100755
(executable)
--- a/
contrib/remote-helpers/git-remote-hg
+++ b/
contrib/remote-helpers/git-remote-hg
@@
-954,6
+954,10
@@
def main(args):
marks_path = os.path.join(dirname, 'marks-hg')
marks = Marks(marks_path)
+ if sys.platform == 'win32':
+ import msvcrt
+ msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)
+
parser = Parser(repo)
for line in parser:
if parser.check('capabilities'):