Kallithea issues archive

Issue #70: pull requests: allow to specify a revision from the dropdown

Reported by: Thomas De Schampheleire
State: new
Created on: 2015-01-08 15:31
Updated on: 2016-02-17 17:03

Description

Currently, when creating a pull request, you can only select branches and tags from the select2 dropdown. You should be able to specify a changeset directly here, just like in the compare view.

Attachments

Comments

Comment by Thomas De Schampheleire, on 2015-01-09 10:12

On closer inspection, the pull request page (kallithea/templates/pullrequests/pullrequest.html) is using another way of obtaining the refs than the compare page (kallithea/templates/compare/compare_diff.html). Ideally, all places in Kallithea that provide select boxes for a ref (branch, tag, ... or revision) are handled in a similar way.

Comment by Mads Kiilerich, on 2016-02-17 17:03

Totally agree. @kwi touched a corner of this but didn't untangle it ... yet ;-)