[PATCH 2/4] remote-hg: fix compatibility with older versions of hg

2012-11-12 Thread Felipe Contreras
Turns out repo.revs was introduced quite late, and it doesn't do anything fancy for our refspec; only list all the numbers in that range. Signed-off-by: Felipe Contreras felipe.contre...@gmail.com --- contrib/remote-helpers/git-remote-hg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PATCH 2/4] remote-hg: fix compatibility with older versions of hg

2012-11-12 Thread Felipe Contreras
On Tue, Nov 13, 2012 at 6:25 AM, Ramkumar Ramachandra artag...@gmail.com wrote: This patch fixes my original problem. So, Reported-by: Ramkumar Ramachandra artag...@gmail.com Tested-by: Ramkumar Ramachandra artag...@gmail.com However, test 4 in test-hg.sh still fails for me: --- expected