Merge pull request #1660 from 4z3/patch-1
fetchMercurial: fix error message
This commit is contained in:
		
						commit
						e104842f8b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -167,7 +167,7 @@ static void prim_fetchMercurial(EvalState & state, const Pos & pos, Value * * ar | |||
|             else if (n == "name") | ||||
|                 name = state.forceStringNoCtx(*attr.value, *attr.pos); | ||||
|             else | ||||
|                 throw EvalError("unsupported argument '%s' to 'fetchGit', at %s", attr.name, *attr.pos); | ||||
|                 throw EvalError("unsupported argument '%s' to 'fetchMercurial', at %s", attr.name, *attr.pos); | ||||
|         } | ||||
| 
 | ||||
|         if (url.empty()) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue