sapling/hgext3rd
Arun Kulshreshtha bcc5f95132 smartlog: remove --limit option
Summary: The --limit option was carried over from the option list for `hg log`. However, it doesn't do anything in smartlog, so this diff removes it from the option list.

Test Plan: `hg smartlog --help` no longer shows `--limit`.

Reviewers: #mercurial

Subscribers: mjpieters

Differential Revision: https://phabricator.intern.facebook.com/D4363187

Tasks: 15186221
2016-12-22 12:07:45 -08:00
..
__init__.py debian: Do not package hgext3rd/__init__.py 2016-12-19 16:34:49 -08:00
absorb.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
allowunstable.py fbamend: remove allowunstable hack 2016-12-06 17:56:19 -08:00
arcdiff.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
backups.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
bundle2hooks.py hgext: move single file extensions to hgext3rd 2016-07-08 13:15:42 +01:00
catnotate.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
chistedit.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
commitextras.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
debugcommitmessage.py extension to print commit message that would be supplied to editor 2016-10-03 04:39:51 -07:00
dialect.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
dirsync.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
errorredirect.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
extorder.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
extutil.py extutil: create new package and move runshellfast here 2016-11-21 00:52:30 -08:00
fastlog.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
fbamend.py fbamend: remove allowunstable hack 2016-12-06 17:56:19 -08:00
fbconduit.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
fbhistedit.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
githelp.py hgext: githelp support for commit -C 2016-12-02 10:41:54 +00:00
gitlookup.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
gitrevset.py hgext: move single file extensions to hgext3rd 2016-07-08 13:15:42 +01:00
grepdiff.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
grpcheck.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
inhibitwarn.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
linkrevcache.py linkrevcache: update documentation 2016-12-02 00:59:48 +00:00
logginghelper.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
mergedriver.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
morestatus.py doc: replace "commit" where it is used as a noun with "changeset" 2016-09-21 15:45:25 +01:00
myparent.py myparent: commit template keywords based on your previous commit 2016-12-05 06:27:29 -08:00
nointerrupt.py hgext: move single file extensions to hgext3rd 2016-07-08 13:15:42 +01:00
ownercheck.py ownercheck: new extension to prevent operations on repos not owned 2016-07-26 13:10:15 +01:00
patchpython.py patchpython: fix test-check tests 2016-10-20 16:03:31 +01:00
perftweaks.py perftweaks: start logging active sparse profiles 2016-12-20 16:34:33 +00:00
phabdiff.py phabdiff: don't require a space when parsing the Tasks field 2016-11-15 12:28:21 -08:00
phabstatus.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
phrevset.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
profiling.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
pullcreatemarkers.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
pushrebase.py pushrebase: fix handling merge commits where master is p2 2016-12-16 10:24:12 -08:00
pushvars.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
rage.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
reset.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
sampling.py hgext: move single file extensions to hgext3rd 2016-07-08 13:15:42 +01:00
show.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
simplecache.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
smartlog.py smartlog: remove --limit option 2016-12-22 12:07:45 -08:00
sparse.py sparse: add rule import feature 2016-12-22 12:50:08 +00:00
sshaskpass.py build: fix build errors caused by chgserver moved to core 2016-11-29 15:14:51 +00:00
statprofext.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00
tweakdefaults.py tweakdefaults: fix check config test 2016-11-30 20:58:08 +00:00
uncommit.py testedwith: change testedwith to "ships-with-fb-hgext" 2016-11-29 13:24:07 +00:00
upgradegeneraldelta.py pyflakes: fix all pyflakes issues 2016-11-25 00:23:21 +00:00