summaryrefslogtreecommitdiff
path: root/lib/codereview
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.2] plan9: correct create permissions with union directoryAndrew Gerrand2013-11-011-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
* 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