Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
remote-hg: don't update bookmarks unnecessarily
author
Felipe Contreras
<felipe.contreras@gmail.com>
Mon, 22 Apr 2013 21:55:20 +0000
(16:55 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 22 Apr 2013 22:25:55 +0000
(15:25 -0700)
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/remote-helpers/git-remote-hg
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
8911222
)
diff --git
a/contrib/remote-helpers/git-remote-hg
b/contrib/remote-helpers/git-remote-hg
index 4f6c7b7d891e96659d81a3f3512f09512b71f0f9..dbb4091d8603d39d0432a4fd90cafc882a5874ca 100755
(executable)
--- a/
contrib/remote-helpers/git-remote-hg
+++ b/
contrib/remote-helpers/git-remote-hg
@@
-830,6
+830,9
@@
def do_export(parser):
else:
old = ''
+ if old == new:
+ continue
+
if bmark == 'master' and 'master' not in parser.repo._bookmarks:
# fake bookmark
pass