* Consume all stdin when rcs_receive short-circuits,
to avoid git SIGPIPE race.
* Add path and path_natural sort orders (smcv)
+ * Test coverage can be checked with `make coverage` (smcv)
-- Joey Hess <joeyh@debian.org> Mon, 05 Dec 2011 15:14:48 -0400
the two copies of each module; not a problem for [[plugins/contrib/trail]]
which only has one test.
+> How annoying. I think in at least some cases there is reason to use
+> `./blib` -- perhaps everything that users `.` should be changed to use
+> it. --[[Joey]]
+
* The [[plugins/git]] and [[plugins/mercurial]] plugins want to `chdir`,
and so does [[!cpan Devel::Cover]], so they fight. For now, those tests
are disabled under `make coverage`.
--[[smcv]]
+
+> [[merged|done]] --[[Joey]]