remote-hg: fix compatibility with older versions of hg
commitcc8433fad1f64ffaa9c1b8274c79f14419c42f78
authorFelipe Contreras <felipe.contreras@gmail.com>
Mon, 12 Nov 2012 17:41:06 +0000 (12 18:41 +0100)
committerJeff King <peff@peff.net>
Mon, 12 Nov 2012 20:34:53 +0000 (12 15:34 -0500)
tree801559dd93b3ba91aefac7c746b2ec85d8928319
parent7241a9ffab73fe8f0f7eaa50149eaa24109350e5
remote-hg: fix compatibility with older versions of hg

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.contreras@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
contrib/remote-helpers/git-remote-hg