From 8bdd00c3e9d3d467cc4727aa82e86d9bea0ac9b0 Mon Sep 17 00:00:00 2001 From: Thomas Levine <_@thomaslevine.com> Date: Thu, 28 Jan 2016 15:30:59 +0000 Subject: [PATCH] explain the branching --- HISTORY | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY b/HISTORY index 9d882b3..307391c 100644 --- a/HISTORY +++ b/HISTORY @@ -13,6 +13,10 @@ Version 0.0.6 * Pass the -e flag to exit urchin if any single test fails. * Remove the undocumented, experimental -x flag now that shall exists. +These changes are made somewhat separately in the branches "exit-on-fail", +"remove-urchin-x", "tap", and "update-readme". They are rebased into one +branch, "tlevine-2016-02", for merging into "master". + Version 0.0.5 --------------------- * urchin now unsets `CDPATH`.