remote-hg: get rid of unused exception checks
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 14 May 2013 04:36:25 +0000 (23:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 May 2013 19:31:54 +0000 (12:31 -0700)
Remove try/except check because we are no longer calling
check_output(), which may throw an exception.

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