Mercurial > hg
comparison mercurial/chgserver.py @ 51700:7f0cb9ee0534
Backout accidental publication of a large range of revisions
I accidentally published 25e7f9dcad0f::bd1483fd7088, this is the inverse.
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Tue, 23 Jul 2024 10:02:46 +0200 |
parents | 39e2b2d062c1 |
children | b0a4de6c14f8 |
comparison
equal
deleted
inserted
replaced
51699:bd1483fd7088 | 51700:7f0cb9ee0534 |
---|---|
149 - mercurial/__version__.py | 149 - mercurial/__version__.py |
150 - python binary | 150 - python binary |
151 """ | 151 """ |
152 modules = [m for n, m in extensions.extensions(ui)] | 152 modules = [m for n, m in extensions.extensions(ui)] |
153 try: | 153 try: |
154 from . import __version__ # type: ignore | 154 from . import __version__ |
155 | 155 |
156 modules.append(__version__) | 156 modules.append(__version__) |
157 except ImportError: | 157 except ImportError: |
158 pass | 158 pass |
159 files = [] | 159 files = [] |