log

age author description
Sat, 06 May 2017 17:41:05 +0900 Yuya Nishihara test-command-template: rewrite recursion tests by using a map file
Sat, 22 Apr 2017 19:56:47 +0900 Yuya Nishihara templater: add simple interface for unnamed template (API)
Wed, 14 Jun 2017 20:56:34 -0400 Augie Fackler ui: add support for a tweakdefaults knob
Thu, 15 Jun 2017 15:13:18 -0700 Martin von Zweigbergk localrepo: remove unused addchangegroup() (API)
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