mercurial/configitems.py
changeset 40547 840cd57cde32
parent 40478 86dfae98a3a2
child 40589 054d0fcba2c4
equal deleted inserted replaced
40543:7bffbbe03e90 40547:840cd57cde32
  1179             'ifeq(tags, "", "", "{tags} "))}'
  1179             'ifeq(tags, "", "", "{tags} "))}'
  1180             '{if(bookmarks, "{bookmarks} ")}'
  1180             '{if(bookmarks, "{bookmarks} ")}'
  1181             '{ifeq(branch, "default", "", "{branch} ")}'
  1181             '{ifeq(branch, "default", "", "{branch} ")}'
  1182             '- {author|user}: {desc|firstline}')
  1182             '- {author|user}: {desc|firstline}')
  1183 )
  1183 )
       
  1184 coreconfigitem('ui', 'message-output',
       
  1185     default='stdio',
       
  1186 )
  1184 coreconfigitem('ui', 'nontty',
  1187 coreconfigitem('ui', 'nontty',
  1185     default=False,
  1188     default=False,
  1186 )
  1189 )
  1187 coreconfigitem('ui', 'origbackuppath',
  1190 coreconfigitem('ui', 'origbackuppath',
  1188     default=None,
  1191     default=None,