Index: hgrc |
=================================================================== |
--- a/hgrc |
+++ b/hgrc |
@@ -101,12 +101,17 @@ strip = |
# https://www.mercurial-scm.org/wiki/HisteditExtension |
histedit = |
# Shelve extension, provides the `hg shelve` command that allows you to set |
# pending changes aside, see: |
# https://www.mercurial-scm.org/wiki/ShelveExtension |
shelve = |
+# Review extension, provides the `hg review` command that makes it easier to |
+# upload reviews to codereview.adblockplus.org. You need to adjust the path |
+# so that it points to hgreview.py file in this repository. |
+review = /path/to/codereview/hgreview.py |
+ |
# Configuration for the pager extension. This doesn't have any effect unless |
# you enable the pager extension above. |
[pager] |
pager = LESS='FSRX' less |