mercurial/debugcommands.py
changeset 38814 96b2e66dfa74
parent 38805 b9162ea1b815
child 38826 6371ab78c3b3
equal deleted inserted replaced
38813:4ca5932065ca 38814:96b2e66dfa74
   947         if not m(f):
   947         if not m(f):
   948             continue
   948             continue
   949         ui.write("%s\n" % f)
   949         ui.write("%s\n" % f)
   950 
   950 
   951 @command('debugformat',
   951 @command('debugformat',
   952          [] + cmdutil.formatteropts,
   952          [] + cmdutil.formatteropts)
   953         _(''))
       
   954 def debugformat(ui, repo, **opts):
   953 def debugformat(ui, repo, **opts):
   955     """display format information about the current repository
   954     """display format information about the current repository
   956 
   955 
   957     Use --verbose to get extra information about current config value and
   956     Use --verbose to get extra information about current config value and
   958     Mercurial default."""
   957     Mercurial default."""