diff mercurial/configitems.py @ 34575:dc91580a0a88

obsolete: add a devel.user.obsmarker In tests, we often want to use a different username in obs-markers without changing the default user. Add a 'devel.user.obsmarker'.
author Boris Feld <boris.feld@octobus.net>
date Fri, 06 Oct 2017 16:15:24 +0200
parents 1faa34347b24
children bf2389b1f15e
line wrap: on
line diff
--- a/mercurial/configitems.py	Thu Oct 05 15:11:34 2017 +0200
+++ b/mercurial/configitems.py	Fri Oct 06 16:15:24 2017 +0200
@@ -158,6 +158,9 @@
 coreconfigitem('devel', 'warn-config-default',
     default=None,
 )
+coreconfigitem('devel', 'user.obsmarker',
+    default=None,
+)
 coreconfigitem('diff', 'nodates',
     default=None,
 )