diff -r e6ec0737b706 -r 02186c6871ac mercurial/configitems.py --- a/mercurial/configitems.py Tue Jan 29 15:37:14 2019 -0800 +++ b/mercurial/configitems.py Tue Jan 29 15:37:35 2019 -0800 @@ -1233,6 +1233,9 @@ coreconfigitem('ui', 'quietbookmarkmove', default=False, ) +coreconfigitem('ui', 'relative-paths', + default=False, +) coreconfigitem('ui', 'remotecmd', default='hg', )