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

Unified Diff: hgrc

Issue 29338129: Noissue - Comment the review extension line out (Closed)
Patch Set: Created March 11, 2016, 12:26 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: hgrc
===================================================================
--- a/hgrc
+++ b/hgrc
@@ -104,14 +104,14 @@
# 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
+#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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld