moving zandronum-dev to zandronum-hg

This commit is contained in:
brent s
2016-09-13 15:45:56 -04:00
parent 2535fe25ea
commit 4b0b1e7653
9 changed files with 13 additions and 9 deletions

View File

@@ -50,6 +50,10 @@ then
VCSTYPE='svn'
break
;;
"Mercurial")
VCSTYPE='hg'
break
;;
"Bazaar")
VCSTYPE='bzr'
break