hydra: when no external url is given for diff's of git/hg input, revert to a diff done on a local available clone

This commit is contained in:
Rob Vermaas
2011-08-25 14:50:31 +00:00
parent c51af99ecf
commit 5d3f5f9fca
4 changed files with 38 additions and 2 deletions

View File

@ -150,6 +150,7 @@ sub robots_txt : Path('robots.txt') {
, uri_for('Root', 'nar', [], "*")
, uri_for('Root', 'status', [])
, uri_for('Root', 'all', [])
, uri_for('API', 'scmdiff', [])
, uri_for('Project', 'all', ["*"])
, channelUris('Root', ["*"])
, channelUris('Project', ["*", "*"])