##// END OF EJS Templates
util: extract all date-related utils in utils/dateutil module...
util: extract all date-related utils in utils/dateutil module 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 Differential Revision: https://phab.mercurial-scm.org/D2282

File last commit:

r31755:ec48d57d default
r36625:c6061cad default
Show More
test-revlog-raw.py.out
4 lines | 86 B | text/plain | TextLexer
/ tests / test-revlog-raw.py.out
Jun Wu
revlog: use raw content when building delta...
r31752 local test passed
Jun Wu
revlog: use raw revisions in revdiff...
r31753 addgroupcopy test passed
Jun Wu
revlog: use raw revisions in clone...
r31754 clone test passed
Jun Wu
revlog: make _addrevision only accept rawtext...
r31755 lowlevelcopy test passed