diff --git a/hgext3rd/smartlog.py b/hgext3rd/smartlog.py --- a/hgext3rd/smartlog.py +++ b/hgext3rd/smartlog.py @@ -440,10 +440,6 @@ else: masterstring = '' - # TODO(quark): remove this after changing Nuclide's smartlog query - if masterstring == 'all': - masterstring = '' - recentdays = revsetlang.getinteger(args.get('recentdays'), _("recentdays should be int"), -1)