log

age author description
Mon, 16 Jan 2017 21:17:39 -0800 Sean Farley patchbomb: add tmpdir parameter to ui.edit call
Mon, 16 Jan 2017 21:15:57 -0800 Sean Farley histedit: add tmpdir parameter to ui.edit call
Mon, 16 Jan 2017 21:15:21 -0800 Sean Farley cmdutil: add tmpdir parament to ui.edit calls
Mon, 16 Jan 2017 21:05:22 -0800 Sean Farley ui: add a parameter to set the temporary directory for edit
Wed, 18 Jan 2017 03:44:19 +0530 Pulkit Goyal help: update help for `hg update` which was misleading (issue5427)
Tue, 17 Jan 2017 23:12:54 -0500 Matt Harbison templater: add '{envvars}' to access environment variables
Tue, 17 Jan 2017 23:05:12 -0500 Matt Harbison ui: introduce an experimental dict of exportable environment variables
Tue, 17 Jan 2017 13:44:53 +0800 Anton Shestakov tests: test experimental.spacemovesdown config for commit -i
Tue, 17 Jan 2017 10:17:13 -0800 Gregory Szorc zstd: prevent potential free() of uninitialized memory
Tue, 17 Jan 2017 11:25:02 -0800 Martin von Zweigbergk revlog: give EXTSTORED flag value to narrowhg
Tue, 17 Jan 2017 11:45:10 -0800 Martin von Zweigbergk help: don't let tools reflow revlog flags list
Tue, 17 Jan 2017 11:29:06 -0800 Martin von Zweigbergk help: format revlog.txt more closely to result
Tue, 17 Jan 2017 09:19:24 +0100 Denis Laxalde hgweb: simplify calculation of first revision in filelog command
Tue, 17 Jan 2017 09:17:29 +0100 Denis Laxalde hgweb: restore ascending iteration on revs in filelog web command
Mon, 16 Jan 2017 09:22:32 +0100 Denis Laxalde context: extract _changesinrange() out of blockancestors()