D2282: util: extract all date-related utils in utils/dateutil module
lothiraldan (Boris Feld)
phabricator at mercurial-scm.org
Thu Feb 15 16:28:16 UTC 2018
lothiraldan created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.
REVISION SUMMARY
With this commit, util.py lose 262 lines
Note for extensions author, if this commit breaks your extension, you can pull
the step-by-step split here to help you more easily pinpoint the renaming that
broke your extension:
hg pull https://bitbucket.org/octobus/mercurial-devel/ -r ac1f6453010d
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2282
AFFECTED FILES
contrib/synthrepo.py
hgext/blackbox.py
hgext/churn.py
hgext/convert/common.py
hgext/convert/convcmd.py
hgext/convert/cvs.py
hgext/convert/cvsps.py
hgext/convert/darcs.py
hgext/convert/gnuarch.py
hgext/convert/hg.py
hgext/convert/monotone.py
hgext/convert/p4.py
hgext/convert/subversion.py
hgext/fetch.py
hgext/gpg.py
hgext/journal.py
hgext/keyword.py
hgext/mq.py
hgext/notify.py
hgext/patchbomb.py
hgext/shelve.py
mercurial/changelog.py
mercurial/cmdutil.py
mercurial/commands.py
mercurial/context.py
mercurial/debugcommands.py
mercurial/formatter.py
mercurial/hgweb/hgwebdir_mod.py
mercurial/mdiff.py
mercurial/obsolete.py
mercurial/obsutil.py
mercurial/patch.py
mercurial/revset.py
mercurial/subrepo.py
mercurial/templatefilters.py
mercurial/templater.py
mercurial/ui.py
mercurial/util.py
mercurial/utils/dateutil.py
setup.py
tests/fakedirstatewritetime.py
tests/fakepatchtime.py
tests/test-journal.t
To: lothiraldan, #hg-reviewers
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list