summaryrefslogtreecommitdiff
path: root/lib/codereview/codereview.py
AgeCommit message (Expand)AuthorFilesLines
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-3550/+0
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-0/+3550
2012-06-14Imported Upstream version 1.0.2upstream/1.0.2Ondřej Surý1-3558/+0
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-521/+787
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+3292
2011-09-13Imported Upstream version 60Ondřej Surý1-3281/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-7/+9
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-101/+97
2011-05-04Imported Upstream version 57upstream/57Ondřej Surý1-13/+127
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý1-27/+160
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-25/+116
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-2/+7
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-17/+32
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-25/+180
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1532/+1073
2010-06-30codereview: allow multiple email addresses in CONTRIBUTORSRuss Cox1-17/+33
2010-06-09codereview: avoid exception in matchPaolo Giarrusso1-1/+2
2010-05-24codereview: work better with mqPeter Williams1-4/+14
2010-04-10codereview: Mention that deleting a CL is a use of 'hg change' in its header.David Symonds1-2/+2
2010-03-03codereview.py: fix for compatibility with hg >=1.4.3Andrew Gerrand1-1/+1
2010-01-28codereview: make sure each mail has a reviewerRuss Cox1-2/+10
2010-01-27codereview: correct handling of files created with hg cpRuss Cox1-5/+2
2010-01-20codereview: accommodate recent change to ui.promptRuss Cox1-2/+11
2010-01-13codereview: split name list only on commas; some user names have spacesRuss Cox1-15/+16
2010-01-09codereview: do not send mail when submitting for othersRuss Cox1-20/+20
2010-01-07codereview: repeated hg mail sends "PTAL"Russ Cox1-9/+29
2009-12-15codereview: add golang-dev@googlegroups.comRuss Cox1-40/+33
2009-12-13Ported godefs to Windows.Hector Chu1-0/+2
2009-12-03codereview: do not gofmt deleted filesRuss Cox1-0/+1
2009-12-02codereview: move reviewers to cc line after submit,Russ Cox1-11/+18
2009-12-02 lxml.etree is the wrong location for this alt packageDevon H. O'Dell1-1/+1
2009-12-02xml.etree can also be lxml.etree (e.g. CentOS 5.4 with Python 2.4.3)Devon H. O'Dell1-1/+4
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu1-1/+1
2009-11-30codereview: allow editing of local CL descriptionRuss Cox1-1/+8
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w test/benchRuss Cox1-1/+2
2009-11-20codereview: handle UTF-8 in message descriptionsRuss Cox1-1/+1
2009-11-20codereview: make hg sync work with Mercurial 1.4Russ Cox1-10/+21
2009-11-17codereview: more attempts at robustness in the face of unexpected exceptionsRuss Cox1-36/+39
2009-11-17codereview: handle spaces and other unexpected chars in nicknamesRuss Cox1-1/+3
2009-11-17case insensitive matching in CONTRIBUTORS fileRob Pike1-1/+1
2009-11-17codereview: discard \r characters (sigh)Russ Cox1-0/+2
2009-11-17codereview: add clpatch --ignore_hgpatch_errors.Russ Cox1-1/+2
2009-11-17Pass ui into PostMessage to avoid nasty/confusing exceptionDevon H. O'Dell1-4/+4
2009-11-12codereview: clpatch tweaksRuss Cox1-3/+7
2009-11-10default to codereview.appspot.comRuss Cox1-6/+1
2009-11-08make hg mail more forgiving:Russ Cox1-2/+7
2009-11-08assorted cleanupRuss Cox1-1/+9
2009-11-08another attempt at utf-8 uploads.Russ Cox1-7/+7
2009-11-07fix authentication in parallel LoadAllCLRuss Cox1-4/+11
2009-11-07require Mercurial 1.3 again (how did that get dropped?)Russ Cox1-17/+40