convert: update the transplant, rebase and graft references in 'extra'
This change allows the origin() and destination() revsets to yield the same
results in the new and old repos after a conversion. Previously, nothing would
be listed for queries in the new repo.
Like the SHA1 updates to the commit messages, this is only operational when the
'convert.hg.saverev=True' option is specified. If the old reference cannot be
found, it is left as-is. It seems slightly better to leave stale evidence of
the graft/transplant/rebase than to eliminate it entirely.
run-tests: hold iolock across diff/prompt when interactive
Otherwise diff may get separated from the corresponding prompt by
other threads. This required moving the interactive prompting from one
helper method to another.
bookmarks: improve the bookmark help (
issue4244)
push: restore contents of HG_URL for hooks (
issue4268)
tests: ignore missing file with PYTHONDONTWRITEBYTECODE (
issue4239)
hgweb: avoid initialization race (
issue4280)
p4: accept changesets with no description (
issue4282)