Show More
@@ -51,6 +51,7 b' if pycompat.TYPE_CHECKING:' | |||||
51 | Dict, |
|
51 | Dict, | |
52 | List, |
|
52 | List, | |
53 | Optional, |
|
53 | Optional, | |
|
54 | Sequence, | |||
54 | Tuple, |
|
55 | Tuple, | |
55 | ) |
|
56 | ) | |
56 |
|
57 | |||
@@ -723,7 +724,7 b' class walkopts(object):' | |||||
723 |
|
724 | |||
724 |
|
725 | |||
725 | def parseopts(ui, pats, opts): |
|
726 | def parseopts(ui, pats, opts): | |
726 |
# type: (Any, |
|
727 | # type: (Any, Sequence[bytes], Dict[bytes, Any]) -> walkopts | |
727 | """Parse log command options into walkopts |
|
728 | """Parse log command options into walkopts | |
728 |
|
729 | |||
729 | The returned walkopts will be passed in to getrevs() or makewalker(). |
|
730 | The returned walkopts will be passed in to getrevs() or makewalker(). |
General Comments 0
You need to be logged in to leave comments.
Login now