- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
assert'ADD NEW REPOSITORY'inresponse.body,'No Button for add new repository'
assert'href="/%s/summary"'%HG_REPOinresponse.body,' mising repository in list'
# Test response...
assert"""<img class="icon" title="Mercurial repository" alt="Mercurial repository" src="/images/icons/hgicon.png"/>"""inresponse.body,'wrong info about type of repositry'
assert"""<img class="icon" title="public repository" alt="public repository" src="/images/icons/lock_open.png"/>"""inresponse.body,'wrong info about repository availabilty'
assert"""<a class="tooltip" href="/vcs_test_hg/changeset/27cd5cce30c96924232dffcd24178a07ffeb5dfc" title="merge">r173:27cd5cce30c9</a>"""inresponse.body,'no info about tooltip'