Re: [PATCH 15/16] remote-hg: use marks instead of inlined files

2013-04-22 Thread Junio C Hamano
Felipe Contreras writes: > So that we can find already exported ones. We can never be 100% sure > that we already exported such data, due to mercurial design, it at least > sometimes we should detect them, and so should give ups some performance s/ups/us/ (will locally tweak). > boost. > > Sign

[PATCH 15/16] remote-hg: use marks instead of inlined files

2013-04-22 Thread Felipe Contreras
So that we can find already exported ones. We can never be 100% sure that we already exported such data, due to mercurial design, it at least sometimes we should detect them, and so should give ups some performance boost. Signed-off-by: Felipe Contreras --- contrib/remote-helpers/git-remote-hg |