D2047: util: prepare a new utils package

lothiraldan (Boris Feld) phabricator at mercurial-scm.org
Mon Feb 5 14:06:57 UTC 2018


lothiraldan created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  Brace yourself, the util module is gonna be splitted.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2047

AFFECTED FILES
  mercurial/utils/__init__.py
  setup.py

CHANGE DETAILS

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -790,6 +790,7 @@
             'mercurial.pure',
             'mercurial.thirdparty',
             'mercurial.thirdparty.attr',
+            'mercurial.utils',
             'hgext', 'hgext.convert', 'hgext.fsmonitor',
             'hgext.fsmonitor.pywatchman', 'hgext.highlight',
             'hgext.largefiles', 'hgext.lfs', 'hgext.zeroconf', 'hgext3rd',
diff --git a/mercurial/utils/__init__.py b/mercurial/utils/__init__.py
new file mode 100644



To: lothiraldan, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list