-
Anton Shestakov <av6@dwimlabs.net>, Tue, 05 Feb 2019 22:49:35 +0800
plugin: use configurable base URL instead of paths.default in repo hgrc
Let's hope we'll never need nested repos, or special cases, or anything else
ever. If we do, maybe make URL configurable for each repo.
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 16 Dec 2018 11:17:34 +0800
plugin: highlight differential replies in color, similar to bz
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 16 Dec 2018 11:15:33 +0800
plugin: fallback values for phab status and desc don't need to be so verbose
-
Anton Shestakov <av6@dwimlabs.net>, Fri, 30 Nov 2018 20:49:45 +0800
test: switch to ChannelPluginTestCase, test snarfing
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 22 Nov 2018 17:47:30 +0800
plugin: only catch ".*/D1234" patterns in URL snarfer
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 22 Nov 2018 17:47:07 +0800
plugin: make differential snarfing actually work
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 22 Nov 2018 17:17:23 +0800
plugin: use custom joiners for hghelp and changelog replies
Using just one message instead of multiple for each line means less flood, so
Limnoria does it by default. But the default joiner ("a, b, and c") is not very
suitable for lines that refer to just one thing.
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 22 Nov 2018 15:43:56 +0800
plugin: add more repos
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 22 Nov 2018 15:30:13 +0800
plugin: snarf differential revisions and URLs
-
Anton Shestakov <av6@dwimlabs.net>, Thu, 22 Nov 2018 15:27:58 +0800
plugin: add a basic differential parser