log

age author description
Sat, 13 Aug 2016 12:29:53 +0900 Yuya Nishihara import-checker: drop workaround for pure modules
Sat, 13 Aug 2016 12:28:52 +0900 Yuya Nishihara policy: drop custom importer for pure modules
Sat, 13 Aug 2016 12:23:56 +0900 Yuya Nishihara parsers: switch to policy importer
Sat, 13 Aug 2016 12:18:58 +0900 Yuya Nishihara mpatch: switch to policy importer
Sat, 13 Aug 2016 12:15:49 +0900 Yuya Nishihara diffhelpers: switch to policy importer
Sat, 13 Aug 2016 12:12:50 +0900 Yuya Nishihara bdiff: switch to policy importer
Sat, 13 Aug 2016 12:08:23 +0900 Yuya Nishihara base85: switch to policy importer
Fri, 12 Aug 2016 11:35:17 +0900 Yuya Nishihara osutil: switch to policy importer
Fri, 12 Aug 2016 11:30:17 +0900 Yuya Nishihara policy: add helper to import cext/pure module
Sat, 20 May 2017 15:09:14 +0900 Yuya Nishihara demandimport: strictly check missing locals argument
Thu, 18 May 2017 18:01:48 -0400 Augie Fackler localrepo: mark walk convenience method as deprecated (API)
Thu, 18 May 2017 18:01:01 -0400 Augie Fackler debugcommands: use repo[None].walk instead of repo.walk
Thu, 18 May 2017 18:00:52 -0400 Augie Fackler cmdutil: use repo[None].walk instead of repo.walk
Thu, 18 May 2017 18:00:38 -0400 Augie Fackler largefiles: use repo[None].walk instead of repo.walk
Tue, 25 Apr 2017 17:43:30 -0700 Jun Wu parsers: add version to help detect breaking binary changes
Tue, 25 Apr 2017 17:36:59 -0700 Jun Wu osutil: add version to help detect breaking binary changes
Tue, 25 Apr 2017 17:38:36 -0700 Jun Wu mpatch: add version to help detect breaking binary changes
Tue, 25 Apr 2017 17:40:13 -0700 Jun Wu diffhelpers: add version to help detect breaking binary changes
Tue, 25 Apr 2017 17:45:48 -0700 Jun Wu base85: add version to help detect breaking binary changes
Tue, 25 Apr 2017 17:34:41 -0700 Jun Wu bdiff: add version to help detect breaking binary changes
Sat, 20 May 2017 03:10:23 +0200 Pierre-Yves David obsmarker: add an experimental flag controlling "operation" recording
Fri, 19 May 2017 19:46:45 -0700 Gregory Szorc run-tests: remove references to Python 2.6
Thu, 18 May 2017 17:13:32 -0400 Augie Fackler dirstate: mark {begin,end}parentchange as deprecated (API)
Thu, 18 May 2017 17:11:24 -0400 Augie Fackler merge: migrate to context manager for changing dirstate parents
Thu, 18 May 2017 17:11:14 -0400 Augie Fackler localrepo: migrate to context manager for changing dirstate parents
Thu, 18 May 2017 17:11:07 -0400 Augie Fackler context: migrate to context manager for changing dirstate parents
Thu, 18 May 2017 17:11:01 -0400 Augie Fackler rebase: migrate to context manager for changing dirstate parents
Thu, 18 May 2017 17:10:53 -0400 Augie Fackler mq: migrate to context manager for changing dirstate parents
Thu, 18 May 2017 17:10:30 -0400 Augie Fackler dirstate: introduce new context manager for marking dirstate parent changes
Fri, 19 May 2017 17:01:34 -0700 Kostia Balytskyi contrib: make editmergeps able to work with notepad++