log

age author description
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