Thread (23 messages) flat view 23 messages, 1 author, 2016-06-15

Re: [PATCH v3 08/20] remote-hg: split bookmark handling

From: Felipe Contreras <hidden>
Date: 2016-06-15 22:56:45

On Mon, Apr 8, 2013 at 12:13 PM, Felipe Contreras
[off-list ref] wrote:
quoted hunk ↗ jump to hunk
--- a/contrib/remote-helpers/git-remote-hg
+++ b/contrib/remote-helpers/git-remote-hg
quoted hunk ↗ jump to hunk
@@ -731,6 +722,26 @@ def do_export(parser):
     if peer:
         parser.repo.push(peer, force=False)

+    # handle bookmarks
+    for bmark, node in p_bmarks:
+        ref = 'refs/heads' + bmark
This should be:

ref = 'refs/heads/' + bmark

Should I reroll?

--
Felipe Contreras
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help