Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.6, 0.7, and 0.7.1

hgtk: add webdir-conf argument to serve command

Changeset 4129ca04902e

Parent c24ab75271cf

by Steve Borho

Changes to one file · Browse files at 4129ca04902e Showing diff from parent c24ab75271cf Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
463
464
465
466
 
 
467
468
469
 
463
464
465
 
466
467
468
469
470
@@ -463,7 +463,8 @@
  "^status|st": (status, [], _('hgtk status [FILE]...')),   "^userconfig": (userconfig, [], _('hgtk userconfig')),   "^repoconfig": (repoconfig, [], _('hgtk repoconfig')), - "^serve": (serve, [], _('hgtk serve')), + "^serve": (serve, [('', 'webdir-conf', '', _('name of the webdir config file'))], + _('hgtk serve [OPTS]')),   "^update|checkout|co": (update, [], _('hgtk update')),   "help": (help_, [], _('hgtk help [COMMAND]')),  }