log

age author description
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
Fri, 05 Aug 2016 21:21:33 +0900 Yuya Nishihara chg: just take it as EOF if recv() returns 0
Thu, 04 Aug 2016 16:56:50 +0200 Pierre-Yves David vfs: use propertycache for open
Mon, 08 Aug 2016 16:47:42 +0200 Mathias De Maré help: add example of '[templates]' usage stable
Fri, 05 Aug 2016 17:27:51 -0400 Augie Fackler check-commit: allow underbars in cffi_-prefix function names
Fri, 05 Aug 2016 13:08:11 -0400 Augie Fackler bundlerepo: add support for treemanifests in cg3 bundles