Thu, 15 Jun 2017 13:47:54 -0700 |
Martin von Zweigbergk |
changegroup: rename "dh" to the clearer "deltaheads"
|
Thu, 15 Jun 2017 13:42:41 -0700 |
Martin von Zweigbergk |
changegroup: rename "srccontent" to "cgnodes"
|
Thu, 15 Jun 2017 13:42:35 -0700 |
Martin von Zweigbergk |
revlog: rename list of nodes from "content" to "nodes"
|
Thu, 15 Jun 2017 13:25:41 -0700 |
Martin von Zweigbergk |
revlog: delete obsolete comment
|
Thu, 15 Jun 2017 13:23:21 -0700 |
Martin von Zweigbergk |
revlog: delete dead assignment in addgroup()
|
Fri, 16 Jun 2017 03:01:22 +0530 |
Pulkit Goyal |
pycompat: move the queue related definitions below queue import
|
Fri, 16 Jun 2017 02:48:17 +0530 |
Pulkit Goyal |
pycompat: move multiline comments above a function to function doc
|
Fri, 16 Jun 2017 01:46:47 +0530 |
Pulkit Goyal |
py3: replace dict.iterkeys() with iter(dict)
|
Fri, 16 Jun 2017 01:28:23 +0530 |
Pulkit Goyal |
py3: explicitly convert dict.values() to a list on py3
|
Fri, 16 Jun 2017 01:24:31 +0530 |
Pulkit Goyal |
py3: alias long to int and xrange to range in test-ancestor.py on Python 3
|
Fri, 16 Jun 2017 00:36:17 +0530 |
Pulkit Goyal |
py3: add a new bytesurl() to convert a str url into bytes
|
Fri, 16 Jun 2017 00:32:52 +0530 |
Pulkit Goyal |
py3: add a new strurl() which will convert a bytes url to str
|
Thu, 15 Jun 2017 21:59:42 -0400 |
Matt Harbison |
killdaemons: fix WaitForSingleObject() error handling logic on Windows
|
Tue, 06 Jun 2017 20:18:06 -0400 |
Matt Harbison |
killdaemons: explicitly set the ctypes signatures
|
Sun, 07 May 2017 14:58:40 -0400 |
Matt Harbison |
hghave: enable 'serve' on Windows
|
Thu, 15 Jun 2017 11:00:29 -0400 |
Augie Fackler |
contrib: add a ratchet for tests in Python 3
|
Thu, 15 Jun 2017 10:59:48 -0400 |
Augie Fackler |
contrib: check in a whitelist of passing tests in Python 3
|
Thu, 15 Jun 2017 13:13:36 -0400 |
Augie Fackler |
tests: try and fail more gracefully with broken unicode escapes
|
Thu, 15 Jun 2017 12:49:13 -0400 |
Augie Fackler |
md5sum: adapt for python 3 support
|
Thu, 15 Jun 2017 11:10:51 -0700 |
Gregory Szorc |
profiling: allow configuring minimum display threshold for hotpath
|
Thu, 15 Jun 2017 11:04:46 -0700 |
Gregory Szorc |
config: document profiling.show{min,max}
|
Thu, 15 Jun 2017 10:58:36 -0700 |
Gregory Szorc |
check-config: look for ui.configwith
|
Thu, 15 Jun 2017 10:38:19 -0700 |
Gregory Szorc |
check-config: use named groups in regexp
|
Thu, 15 Jun 2017 10:36:23 -0700 |
Gregory Szorc |
check-config: use compiled regexp
|
Thu, 15 Jun 2017 10:46:39 -0700 |
Gregory Szorc |
tests: add test coverage for check-config
|
Thu, 15 Jun 2017 22:57:20 -0700 |
Martin von Zweigbergk |
exchange: use context manager for bundle1 unbundling
|
Thu, 15 Jun 2017 14:47:18 -0700 |
Martin von Zweigbergk |
unbundle: use context manager for transaction
|
Thu, 15 Jun 2017 17:00:32 -0700 |
Martin von Zweigbergk |
clonebundle: use context managers for lock and transaction
|
Tue, 11 Apr 2017 21:38:24 +0900 |
Yuya Nishihara |
changeset_templater: render template specified by templatespec tuple
|
Sat, 22 Apr 2017 19:29:41 +0900 |
Yuya Nishihara |
formatter: render template specified by templatespec tuple
|
Sat, 22 Apr 2017 19:07:00 +0900 |
Yuya Nishihara |
formatter: put topic in templatespec tuple
|
Sat, 22 Apr 2017 19:02:47 +0900 |
Yuya Nishihara |
cmdutil: pass templatespec tuple directly to changeset_templater (API)
|
Sat, 22 Apr 2017 18:48:38 +0900 |
Yuya Nishihara |
formatter: wrap (tmpl, mapfile) by named tuple
|
Sat, 22 Apr 2017 18:42:03 +0900 |
Yuya Nishihara |
cmdutil: factor out helper to create changeset_templater with literal template
|
Wed, 14 Jun 2017 23:56:58 -0400 |
Matt Harbison |
test-dirstate-race: stabilize for Windows
|
Sat, 06 May 2017 16:24:21 +0900 |
Yuya Nishihara |
formatter: document lookuptemplate()
|
Sat, 22 Apr 2017 15:30:27 +0900 |
Yuya Nishihara |
cmdutil: rename gettemplate() to _lookuplogtemplate()
|
Sat, 22 Apr 2017 15:11:53 +0900 |
Yuya Nishihara |
formatter: inline gettemplater()
|
Sat, 22 Apr 2017 15:06:06 +0900 |
Yuya Nishihara |
formatter: factor out function to create templater from literal or map file
|
Sat, 22 Apr 2017 14:53:05 +0900 |
Yuya Nishihara |
graphlog: do not look up graphnodetemplate in template paths (BC)
|
Sat, 06 May 2017 14:48:47 +0900 |
Yuya Nishihara |
formatter: open raw template file in posix semantics
|
Sat, 06 May 2017 14:47:31 +0900 |
Yuya Nishihara |
formatter: open raw template file in binary mode (BC)
|
Sat, 06 May 2017 14:40:22 +0900 |
Yuya Nishihara |
formatter: close raw template file explicitly
|
Tue, 13 Jun 2017 22:24:41 -0400 |
Matt Harbison |
largefiles: avoid a crash when archiving a subrepo with largefiles disabled
stable
|
Tue, 13 Jun 2017 17:43:33 -0400 |
Augie Fackler |
patchbomb: make getaddrs function easier to work with
|
Tue, 13 Jun 2017 16:30:50 -0400 |
Augie Fackler |
patchbomb: look for non-empty publicurl, not a non-None one
|
Tue, 13 Jun 2017 16:30:11 -0400 |
Augie Fackler |
patchbomb: make variable name for publicurl always be publicurl
|
Wed, 14 Jun 2017 01:43:47 -0400 |
Brandon McCaig |
bisect: simpler approach for option validation message
|
Mon, 12 Jun 2017 16:35:57 -0700 |
Martin von Zweigbergk |
pushkey: use False/True for return values from push functions
|
Fri, 10 Apr 2015 00:14:16 +0900 |
Yuya Nishihara |
smartset: micro optimize spanset.slice() to narrow range accordingly
|
Thu, 09 Apr 2015 23:56:06 +0900 |
Yuya Nishihara |
smartset: micro optimize baseset.slice() to use slice of list
|
Tue, 24 Mar 2015 00:14:53 +0900 |
Yuya Nishihara |
smartset: extract method to slice abstractsmartset
|
Sun, 24 May 2015 11:07:14 +0900 |
Yuya Nishihara |
smartset: extract spanset factory to make it constructed without a repo
|
Sun, 11 Jun 2017 00:21:38 +0900 |
Yuya Nishihara |
smartset: change repr of spanset to show revisions as half-open range
|
Mon, 12 Jun 2017 15:34:31 -0700 |
Siddharth Agarwal |
fsmonitor: don't write out state if identity has changed (issue5581)
|
Mon, 12 Jun 2017 15:34:31 -0700 |
Siddharth Agarwal |
fsmonitor: write state with wlock held and dirstate unchanged (issue5581)
|
Mon, 12 Jun 2017 13:56:50 -0700 |
Siddharth Agarwal |
workingctx: add a way for extensions to run code at status fixup time
|
Mon, 12 Jun 2017 13:56:43 -0700 |
Siddharth Agarwal |
workingctx: also pass status tuple into poststatusfixup
|
Mon, 12 Jun 2017 13:54:59 -0700 |
Siddharth Agarwal |
workingctx: factor out post-status dirstate fixup
|
Tue, 13 Jun 2017 10:02:34 -0400 |
Augie Fackler |
merge with stable
|