Kallithea issues archive

Issue #321: [feature] Allow search by commit hash

Reported by: Roy Seminoff
State: new
Created on: 2018-05-15 20:22
Updated on: 2018-05-18 19:36

Description

We are looking at using Kallithea to handle our repositories, and have discovered that you cannot search for a specific commit hash from any search feature or context.

The only workaround seems to be to show more than 100 changes, and have the browser search for the commit hash.

Attachments

Comments

Comment by Thomas De Schampheleire, on 2018-05-16 19:17

If you know the commit hash, you can also edit the URL directly, i.e. http://<server>/<repopath>/changeset/<hash>;

That said, in the past we talked about adding a way to filter the changelog based on a revset (Mercurial terminology), which could also be a simple hash. Any help in that direction is welcome!

Comment by Thomas De Schampheleire, on 2018-05-18 19:36