remote-hg: add shared repo upgrade
authorFelipe Contreras <felipe.contreras@gmail.com>
Fri, 9 Aug 2013 22:38:04 +0000 (17:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 12 Aug 2013 06:17:10 +0000 (23:17 -0700)
If we have an old organization (v1.8.3), and want to upgrade to a newer
one (v1.8.4), the user would have to fetch the whole repository, instead
we can just move the repository, so the user would not notice any
difference.

Also, remove other clones, so in time they get set up as shared.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Reviewed-by: Antoine Pelisse <apelisse@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found