log

age author description
Sun, 07 Aug 2016 10:06:56 +0900 Yuya Nishihara mpatch: raise MemoryError instead of mpatchError if lalloc() failed
Sun, 07 Aug 2016 18:09:58 -0700 Gregory Szorc hgweb: config option to control zlib compression level
Sat, 06 Aug 2016 17:04:22 -0700 Gregory Szorc help: don't try to render a section on sub-topics
Fri, 05 Aug 2016 15:01:16 +0200 Pierre-Yves David branchmap: remove extra indent
Fri, 05 Aug 2016 15:00:53 +0200 Pierre-Yves David branchmap: simplify error handlind when writing rev branch cache
Fri, 05 Aug 2016 14:57:16 +0200 Pierre-Yves David branchmap: acquires lock before writting the rev branch cache
Fri, 05 Aug 2016 14:54:46 +0200 Pierre-Yves David branchmap: preparatory indent of indent the branch rev writing code
Sun, 07 Aug 2016 09:47:07 +0900 Yuya Nishihara mpatch: silence warning about maybe-uninitialized variable
Sun, 07 Aug 2016 09:40:30 +0900 Yuya Nishihara mpatch: change lalloc() to local function
Sun, 07 Aug 2016 09:49:07 +0900 Yuya Nishihara mpatch: remove superfluous whitespaces
Sun, 07 Aug 2016 14:06:20 +0000 Hannes Oldenburg cmdutil: remove duplicated badmatch call in cat()
Fri, 05 Aug 2016 15:48:09 +0200 Pierre-Yves David statichttprepo: do not try to write caches
Sat, 06 Aug 2016 22:24:33 +0900 FUJIWARA Katsunori demandimport: omit default value of "level" at construction of _demandmod
Sat, 06 Aug 2016 22:24:33 +0900 FUJIWARA Katsunori demandimport: import sub-module relatively as expected (issue5208)
Sat, 06 Aug 2016 15:00:34 -0700 Gregory Szorc wireproto: remove gboptslist (API)
Sat, 06 Aug 2016 13:55:21 -0700 Gregory Szorc wireproto: unescape argument names in batch command (BC)
Sat, 06 Aug 2016 13:46:28 -0700 Gregory Szorc wireproto: consolidate code for obtaining "cmds" argument value
Fri, 05 Aug 2016 15:35:02 -0400 Augie Fackler revlog: use `iter(callable, sentinel)` instead of while True
Fri, 05 Aug 2016 14:00:56 -0400 Augie Fackler md5sum: use `iter(callable, sentinel)` instead of while True
Fri, 05 Aug 2016 14:00:46 -0400 Augie Fackler util: use `iter(callable, sentinel)` instead of while True
Fri, 05 Aug 2016 14:00:39 -0400 Augie Fackler url: use `iter(callable, sentinel)` instead of while True
Fri, 05 Aug 2016 14:00:30 -0400 Augie Fackler sshserver: use `iter(callable, sentinel)` instead of while True
Fri, 05 Aug 2016 14:00:22 -0400 Augie Fackler sshpeer: use `iter(callable, sentinel)` instead of while True
Fri, 05 Aug 2016 14:00:14 -0400 Augie Fackler patch: use `iter(callable, sentinel)` instead of while True
Fri, 05 Aug 2016 14:00:08 -0400 Augie Fackler commands: use `iter(callable, sentinel)` instead of while True
Fri, 05 Aug 2016 13:59:58 -0400 Augie Fackler changegroup: use `iter(callable, sentinel)` instead of while True
Wed, 27 Jul 2016 21:44:49 +0900 Yuya Nishihara extdiff: isolate path variable of saved command to independent paragraph
Wed, 27 Jul 2016 21:42:24 +0900 Yuya Nishihara extdiff: export __doc__ of saved command for translation
Wed, 27 Jul 2016 21:40:42 +0900 Yuya Nishihara extdiff: refactor closure of saved diff command as a top-level class
Wed, 27 Jul 2016 21:53:14 +0900 Yuya Nishihara i18n: use inspect.getsourcelines() to obtain lineno from func or class