summaryrefslogtreecommitdiff
path: root/src/rebar_hg_resource.erl
Commit message (Collapse)AuthorAgeFilesLines
* Escape paths and args in shell commandsFred Hebert2015-07-181-10/+19
| | | | | | | Basic escaping is done only. Fancy hex sequences are not covered, but this should otherwise take care of the most common issues. Fixes #497
* Fix hg diffingFred Hebert2015-03-031-2/+2
| | | | | | - fetch more complete refs for tags (may download more history than required, but it works) - Fix comparison of tag distance by using lists everywhere
* use rebar_utils:sh for git and hg commands to have better errors and logsTristan Sloughter2015-03-031-8/+23
|
* Support mercurial (hg) dependenciesFred Hebert2015-02-251-0/+121