Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

hgtk: remove short -l alias for --listfile

This conflicted with log -l

Changeset ae645a334509

Parent de323f90ce0a

by Steve Borho

Changes to one file · Browse files at ae645a334509 Showing diff from parent de323f90ce0a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
617
618
619
620
 
621
622
623
 
617
618
619
 
620
621
622
623
@@ -617,7 +617,7 @@
  ('h', 'help', None, _('display help and exit')),   ('', 'debugger', None, _('start debugger')),   ('', 'nofork', None, _('do not fork GUI process')), - ('l', 'listfile', '', _('read file list from file')), + ('', 'listfile', '', _('read file list from file')),  ]    table = {