D11233: dirstate: fix typo in docstring
durin42 (Augie Fackler)
phabricator at mercurial-scm.org
Thu Jul 29 21:05:22 UTC 2021
durin42 created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
Spotted while repairing git extension tests.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11233
AFFECTED FILES
mercurial/dirstate.py
CHANGE DETAILS
diff --git a/mercurial/dirstate.py b/mercurial/dirstate.py
--- a/mercurial/dirstate.py
+++ b/mercurial/dirstate.py
@@ -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.
"""
To: durin42, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list