1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/08d24895889f/ Changeset: 08d24895889f User: Dave Bouvier Date: 2013-07-30 16:32:31 Summary: Fix for revision select on repositories with multiple installable revisions. Affected #: 1 file diff -r 161e2f4fae79cee9d8076c02bf1cdded59c92553 -r 08d24895889fc98a4d2f2ff8fa10411fe43e74b0 lib/tool_shed/util/shed_util_common.py --- a/lib/tool_shed/util/shed_util_common.py +++ b/lib/tool_shed/util/shed_util_common.py @@ -815,7 +815,7 @@ changeset_revision_str = 'changeset_revision_' if k.startswith( changeset_revision_str ): repository_id = trans.security.encode_id( int( k.lstrip( changeset_revision_str ) ) ) - repository = suc.get_repository_in_tool_shed( trans, repository_id ) + repository = get_repository_in_tool_shed( trans, repository_id ) if repository.tip( trans.app ) != v: return v, repository # This should never be reached - raise an exception? Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.