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

hggtk: add --limit option to log command

Changeset a9dff71adeac

Parent d59c31569a62

by Steve Borho

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

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
469
470
471
472
 
 
 
473
474
475
 
469
470
471
 
472
473
474
475
476
477
@@ -469,7 +469,9 @@
  "^commit|ci": (commit, [], _('hgtk commit [FILE]...')),   "^datamine|annotate|blame": (datamine, [], _('hgtk datamine')),   "^init": (hginit, [], _('hgtk init [DEST]')), - "^log|history": (log, [], _('hgtk log [FILE]')), + "^log|history": (log, + [('l', 'limit', '', _('limit number of changes displayed'))], + _('hgtk log [OPTIONS] [FILE]')),   "^merge": (merge, [], _('hgtk merge')),   "^recovery|rollback|verify": (recovery, [], _('hgtk recovery')),   "^synch|pull|push|incoming|outgoing|email": (synch, [], _('hgtk synch')),