Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
mercurial/cext/__init__.py
author
Gregory Szorc <gregory.szorc@gmail.com>
Sun, 06 Oct 2019 16:58:55 -0400
changeset 43090
1f339b503a40
parent 32211
c48583859e04
permissions
-rw-r--r--
py3: manually import pycompat.delattr where it is needed And with this change, we no longer need the auto-inserted import statement in the source transformer, so it has been removed! Differential Revision: https://phab.mercurial-scm.org/D7010