Mercurial > evolve
changeset 5422:39cd95b6f566
readme: shorter path to byteify-strings.py and not editing per-user config
Long path inside indented block usually means horizontal scrollbar.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 17 Jul 2020 09:52:37 +0800 |
parents | f287f6b082f8 |
children | ba213f62fd50 |
files | README.rst |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Fri Jul 17 09:50:27 2020 +0800 +++ b/README.rst Fri Jul 17 09:52:37 2020 +0800 @@ -185,14 +185,14 @@ .. _`format-source`: https://foss.heptapod.net/mercurial/format-source -Then update both your global and repo config files:: +Then update your per-repo config file:: $ hg config --local --edit # add these lines: [extensions] formatsource = [format-source] - byteify-strings = python3 ~/workspace/octobus/mercurial-devel/contrib/byteify-strings.py --dictiter --treat-as-kwargs kwargs opts commitopts TROUBLES --allow-attr-methods + byteify-strings = python3 ~/hg/contrib/byteify-strings.py --dictiter --treat-as-kwargs kwargs opts commitopts TROUBLES --allow-attr-methods byteify-strings:mode.input = file byteify-strings:mode.output = pipe