Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sun, 06 Oct 2019 10:51:16 -0400 |
Augie Fackler |
cleanup: mark some ui.(status|note|warn|write) calls as not needing i18n
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Thu, 28 Feb 2019 03:48:07 +0530 |
Pulkit Goyal |
py3: make contrib/debugshell.py work with Python 3
|
Wed, 20 Feb 2019 19:28:51 -0500 |
Augie Fackler |
cleanup: use () to wrap long lines instead of \
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Thu, 10 Nov 2016 02:13:19 -0800 |
Durham Goode |
manifest: remove last uses of repo.manifest
|
Tue, 21 Jun 2016 00:50:39 +0900 |
FUJIWARA Katsunori |
check-code: detect "missing _() in ui message" more exactly
|
Sun, 06 Mar 2016 03:19:08 +0530 |
Pulkit Goyal |
debugshell: use absolute_import
|
Mon, 11 Jan 2016 18:16:38 -0800 |
Gregory Szorc |
debugshell: disable demand importer when importing debugger
|
Sun, 04 May 2014 21:19:31 -0700 |
Gregory Szorc |
debugshell: declare command using decorator
|
Mon, 23 Sep 2013 14:28:01 -0700 |
Matt Mackall |
debugshell: appease pyflakes
|
Sun, 14 Jul 2013 12:16:40 -0500 |
Sean Farley |
debugshell: check ui.debugger for which debugger to use
|
Sun, 14 Jul 2013 12:02:36 -0500 |
Sean Farley |
debugshell: add function to embed ipython
|
Sun, 14 Jul 2013 12:10:52 -0500 |
Sean Farley |
debugshell: abstract out pdb code.interact
|
Tue, 20 Jul 2010 23:29:49 +0530 |
Vishakh H |
contrib: add debugshell extension
|