Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
Don't have an account?
hg
kallithea
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ f79320e47e99
Branch filter:
beta at f79320e47e99
default
stable
-
(closed) beta
(closed) celery
(closed) codereview
(closed) issue-108
(closed) kallithea-2.2.5-rebrand
(closed) rhodecode-2.2.5-gpl
Location:
kallithea
/
rhodecode
/
tests
/
functional
/
test_admin_repos_groups.py
Show Full History
Show Authors
f79320e47e99
89 B
text/x-python
Show Annotation
Show as Raw
Download as Raw
Marcin Kuzminski
Merged pull request
#56
- fixed issue with resolution of ref_types for mercurial
- now properly handles ref type
- added option to compare by specific revisions also
1
2
3
4
from
rhodecode.tests
import
*
class
TestReposGroupsController
(
TestController
):
pass