Mercurial > evolve
annotate .hg-format-source @ 6561:d08590ce067d
topic: also add topic and topic namespace caches to bundlerepository
This allows ctx.topic() and ctx.topic_namespace() actually return something
when ctx belongs to a bundle repository.
This should in theory be safe to just do because we only expose already
existing commit extras that we'd get from the repo on pull anyway.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Fri, 29 Sep 2023 16:37:53 -0300 |
parents | 48b30ff742cb |
children |
rev | line source |
---|---|
4814
48b30ff742cb
python3: use format-source to run byteify-strings in .py files
Raphaël Gomès <rgomes@octobus.net>
parents:
diff
changeset
|
1 {"pattern": "glob:hgext3rd/**/*.py", "tool": "byteify-strings"} |