matej_suchanek created this task.
matej_suchanek added projects: Pywikibot-pagegenerators.py, Pywikibot-core.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION

The documentation states:

-recentchanges      Work on the pages with the most recent changes. If
	            given as -recentchanges:x, will work on the x most recently
	            changed pages. [...]

However, this is not truth.

return RecentChangesPageGenerator(
  namespaces=self.namespaces, total=total, start=rcstart, end=rcend,
  site=self.site, reverse=True, tag=rctag,
  _filter_unique=self._filter_unique)

The reverse=True argument will make the generator start from the oldest changes.
The solution could be to change the value to False in case of this kind of input but this make the behavior inconsistent with the other kinds of input.


TASK DETAIL
https://phabricator.wikimedia.org/T199199

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: matej_suchanek
Cc: Aklapper, pywikibot-bugs-list, matej_suchanek, Magul, Tbscho, MayS, Mdupont, JJMC89, Avicennasis, mys_721tx, jayvdb, Dalba, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to