log mercurial/extensions.py @ 26442:ef8d27f53204

age author description
Sat, 08 Aug 2015 19:13:14 -0700 Gregory Szorc extensions: use absolute_import
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Mon, 30 Mar 2015 16:23:35 +0900 Yuya Nishihara extensions: show traceback on load failure if --traceback flag is set
Wed, 06 May 2015 09:52:10 -0700 Gregory Szorc extensions: clear aftercallbacks after execution (issue4646) stable
Wed, 15 Apr 2015 12:18:05 -0400 Eric Sumner extensions: extract partial application into a bind() function
Sat, 21 Feb 2015 00:40:18 -0500 Matt Harbison extensions: indicate loaded for an immediately called afterload callback
Mon, 09 Feb 2015 11:02:45 -0800 Ryan McElroy extensions: allow extending command synopsis and docstring