Mercurial > public > mercurial-scm > hg-stable
comparison doc/check-seclevel.py @ 49238:13dfad0f9f7a
branching: merge stable into default
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Wed, 25 May 2022 13:28:24 +0200 |
parents | 6000f5b25c9b 45e71954612c |
children | 98e7be1ed6c5 |
comparison
equal
deleted
inserted
replaced
49237:d3d3495a5749 | 49238:13dfad0f9f7a |
---|---|
7 import os | 7 import os |
8 import sys | 8 import sys |
9 | 9 |
10 # import from the live mercurial repo | 10 # import from the live mercurial repo |
11 os.environ['HGMODULEPOLICY'] = 'py' | 11 os.environ['HGMODULEPOLICY'] = 'py' |
12 sys.path.insert(0, "..") | 12 sys.path.insert(0, os.path.abspath("..")) |
13 from mercurial import demandimport | 13 from mercurial import demandimport |
14 | 14 |
15 demandimport.enable() | 15 demandimport.enable() |
16 from mercurial import ( | 16 from mercurial import ( |
17 commands, | 17 commands, |