pathhistory: update outdated doc

Summary: there is no `first` parameter in the API, deleted the corresponding comment.

Reviewed By: quark-zju

Differential Revision: D43554315

fbshipit-source-id: 62b6de2a885705bef3e1d410bc98c42792dcd7f3
This commit is contained in:
Zhaolong Zhu 2023-02-24 10:51:47 -08:00 committed by Facebook GitHub Bot
parent 91a7b93240
commit 86e63feb16

View File

@ -1535,7 +1535,6 @@ class localrepository(object):
path in paths can be either a file or a directory.
nodes decides the search range (ex. "::." or "_firstancestors(.)")
If first is True, only follow the first ancestors.
This can be used for `log` operations.
"""