summaryrefslogtreecommitdiff
path: root/lib/codereview
Commit message (Expand)AuthorAgeFilesLines
* codereview: fix submit of merge + include branch prefix in submitted messageRuss Cox2014-08-061-8/+21
* codereview: handle upload of mergeRuss Cox2014-08-061-3/+15
* codereview: preserve branch prefix in subject during hg mailRuss Cox2014-08-061-8/+10
* codereview: enable work and code reviews in development branchesRuss Cox2014-08-061-5/+17
* codereview: abort 'hg commit' before entering commit message.Shenghou Ma2014-07-181-4/+4
* codereview: revive the tests.Shenghou Ma2014-07-182-14/+31
* codereview: update name of the a+c toolBrad Fitzpatrick2014-07-011-1/+1
* lib/codereview: fix doc/go1.*.txt exceptionRuss Cox2014-06-121-1/+1
* codereview: no LGTM needed for doc/go1.x.txtRuss Cox2014-06-121-3/+13
* codereview: do not add defaultcc for private CLsRuss Cox2014-06-051-2/+2
* codereview: remove unused upload_options.revisionPatrick M?zard2014-02-241-12/+9
* codereview: fix for Mercurial 2.9Anthony Martin2014-02-141-1/+1
* codereview: warn about 'hg upload' not uploadingRuss Cox2014-02-131-0/+2
* lib/codereview: allow addca CLs without LGTMRuss Cox2014-02-101-1/+6
* lib/codereview: add LGTM= line to commit messagesRuss Cox2014-01-231-5/+20
* codereview: switch defaultcc to golang-codereviewsRuss Cox2013-12-201-1/+1
* plan9: correct create permissions with union directoryJeff Sickel2013-10-231-1/+1
* lib/codereview: return an empty list when CONTRIBUTORS is not found instead o...Francesc Campoy2013-10-101-1/+1
* codereview: fix hg sync closing of CLs for subrepositoriesDominik Honnef2013-10-101-1/+1
* codereview: move dotfiles out of user home director to something sane.Jeff Sickel2013-10-071-0/+8
* codereview: update use of promptchoice for Mercurial 2.7Anthony Martin2013-09-061-1/+4
* codereview: force hg update after hg pull -u during hg syncRuss Cox2013-06-251-1/+32
* 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