Mercurial > hg
view contrib/plan9/hgrc.d/9diff.rc @ 37545:93397c4633f6
wireproto: extract HTTP version 2 code to own module
wireprotoserver has generic and version 1 server code. The wireproto
module also has both version 1 and version 2 command implementations.
Upcoming work I want to do will make it difficult for this code to
live in the current locations. Plus, it kind of makes sense for the
version 2 code to live in an isolated module.
This commit copies the HTTPv2 bits from wireprotoserver into a new
module. We do it as a file copy to preserve history. A future
commit will be copying wire protocol commands into this module
as well. But there is little history of that code, so it makes
sense to take history for wireprotoserver.
Differential Revision: https://phab.mercurial-scm.org/D3230
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Mon, 09 Apr 2018 19:35:04 -0700 |
parents | ba89c3872801 |
children |
line wrap: on
line source
# The 9diff extdiff command generates diff(1) compatible output # suitable for use with the plumber(4). [extensions] extdiff = [extdiff] 9diff = /bin/mercurial/9diff -cm $parent $child $root