Mercurial > hg
changeset 47771:03089463c554 stable
dirstate: fix typo in docstring
Spotted while repairing git extension tests.
Differential Revision: https://phab.mercurial-scm.org/D11233
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 29 Jul 2021 17:03:35 -0400 |
parents | 6d79894d3460 |
children | 0bdcb5ef932c |
files | mercurial/dirstate.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/dirstate.py Mon Jul 26 21:55:53 2021 +0200 +++ b/mercurial/dirstate.py Thu Jul 29 17:03:35 2021 -0400 @@ -599,7 +599,7 @@ This function must be called within a `dirstate.parentchange` context. - note: the API is at an early stage and we might need to ajust it + note: the API is at an early stage and we might need to adjust it depending of what information ends up being relevant and useful to other processing. """