Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: hgrc

Issue 29338061: Noissue - Create a wrapper around upload.py with a more convenient command line interface (Closed)
Patch Set: Addressed nit Created March 10, 2016, 12:36 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .hgignore ('k') | hgreview.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « .hgignore ('k') | hgreview.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld