Thread (1 message) 1 message, 1 author, 2016-06-15

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

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:56:46

Felipe Contreras [off-list ref] writes:
On Mon, Apr 8, 2013 at 12:13 PM, Felipe Contreras
[off-list ref] wrote:
quoted
--- a/contrib/remote-helpers/git-remote-hg
+++ b/contrib/remote-helpers/git-remote-hg
quoted
@@ -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?
I'd appreciate it if you can reroll the entire thing.  That way, I
do not have to keep careful track of which one can be reused and
which need to be replaced.

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