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.