Mercurial > evolve
changeset 6415:ff103a813110 stable
topic: fix strange indentation in revset docstrings
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Sat, 11 Feb 2023 18:09:46 +0400 |
parents | 89f78b4288e9 |
children | 5062ace47b9e |
files | hgext3rd/topic/revset.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/topic/revset.py Sat Feb 18 18:13:33 2023 +0400 +++ b/hgext3rd/topic/revset.py Sat Feb 11 18:09:46 2023 +0400 @@ -27,7 +27,7 @@ namespaces of the given changesets. Without the argument, all changesets with any non-default topic namespace. - Pattern matching is supported for `string`. See + Pattern matching is supported for `string`. See :hg:`help revisions.patterns`. """ args = revset.getargs(x, 0, 1, b'topicnamespace takes one or no arguments') @@ -73,7 +73,7 @@ """All changesets with the specified topic or the topics of the given changesets. Without the argument, all changesets with any topic specified. - Pattern matching is supported for `string`. See + Pattern matching is supported for `string`. See :hg:`help revisions.patterns`. """ args = revset.getargs(x, 0, 1, b'topic takes one or no arguments')