mirror of
				https://github.com/mnauw/git-remote-hg.git
				synced 2025-10-31 00:25:48 +01:00 
			
		
		
		
	test: fix hg version check
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
		| @@ -39,7 +39,7 @@ hg_version=$(python2 -c 'from mercurial import util; print util.version()') | |||||||
| echo "hg_version: $hg_version" | echo "hg_version: $hg_version" | ||||||
|  |  | ||||||
| case $hg_version in | case $hg_version in | ||||||
| 3.0+*) | 3.0*+*) | ||||||
| 	skip_all='skipping remote-hg tests; unsuported version of hg by hg-git' | 	skip_all='skipping remote-hg tests; unsuported version of hg by hg-git' | ||||||
| 	test_done | 	test_done | ||||||
| 	;; | 	;; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user