summaryrefslogtreecommitdiff
path: root/lib/codereview/codereview.py
Commit message (Expand)AuthorAgeFilesLines
* codereview: protect against read-only upstream repositoryShenghou Ma2012-10-201-1/+2
* codereview.py: Fix crash on auth error handling.Uriel Mangado2012-10-111-9/+11
* codereview: more mercurial interface fixesShenghou Ma2012-10-081-14/+14
* codereview.py: suggest installing Mercurial from official websiteRobert Hencke2012-10-031-5/+1
* codereview: use subprocess.call() instead of os.spawnvp() for portabilityShivakumar GN2012-09-271-1/+1
* codereview.py: correct error handling without decoratorUriel Mangado2012-09-011-45/+32
* codereview: support mercurial 2.2.1Shenghou Ma2012-05-171-0/+4
* codereview: look for new release branchesRuss Cox2012-04-251-6/+5
* codereview: restore help messagesAnthony Martin2012-04-171-0/+1
* codereview: give advice on 'cannot create CL outside default branch'Russ Cox2012-04-021-1/+1
* codereview: fix for Mercurial 2.1Russ Cox2012-03-121-0/+33
* codereview: add submit message support for newer clone URL and subreposShenghou Ma2012-02-211-2/+10
* codereview: allow spaces in y.tab.[ch]Russ Cox2012-02-031-1/+1
* codereview: explain how to get hgpatch in error messageBrad Fitzpatrick2012-02-021-1/+1
* codereview: don't check default paths when codereview disabledAndrew Gerrand2012-02-021-5/+5
* codereview: ignore test files during 'hg gofmt'Russ Cox2012-01-301-2/+5
* codereview: fix initialization checkRuss Cox2012-01-291-1/+4
* codereview: die if initialized twiceRuss Cox2012-01-291-0/+11
* codereview: more fixesRuss Cox2012-01-251-4/+3
* codereview: support for subrepositoriesRuss Cox2012-01-251-18/+43
* codereview: Initialize "found" in codereview.py.Miki Tebeka2011-12-161-0/+1
* codereview: fix path slash issue.Yasuhiro Matsumoto2011-12-131-6/+11
* codereview: gofmt check for non-src/ filesDavid Crawshaw2011-11-181-1/+1
* codereview: put message back in post-commit mailsRuss Cox2011-11-181-1/+1
* codereview: undo last night's rollbackRuss Cox2011-11-181-518/+627
* undo CL 5395044 / d88e746d3785Andrew Gerrand2011-11-181-620/+518
* codereview: cleanup + basic testsRuss Cox2011-11-181-518/+620
* codereview: show LGTMs in hg pRuss Cox2011-10-191-0/+10
* codereview: fix for Mercurial 1.9.2Russ Cox2011-10-051-16/+36
* codereview: fix hg change in Windows consoleYasuhiro Matsumoto2011-10-051-1/+3
* codereview: extra repo sanity checkRuss Cox2011-09-261-16/+38
* codereview: save CL messages in $(hg root)/last-changeRuss Cox2011-09-201-0/+12
* codereview: Mercurial 1.9 fix for hg diff @nnnRuss Cox2011-09-081-6/+9
* codereview: set status while committing CLRuss Cox2011-08-101-0/+1
* codereview: fix for Mercurial 1.9Andrew Gerrand2011-07-111-8/+18
* undo CL 4675045 / 0e11e08951f7Andrew Gerrand2011-07-121-19/+7
* codereview: fix for Mercurial 1.9Andrew Gerrand2011-07-121-7/+19
* codereview: restrict sync to default branchRuss Cox2011-06-291-2/+2
* codereview: make --ignore_hgpatch_failure work againRuss Cox2011-06-271-4/+6
* codereview.py: note that hg change -d abandons a change listRobert Hencke2011-06-201-1/+1
* codereview: handle 'null as missing field' in rietveld jsonRuss Cox2011-05-131-5/+15
* codereview: fix clpatchRuss Cox2011-05-121-3/+6
* codereview: fetch metadata using JSON API, not XML scrapingRuss Cox2011-05-111-99/+82
* codereview: add release branch supportRuss Cox2011-05-031-13/+127
* codereview: various fixesRuss Cox2011-04-251-3/+18
* codereview: add 'hg undo' commandRuss Cox2011-04-171-25/+143
* codereview: automatically port old diffs forwardRuss Cox2011-04-081-14/+100
* codereview: fix clpatchRuss Cox2011-04-071-5/+5
* codereview: drop Author: line on self-clpatchRuss Cox2011-04-071-2/+4
* codereview: recognize code URL without trailing slashRuss Cox2011-04-061-1/+1