log

age author description
Fri, 19 Jan 2018 19:07:58 -0800 Kyle Lippincott filemerge: use a single temp dir instead of temp files
Fri, 19 Jan 2018 19:14:09 -0800 Kyle Lippincott filemerge: move temp file unlinks to _maketempfiles
Fri, 16 Mar 2018 09:41:21 -0700 Gregory Szorc hgweb: refactor multirequest to be a dict of lists
Sun, 04 Mar 2018 22:35:29 +0530 Pulkit Goyal py3: use "%d" % int instead of str(int)
Mon, 19 Mar 2018 00:06:10 +0530 Pulkit Goyal py3: use pycompat.bytestr() in dirstate.py
Mon, 19 Mar 2018 00:02:59 +0530 Pulkit Goyal py3: make tests/test-log-linerange.t work on Python 3
Mon, 19 Mar 2018 00:04:38 +0530 Pulkit Goyal py3: use print as a function in tests/test-narrow-clone-non-narrow-server.t
Sun, 04 Mar 2018 16:23:03 -0500 Augie Fackler tests: stop over-specifying tempfile name
Sat, 10 Mar 2018 23:58:01 -0500 Matt Harbison wireproto: explicitly flush stdio to prevent stalls on Windows
Sun, 18 Mar 2018 15:32:49 -0400 Matt Harbison test-lfs: glob over some output changes
Fri, 16 Mar 2018 21:24:12 +0900 Yuya Nishihara templater: factor out helper that renders named template as string
Sat, 17 Mar 2018 11:23:04 +0900 Yuya Nishihara templater: rename .render(mapping) to .renderdefault(mapping) (API)
Sat, 17 Mar 2018 15:22:14 +0900 Yuya Nishihara templater: fix invalid reference of runsymbol in doctest
Sun, 18 Mar 2018 12:54:03 +0900 Yuya Nishihara cmdutil: drop redundant import of merge module
Sun, 11 Mar 2018 21:36:28 +0900 Yuya Nishihara annotate: add support for template keywords and functions depending on ctx
Sun, 11 Mar 2018 21:26:15 +0900 Yuya Nishihara formatter: unblock storing fctx as a template resource
Sun, 11 Mar 2018 21:12:02 +0900 Yuya Nishihara templater: process mapping dict by resource callables
Sun, 11 Mar 2018 21:05:29 +0900 Yuya Nishihara templater: convert resources to a table of callables for future extension
Thu, 15 Mar 2018 22:35:07 -0700 Martin von Zweigbergk rebase: on abort, don't strip commits that didn't need rebased (issue5822) stable
Thu, 15 Mar 2018 21:40:51 -0700 Martin von Zweigbergk rebase: avoid defining two lists with the same contents stable
Thu, 15 Mar 2018 21:51:33 -0700 Martin von Zweigbergk tests: demonstrate aborted rebase strips commits that didn't need rebasing stable
Sat, 17 Mar 2018 21:46:17 -0400 Augie Fackler merge with stable
Fri, 16 Mar 2018 12:10:15 -0700 Gregory Szorc hgweb: convert an assert to a ProgrammingError
Fri, 19 Jan 2018 18:52:50 -0800 Kyle Lippincott filemerge: give some variables in _xmerge more descriptive names
Thu, 15 Mar 2018 13:19:55 -0700 Martin von Zweigbergk rebase: allow in-memory merge of the working copy parent
Sat, 17 Mar 2018 09:33:17 -0700 Martin von Zweigbergk uncommit: simplify condition for keeping commit
Sat, 17 Mar 2018 09:49:21 -0700 Martin von Zweigbergk uncommit: document when the commit will be pruned
Wed, 14 Mar 2018 11:16:49 -0700 Martin von Zweigbergk uncommit: leave empty commit if all files are uncommitted
Sat, 17 Mar 2018 00:06:14 +0900 Yuya Nishihara test-template-engine: do not evaluate unused keywords by custom engine
Fri, 16 Mar 2018 23:59:13 +0900 Yuya Nishihara py3: make test-template-engine.t bytes-safe