log mercurial/error.py @ 31503:0ca00905f769

age author description
Sun, 19 Mar 2017 01:02:42 -0400 Augie Fackler error: use r-string to properly pop hints from **kw
Mon, 12 Dec 2016 08:01:52 +0000 Jun Wu error: make it clear that ProgrammingError is for mercurial developers
Tue, 06 Dec 2016 14:57:47 +0000 Jun Wu error: add ProgrammingError
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Wed, 13 Jul 2016 16:16:18 +0100 Kostia Balytskyi shelve: make unshelve be able to abort in any case
Mon, 11 Jul 2016 21:40:02 +0900 Yuya Nishihara error: make hintable exceptions reject unknown keyword arguments (API)
Sat, 09 Jul 2016 14:28:30 +0900 Yuya Nishihara error: make HintException a mix-in class not derived from BaseException (API)