mercurial/configitems.py
changeset 41492 02186c6871ac
parent 41296 d82dd55024e7
child 41538 b5642239fb32
--- 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',
 )