From: Joey Hess Date: Sun, 29 Aug 2010 18:53:57 +0000 (-0400) Subject: Added support for arbitrary pre and post hooks for all defined mr commands. For examp... X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/4f4322be5574dcbb4f9e975b35300b34dd232368?ds=sidebyside;hp=4f4322be5574dcbb4f9e975b35300b34dd232368 Added support for arbitrary pre and post hooks for all defined mr commands. For example, pre_commit is run before all commits; post_update is run after all updates. Closes: #481341 ---