Tue, 11 Jul 2017 12:38:17 +0200 |
Boris Feld |
repovfs: add a ward to check if locks are properly taken
|
Sun, 09 Jul 2017 00:23:03 -0400 |
Matt Harbison |
blackbox: simplify the dirty check
|
Fri, 30 Jun 2017 03:28:18 +0200 |
Pierre-Yves David |
configitems: register the 'blackbox.logsource' config
|
Fri, 30 Jun 2017 03:28:11 +0200 |
Pierre-Yves David |
configitems: register the 'blackbox.dirty' config
|
Sun, 18 Jun 2017 20:49:08 +0200 |
Pierre-Yves David |
blackbox: use a human readable version of the default
|
Sat, 17 Jun 2017 13:21:06 +0200 |
Pierre-Yves David |
configitems: register 'blackbox.maxsize' as an example of 'configbytes'
|
Sat, 17 Jun 2017 13:41:28 +0200 |
Pierre-Yves David |
blackbox: minor code reordering
|
Tue, 16 May 2017 18:36:08 +0200 |
Boris Feld |
devel: update blackbox to use default-date
|
Sat, 09 Jan 2016 23:07:20 +0900 |
Yuya Nishihara |
registrar: move cmdutil.command to registrar module (API)
|
Fri, 05 May 2017 01:41:54 +0530 |
Pulkit Goyal |
py3: use %d to format integers into bytestrings
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Tue, 15 Mar 2016 10:36:02 +0000 |
Jun Wu |
blackbox: do not assume self._bb{vfs,repo,fp} are set in blackboxui.__init__
|
Tue, 08 Mar 2016 20:34:59 +0000 |
timeless |
blackbox: guard against recursion from dirty check
|
Thu, 11 Feb 2016 19:38:26 +0000 |
timeless |
blackbox: optionally log event source
|
Tue, 01 Mar 2016 10:45:47 +0000 |
timeless |
blackbox: remove hexfn
|
Tue, 01 Mar 2016 10:43:52 +0000 |
timeless |
blackbox: rewrite dirty documentation noting it is expensive
|
Wed, 03 Feb 2016 04:54:40 +0000 |
timeless |
blackbox: properly replace ui class
|
Wed, 03 Feb 2016 17:05:04 +0000 |
timeless |
blackbox: store the blackbox ui object instead of the log file
|
Tue, 09 Feb 2016 15:44:13 +0000 |
timeless |
blackbox: log dirty state
|
Tue, 09 Feb 2016 19:16:06 +0000 |
timeless |
blackbox: log working directory version
|
Mon, 08 Feb 2016 03:37:26 +0000 |
timeless |
blackbox: rename fp variable
|
Wed, 03 Feb 2016 15:41:31 +0000 |
timeless |
blackbox: avoid creating multiple file handles for a single log
|
Tue, 09 Feb 2016 17:30:38 -0800 |
Gregory Szorc |
blackbox: use absolute_import
|
Wed, 03 Feb 2016 09:11:22 +0000 |
timeless |
util: enable getpid to be replaced
|
Mon, 08 Feb 2016 00:47:36 +0000 |
timeless |
blackbox: refactor use of vfs as _bbvfs
|
Wed, 03 Feb 2016 15:18:29 +0000 |
timeless |
blackbox: flush output file descriptor
|
Mon, 07 Sep 2015 11:31:44 -0700 |
Durham Goode |
blackbox: add pid to output
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|