summaryrefslogtreecommitdiffstats
path: root/tools/repopick.py
Commit message (Expand)AuthorAgeFilesLines
* repopick: Try to fast-forward firstTim Schumacher2018-10-101-1/+1
* repopick: Try to keep the changes sortedGabriele M2018-07-071-3/+17
* build: Rebrand to LineageOSZhao Wei Liew2016-12-271-3/+4
* build: repopick: Avoid failing on commits lookupAdrian DC2016-12-041-0/+2
* build: repopick: Support squashed commits for Change-Id detectionAdrian DC2016-12-041-1/+5
* build: repopick: Support projects with less than 10 commitsAdrian DC2016-12-041-2/+8
* repopick: handle revisions with slashesDan Pasanen2016-12-041-1/+2
* repopick: don't re-pick duplicate changesSimon Shields2016-12-041-0/+14
* repopick: try to use remote's default revisionDan Pasanen2016-12-041-1/+6
* repopick: support specifying a range of commits to pickDan Pasanen2016-05-111-2/+8
* repopick: Don't crash if change not foundMatt Mower2016-02-111-1/+5
* py3: update all the thingsAnthony King2016-01-041-2/+5
* py3: repopickAnthony King2016-01-041-2/+2
* repopick: Allow commits to be excluded from a topic importationAdrianDC2015-12-191-1/+10
* repopick: Actually try to fetch from Gerrit if fetching from GitHub failsChirayu Desai2015-11-201-2/+2
* repopick: support projects which get checked out multiple timesTom Powell2015-10-081-37/+23
* repopick: Update script with some fixesBrint E. Kriebel2015-10-081-24/+53
* repopick: print the status of a skipped cherry pickDan Pasanen2015-10-081-1/+1
* repopick: open changes are either NEW or OPEN, not just OPENTom Powell2015-10-081-1/+1
* Fix custom URL error. Merged from cm_build_configTom Powell2015-10-081-2/+4
* repopick: handle hardware_ril/ril-cafAnthony King2015-10-081-0/+4
* repopick: skip abandoned commitsjrior0012015-10-081-5/+5
* Support custom gerrit servers via HTTP or SSHTom Powell2015-10-081-365/+285
* repopick: Allow the github fetch to failChirayu Desai2015-10-061-4/+5
* repopick: Allow using a custom queryChirayu Desai2015-10-061-9/+19
* repopick: Catch errors on url load failureMatt Mower2015-10-061-1/+7
* Allow repopick to cherry-pick a specific patch setIan Roy2015-10-061-8/+45
* repopick: handle variant hal branchingrbox2015-10-061-0/+22
* repopick: support specifying a range of commits to pickinvisiblek2015-10-061-0/+13
* repopick: allow specifying a topic to pick all commits frominvisiblek2015-10-061-1/+34
* RepoPick : Add support for git pullDanesh M2015-10-061-3/+11
* repopick: skip a cherry pick if its already been mergedDan Pasanen2015-10-061-2/+12
* repopick: let's be nice to our servers :)Chirayu Desai2015-10-061-24/+35
* repopick: remove the superfluous information from dateDavid Ferguson2015-10-061-2/+3
* repopick: gracefully handle empty/non-JSON server responsesDavid Ferguson2015-10-061-3/+15
* repopick: decode the result as UTF-8Chirayu Desai2015-10-061-1/+1
* repopick: initial commitChirayu Desai2015-10-061-0/+250