- changed status to closed
url encoding issue in /commits breaks the "::" operator (BB-9300)
Issue #8117
closed
go to any mercurial repository with at least two commits, like https://bitbucket.org/site/pyflakes3k/commits/all.
type tip~1..tip
into the [Find commits] input, get shortlog for the appropriate commits.
type tip~1::tip
into the [Find commits] input, get "No commits match your search query."
change both occurrences of %253A
in the url to naked colons, get shortlog for the appropriate commits.
Comments (1)
-
- Log in to comment
This issue has been closed due to inactivity. If you continue to see problems, please reopen or create a new issue.