1. bd71072 codereview: fix for Mercurial 2.1 by Russ Cox · 13 years ago
  2. d86213c codereview: add submit message support for newer clone URL and subrepos by Shenghou Ma · 13 years ago
  3. 870c9d1 codereview: allow spaces in y.tab.[ch] by Russ Cox · 13 years ago
  4. 7dca24e codereview: explain how to get hgpatch in error message by Brad Fitzpatrick · 13 years ago
  5. e10150f codereview: don't check default paths when codereview disabled by Andrew Gerrand · 13 years ago
  6. deeb1b3 codereview: ignore test files during 'hg gofmt' by Russ Cox · 13 years ago
  7. fd69338 codereview: fix initialization check by Russ Cox · 13 years ago
  8. ba31d66 codereview: die if initialized twice by Russ Cox · 13 years ago
  9. ceb59b0 codereview: more fixes by Russ Cox · 13 years ago
  10. 79d2c57 codereview: support for subrepositories by Russ Cox · 13 years ago
  11. a3008e2 codereview: Initialize "found" in codereview.py. by Miki Tebeka · 13 years ago
  12. e62b403 codereview: fix path slash issue. by Yasuhiro Matsumoto · 13 years ago
  13. 28cead8 codereview: gofmt check for non-src/ files by David Crawshaw · 13 years ago
  14. cf5a1c0 codereview: put message back in post-commit mails by Russ Cox · 13 years ago
  15. ab95715 codereview: undo last night's rollback by Russ Cox · 13 years ago
  16. 5ca38ed undo CL 5395044 / d88e746d3785 by Andrew Gerrand · 13 years ago
  17. bbf952c codereview: cleanup + basic tests by Russ Cox · 13 years ago
  18. c0523e1 codereview: show LGTMs in hg p by Russ Cox · 13 years ago
  19. 351e1d5 codereview: fix for Mercurial 1.9.2 by Russ Cox · 13 years ago
  20. 319dba4 codereview: fix hg change in Windows console by Yasuhiro Matsumoto · 13 years ago
  21. 1fa87ad codereview: extra repo sanity check by Russ Cox · 14 years ago
  22. 762729b codereview: save CL messages in $(hg root)/last-change by Russ Cox · 14 years ago
  23. e7af22a codereview: Mercurial 1.9 fix for hg diff @nnn by Russ Cox · 14 years ago
  24. d118905 codereview: set status while committing CL by Russ Cox · 14 years ago
  25. 87d71a3 codereview: fix for Mercurial 1.9 by Andrew Gerrand · 14 years ago
  26. b4f0e8f undo CL 4675045 / 0e11e08951f7 by Andrew Gerrand · 14 years ago
  27. 762ea79 codereview: fix for Mercurial 1.9 by Andrew Gerrand · 14 years ago
  28. 3379414 codereview: restrict sync to default branch by Russ Cox · 14 years ago
  29. f79bcb4 codereview: make --ignore_hgpatch_failure work again by Russ Cox · 14 years ago
  30. 58ff8c1 codereview.py: note that hg change -d abandons a change list by Robert Hencke · 14 years ago
  31. 404d491 codereview: handle 'null as missing field' in rietveld json by Russ Cox · 14 years ago
  32. 71102ad codereview: fix clpatch by Russ Cox · 14 years ago
  33. 9d2a697 codereview: fetch metadata using JSON API, not XML scraping by Russ Cox · 14 years ago
  34. 35a37f1 codereview: add release branch support by Russ Cox · 14 years ago
  35. 4efdeee codereview: various fixes by Russ Cox · 14 years ago
  36. 0c6df25 codereview: add 'hg undo' command by Russ Cox · 14 years ago
  37. 740051a codereview: automatically port old diffs forward by Russ Cox · 14 years ago
  38. 88bbf4f codereview: fix clpatch by Russ Cox · 14 years ago
  39. 710028d codereview: drop Author: line on self-clpatch by Russ Cox · 14 years ago
  40. 5b0ef4a codereview: recognize code URL without trailing slash by Russ Cox · 14 years ago
  41. 36c009d codereview: only retry on HTTP 500 error by Russ Cox · 14 years ago
  42. 5dd0869 codereview: permit CLs of the form weekly.DATE by Andrew Gerrand · 14 years ago
  43. 1ddc278 codereview.py: do not suggest hg change -d if current user is not CL author by Robert Hencke · 14 years ago
  44. 73aacbd codereview: fix clpatch with empty diffs by Gustavo Niemeyer · 14 years ago
  45. 3108f3f codereview: use cmd.communicate. by Yasuhiro Matsumoto · 14 years ago
  46. 27191b5 codereview: fix hgpatch on windows by Yasuhiro Matsumoto · 14 years ago
  47. fdb46fb codereview: record repository, base revision by Russ Cox · 14 years ago
  48. dc9a02f codereview: more ascii vs unicode nonsense by Russ Cox · 14 years ago
  49. 59a6395 codereview: fix windows by Hector Chu · 14 years ago
  50. 17fc373a codereview: handle file patterns better by Russ Cox · 14 years ago
  51. 1e0efcd codereview: fix hg change on Windows by Hector Chu · 14 years ago
  52. 30c85bf codereview: don't mail change lists with no files by Ryan Hitchman · 14 years ago
  53. 2f8ff0b codereview: keep quiet when not in use by Eoghan Sherry · 14 years ago
  54. 3b6ddd9 codereview: more utf-8 nonsense by Russ Cox · 14 years ago
  55. 0e816f5 codereview: fix 'hg sync' and 'hg download' in Python 2.7 by Fazlul Shahriar · 14 years ago
  56. f16b6b1 misc: update python scripts to specify python2 or nothing by Andrew Gerrand · 14 years ago
  57. 49bff2d codereview: disallow submit of *.[chys] files indented with spaces by Russ Cox · 14 years ago
  58. 9499856 codereview: fix upload of hg copied file by Russ Cox · 14 years ago
  59. b2a6558 codereview: convert email address from Rietveld to lower case by Russ Cox · 15 years ago
  60. 9e162aa codereview: Fix uploading for Mercurial 1.6.3 by Evan Shaw · 15 years ago
  61. f7d87f3 codereview: speed upload by Russ Cox · 15 years ago
  62. 3b226f9 codereview: consistent indent, cut dead code by Russ Cox · 15 years ago
  63. 4ae2b43 codereview: fix hang on standard hg commands by Russ Cox · 15 years ago
  64. e3ac0b5 codereview: print status when hung by Russ Cox · 15 years ago
  65. e630865 codereview: really disable codereview when not available by Russ Cox · 15 years ago
  66. 7886318 codereview: do not send "Abanoned" mail if this CL has by Russ Cox · 15 years ago
  67. e8b8aeb codereview.py: Fix issues with leading tabulation in the Files: section of CL description. by Ivan Krasin · 15 years ago
  68. bbf925a codereview: avoid crash if no config by Russ Cox · 15 years ago
  69. 08e65f7 codereview: make 'hg submit' work with Mercurial 1.6 by Russ Cox · 15 years ago
  70. ad665e4 codereview: don't run gofmt with an empty file list by Russ Cox · 15 years ago
  71. e8fcf60 codereview: Fix for Mercurial >= 1.6 by Evan Shaw · 15 years ago
  72. 93f614f codereview: allow multiple email addresses in CONTRIBUTORS by Russ Cox · 15 years ago
  73. 3ca7245 codereview: avoid exception in match by Paolo Giarrusso · 15 years ago
  74. 1d6eb74 codereview: work better with mq by Peter Williams · 15 years ago
  75. ee75ffa codereview: Mention that deleting a CL is a use of 'hg change' in its header. by David Symonds · 15 years ago
  76. e678afa codereview.py: fix for compatibility with hg >=1.4.3 by Andrew Gerrand · 15 years ago
  77. 4967f85 codereview: make sure each mail has a reviewer by Russ Cox · 15 years ago
  78. 84b044e codereview: correct handling of files created with hg cp by Russ Cox · 15 years ago
  79. ff7343f codereview: accommodate recent change to ui.prompt by Russ Cox · 15 years ago
  80. 84ac357 codereview: split name list only on commas; some user names have spaces by Russ Cox · 15 years ago
  81. 752b170 codereview: do not send mail when submitting for others by Russ Cox · 15 years ago
  82. 1594730 codereview: repeated hg mail sends "PTAL" by Russ Cox · 15 years ago
  83. 8274742 codereview: add golang-dev@googlegroups.com by Russ Cox · 15 years ago
  84. 31645cc Ported godefs to Windows. by Hector Chu · 15 years ago
  85. 9a86cc6 codereview: do not gofmt deleted files by Russ Cox · 15 years ago
  86. 69f893a codereview: move reviewers to cc line after submit, by Russ Cox · 15 years ago
  87. e9a8ab0 lxml.etree is the wrong location for this alt package by Devon H. O'Dell · 15 years ago
  88. 742221d xml.etree can also be lxml.etree (e.g. CentOS 5.4 with Python 2.4.3) by Devon H. O'Dell · 15 years ago
  89. cd9d72b Ports of lib9, libbio and libmach to Windows. by Hector Chu · 15 years ago
  90. be32c6a codereview: allow editing of local CL description by Russ Cox · 15 years ago
  91. 19dae07 gofmt -r 'α[β:len(α)] -> α[β:]' -w test/bench by Russ Cox · 15 years ago
  92. caf15f8 codereview: handle UTF-8 in message descriptions by Russ Cox · 15 years ago
  93. c614ffe codereview: make hg sync work with Mercurial 1.4 by Russ Cox · 15 years ago
  94. 7db2c79 codereview: more attempts at robustness in the face of unexpected exceptions by Russ Cox · 15 years ago
  95. aae0aef codereview: handle spaces and other unexpected chars in nicknames by Russ Cox · 15 years ago
  96. c7ec6ef case insensitive matching in CONTRIBUTORS file by Rob Pike · 15 years ago
  97. 60df923 codereview: discard \r characters (sigh) by Russ Cox · 15 years ago
  98. 1a2418f codereview: add clpatch --ignore_hgpatch_errors. by Russ Cox · 15 years ago
  99. 152bfa0 Pass ui into PostMessage to avoid nasty/confusing exception by Devon H. O'Dell · 15 years ago
  100. 780dbdc codereview: clpatch tweaks by Russ Cox · 15 years ago