eol: use dirstate methods to clear dirstate
This fixes a race that was observed when status was called before and
after clearing the dirstate.
transplant: added 'HGREVISION' variable to the environment passed to the 'filter' command
Sometimes it is necessary to know the original revision ID in order to
correctly rewrite the patch or commit message when transplanting. This
patch follows the pattern set by the existing 'HGUSER' environment variable,
and adds a test that covers both HGUSER and HGREVISION.
ui: yield unchanged values in walkconfig
Ever since walkconfig was introduced back in
25e7ea0f2cff, the values
yielded has been mutated by replacing "\n" with "\\n". This makes
walkconfig less useful than it could and there is no other way to
iterate over all config sections.
The third-party reposettings extension used ui.walkconfig but did not
take the replacement into account -- this change will actually fix a
bug in the extension when a value contains a newline.
Added signature for changeset
aa1f3be38ab1
Added tag 1.8.1 for changeset
aa1f3be38ab1
i18n-pt_BR: synchronized with
66d65bccbf06
tests: use $TESTTMP more and use (glob) less
This locks down the test output a little more.