Mercurial > public > mercurial-scm > hg-stable
log mercurial/error.py @ 40450:41f0529b5112 stable
age | author | description |
---|---|---|
Tue, 18 Sep 2018 16:47:09 -0700 | Gregory Szorc | global: replace most uses of RevlogError with StorageError (API) |
Tue, 18 Sep 2018 16:45:13 -0700 | Gregory Szorc | error: introduce StorageError |
Thu, 13 Sep 2018 22:32:51 +0900 | Yuya Nishihara | py3: use sysstr() to convert ProgrammingError bytes with no unicode error risk |
Wed, 12 Sep 2018 11:37:34 -0400 | Augie Fackler | error: ensure ProgrammingError message is always a str |
Wed, 05 Sep 2018 09:06:40 -0700 | Gregory Szorc | wireprotov2: implement commands as a generator of objects |
Fri, 13 Apr 2018 23:37:53 -0700 | Martin von Zweigbergk | revlog: use specialized exception for ambiguous prefix lookup |
Sun, 08 Jul 2018 19:32:39 +0900 | Yuya Nishihara | py3: drop b'' while formatting BundleUnknownFeatureError message |