summaryrefslogtreecommitdiff
path: root/lib/codereview
Commit message (Expand)AuthorAgeFilesLines
* codereview: don't warn about secret commitsAnthony Martin2013-06-041-2/+6
* codereview.py: improve error message when user is not a committerFrancesc Campoy2013-05-221-0/+3
* lib/codereview/codereview.py: fix crash when hg gofmt has no filesRob Pike2013-03-261-1/+2
* codereview: re-enable 15-second status printsRuss Cox2013-03-151-1/+3
* codereview: give up on http fetch after 30 secondsRuss Cox2013-02-191-0/+2
* codereview: use hgapplydiff instead of hgpatchRuss Cox2013-02-071-9/+9
* codereview: show 'not lgtms' in hg p output (with lgtms)Russ Cox2013-01-291-1/+1
* lib/codereview: suggest argument to hg mail / hg submitRuss Cox2012-12-111-4/+4
* codereview: always use HTTPSBrad Fitzpatrick2012-11-291-9/+9
* 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-182-518/+825
* undo CL 5395044 / d88e746d3785Andrew Gerrand2011-11-182-818/+518
* codereview: cleanup + basic testsRuss Cox2011-11-182-518/+818
* 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