Mercurial > public > mercurial-scm > hg-stable
diff mercurial/help/config.txt @ 23297:d7abae94a7a0
patch.diffopts: add support for noprefix
In an upcoming patch we'll enable support as an option to 'hg diff' as well.
The tests reflect the current state of the world -- as we add support we'll see
changes in the test output.
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Thu, 13 Nov 2014 00:08:44 -0800 |
parents | c4ce077588d0 |
children | a04c7b74b3d5 |
line wrap: on
line diff
--- a/mercurial/help/config.txt Wed Nov 12 23:47:25 2014 -0800 +++ b/mercurial/help/config.txt Thu Nov 13 00:08:44 2014 -0800 @@ -547,6 +547,9 @@ ``nodates`` Don't include dates in diff headers. +``noprefix`` + Omit 'a/' and 'b/' prefixes from filenames. Ignored in plain mode. + ``showfunc`` Show which function each change is in.