Mercurial > hg
log
age | author | description |
---|---|---|
Mon, 06 Mar 2017 09:28:33 +0100 | Denis Laxalde | hgweb: use patch.diffhunks in webutil.diffs to simplify the algorithm |
Mon, 06 Mar 2017 09:44:39 +0100 | Denis Laxalde | hgweb: start enumerate at 1 in webutil.diffs's inner function prettyprintlines |
Fri, 03 Mar 2017 17:20:11 +0100 | Denis Laxalde | patch: add a diffhunks function yielding (diffheaders, hunks) |
Fri, 03 Mar 2017 17:46:40 +0100 | Denis Laxalde | mdiff: let unidiff return (diffheader, hunks) |
Fri, 03 Mar 2017 17:46:28 +0100 | Denis Laxalde | mdiff: extract a checknonewline inner function in unidiff() |
Fri, 03 Mar 2017 13:51:22 +0100 | Denis Laxalde | mdiff: distinguish diff headers from hunks in unidiff() |
Fri, 03 Mar 2017 16:17:17 +0100 | Denis Laxalde | test: end printed diff "hunks" with an empty string in test-context.py |