Tue, 06 Mar 2018 03:05:49 -0600 |
Yuya Nishihara |
ui: add debug commands to test interactive prompt
|
Mon, 05 Mar 2018 12:30:20 -0500 |
Augie Fackler |
cleanup: use stat_result[stat.ST_MTIME] instead of stat_result.st_mtime
|
Sun, 04 Mar 2018 16:20:24 -0500 |
Augie Fackler |
debugcommands: fix some %r output with bytestr() wrappers
|
Mon, 05 Mar 2018 20:22:34 -0500 |
Matt Harbison |
debugwireproto: handle unimplemented util.poll() for Windows
|
Sun, 04 Mar 2018 22:33:59 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr instead of str
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Fri, 02 Mar 2018 14:12:17 -0500 |
Augie Fackler |
debugcommands: add some strkwargs love to some **args calls
|
Fri, 02 Mar 2018 14:10:34 -0500 |
Augie Fackler |
debugcommands: add an r prefix to make file mode for fdopen a sysstr
|
Fri, 02 Mar 2018 00:37:33 -0500 |
Augie Fackler |
debugcommands: fix repr in debugignore print with pycompat.bytestr
|
Mon, 26 Feb 2018 18:01:13 -0800 |
Gregory Szorc |
debugcommands: support for triggering push protocol
|
Fri, 23 Feb 2018 12:50:59 -0800 |
Gregory Szorc |
debugcommands: support for sending "batch" requests
|
Thu, 01 Mar 2018 08:27:30 -0800 |
Gregory Szorc |
debugcommands: allow sending of simple commands with debugwireproto
|
Thu, 01 Mar 2018 08:24:54 -0800 |
Gregory Szorc |
debugcommands: add debugwireproto command
|
Tue, 27 Feb 2018 15:47:44 -0800 |
Gregory Szorc |
debugcommands: add debugserve command
|
Thu, 01 Mar 2018 23:54:52 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() to convert error instances to bytes
|
Tue, 27 Feb 2018 14:46:35 +0530 |
Pulkit Goyal |
py3: use '%d' to convert integers to bytes
|
Wed, 21 Feb 2018 22:20:27 +0900 |
Yuya Nishihara |
util: factor out shellsplit() function
|
Sat, 24 Feb 2018 16:16:14 +0530 |
Pulkit Goyal |
py3: use '%d' for integers instead of '%s'
|
Tue, 20 Feb 2018 22:03:13 -0500 |
Matt Harbison |
debuginstall: strip double quotes from editorbin on Windows
|
Sun, 18 Feb 2018 15:23:26 -0500 |
Augie Fackler |
debugbuilddag: use '%d' instead of str() to get numbered lines
|
Sat, 17 Feb 2018 13:13:04 +0900 |
Yuya Nishihara |
debuginstall: do not parse editor command in posix way on Windows
|
Thu, 04 Jan 2018 16:29:07 -0800 |
Kyle Lippincott |
debugcommands: print out the editor that was searched for (post shlexsplit)
|
Tue, 13 Feb 2018 10:38:02 -0500 |
Augie Fackler |
debugcommands: mergestate version is an int, use %d on it
|
Sun, 11 Feb 2018 19:26:53 -0800 |
Gregory Szorc |
py3: convert context to bytes instead of str
|
Sat, 03 Feb 2018 12:01:01 -0800 |
Gregory Szorc |
debugcommands: introduce debugpeer command
|
Sat, 27 Jan 2018 17:13:51 +0900 |
Yuya Nishihara |
py3: format revision number as '%d' in debugrevspec
|
Sun, 21 Jan 2018 13:03:03 +0900 |
Yuya Nishihara |
cmdutil: drop aliases for logcmdutil functions (API)
|
Thu, 18 Jan 2018 16:47:14 +0100 |
Boris Feld |
debugdownload: read repository hgrc if there is one
|
Fri, 19 Jan 2018 08:35:22 +0100 |
Paul Morelle |
debugdeltachain: cleanup the double call to _slicechunk
|
Mon, 16 Oct 2017 14:32:06 +0200 |
Paul Morelle |
debugdeltachain: display how many chunks would be read in sparse-read mode
|
Fri, 29 Dec 2017 05:29:04 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr() instead of str()
|
Fri, 15 Dec 2017 09:30:16 +0100 |
Boris Feld |
debug: add a 'debugdownload' command
|
Fri, 29 Dec 2017 23:50:42 -0500 |
Matt Harbison |
debugfs: display the tested path and mount point of the filesystem, if known
|
Thu, 21 Dec 2017 22:05:30 +0900 |
Yuya Nishihara |
templater: move repo, ui and cache to per-engine resources
|
Mon, 18 Dec 2017 17:33:08 -0800 |
Kyle Lippincott |
debug: remove an 'if ui.debug()' that is not doing anything
|
Tue, 19 Dec 2017 16:27:24 -0500 |
Augie Fackler |
merge with stable
|
Mon, 27 Nov 2017 18:48:36 -0500 |
Boris Feld |
debuginstall: add a line about re2 availability
|
Thu, 14 Dec 2017 22:07:46 +0900 |
Yuya Nishihara |
debugssl: convert port number to int (issue5757)
stable
|
Fri, 15 Dec 2017 08:47:28 -0800 |
Martin von Zweigbergk |
debugdiscovery: correct and clean up command synopsis
|
Wed, 13 Dec 2017 11:21:25 -0800 |
Martin von Zweigbergk |
debugdiscovery: drop reference to non-existent --remote-head option
|
Wed, 13 Dec 2017 11:20:52 -0800 |
Martin von Zweigbergk |
debugdiscovery: drop reference to non-existent --serverlog option
|
Wed, 13 Dec 2017 11:19:24 -0800 |
Martin von Zweigbergk |
debugdiscovery: drop reference to invalid --branch option
|
Sun, 10 Dec 2017 06:36:20 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in debugcommands.py
|
Mon, 11 Dec 2017 09:27:40 -0800 |
Martin von Zweigbergk |
memfilectx: make changectx argument mandatory in constructor (API)
|
Sat, 09 Dec 2017 14:22:12 -0800 |
Martin von Zweigbergk |
debugbuilddag: create filectx instance in 'filectxfn' callback
|
Sun, 12 Nov 2017 15:34:46 +0100 |
Paul Morelle |
debuglocks: allow setting a lock
|
Sun, 12 Nov 2017 15:34:19 +0100 |
Paul Morelle |
debuglocks: add tests (and fix typo in early return)
|
Sun, 10 Dec 2017 19:41:49 +0900 |
Yuya Nishihara |
debugformat: embed raw values in JSON and template output
|
Sun, 10 Dec 2017 19:39:39 +0900 |
Yuya Nishihara |
debugformat: flush formatter output per item
|
Thu, 07 Dec 2017 16:49:24 +0100 |
Boris Feld |
debugformat: handle non-boolean value for variant
|
Thu, 07 Dec 2017 16:12:32 +0100 |
Boris Feld |
debugformat: update label depending on value difference
|
Thu, 07 Dec 2017 16:05:20 +0100 |
Boris Feld |
debugformat: add data about the config when verbose
|
Thu, 07 Dec 2017 16:19:46 +0100 |
Boris Feld |
debugformat: add a 'debugformat' command
|
Wed, 06 Dec 2017 22:44:51 +0100 |
Boris Feld |
setdiscover: allow to ignore part of the local graph
|
Wed, 29 Nov 2017 08:40:25 +0530 |
Pulkit Goyal |
py3: use encoding.strtolocal() to convert string to bytes
|
Wed, 29 Nov 2017 08:44:06 +0530 |
Pulkit Goyal |
py3: make sure the first argument of time.strftime() is str
|
Wed, 29 Nov 2017 04:41:19 +0530 |
Pulkit Goyal |
py3: use '%d' for integers rather than '%s'
|
Thu, 26 Oct 2017 09:27:09 +0200 |
Paul Morelle |
debugdeltachain: output information about sparse read if enabled
|
Mon, 30 Oct 2017 17:09:29 +0100 |
Boris Feld |
debug: print parsed bundle2 capabilities with debugcapabilities
|
Mon, 30 Oct 2017 17:08:16 +0100 |
Boris Feld |
debug: add a debugcapabilities commands
|