commit | e6e803be79123dff163900c5a55e556cf6d6c9c0 | [log] [tgz] |
---|---|---|
author | Felipe Contreras <felipe.contreras@gmail.com> | Fri May 24 21:29:39 2013 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Tue May 28 07:59:57 2013 -0700 |
tree | dbb57e016f0b72fd67fc1bd1cd3293495e244929 | |
parent | 731ce6cf75d304bc14c1ee0ad45e5846f5db6834 [diff] |
remote-hg: add remote tests The logic when working with a local repository is totally different from the one where we work with a remote repository; we need to pull and push from it. All this logic is currently not tested at all, so let's introduce a variable to force the remote behavior. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>