Harmonize limit default

This commit is contained in:
René Pfeuffer
2020-03-12 10:46:47 +01:00
parent f39a676044
commit ca34ddf40a

View File

@@ -307,7 +307,7 @@ class File_Viewer:
('d', 'disableLastCommit', False, 'disables last commit description and date'), ('d', 'disableLastCommit', False, 'disables last commit description and date'),
('s', 'disableSubRepositoryDetection', False, 'disables detection of sub repositories'), ('s', 'disableSubRepositoryDetection', False, 'disables detection of sub repositories'),
('t', 'transport', False, 'format the output for command server'), ('t', 'transport', False, 'format the output for command server'),
('l', 'limit', 1000, 'limit the number of results'), ('l', 'limit', 100, 'limit the number of results'),
('o', 'offset', 0, 'proceed from the given result number (zero based)'), ('o', 'offset', 0, 'proceed from the given result number (zero based)'),
]) ])
def fileview(ui, repo, **opts): def fileview(ui, repo, **opts):