log

age author description
Tue, 23 May 2017 08:49:01 -0700 Martin von Zweigbergk match: use ProgrammingError where appropriate
Tue, 23 May 2017 01:30:36 +0530 Pulkit Goyal revlog: raise error.WdirUnsupported from revlog.node() if wdirrev is passed
Tue, 23 May 2017 01:22:33 +0530 Pulkit Goyal revset: add support for ancestors(wdir())
Tue, 23 May 2017 01:08:19 +0530 Pulkit Goyal revset: add support for using ~ operator on wdir() predicate
Mon, 22 May 2017 02:14:22 +0530 Pulkit Goyal revset: add support for p2(wdir()) to get second parent of working directory
Mon, 22 May 2017 02:03:43 +0530 Pulkit Goyal revset: use try-except instead of if-else because of perf
Mon, 22 May 2017 01:38:00 +0530 Pulkit Goyal revset: remove redundant condition and change to else from elif
Mon, 22 May 2017 01:35:53 +0530 Pulkit Goyal tests: add tests for predicates and operators which works with wdir()
Mon, 22 May 2017 01:01:45 +0530 Pulkit Goyal revset: add support for "wdir()^n"
Mon, 22 May 2017 00:54:02 +0530 Pulkit Goyal revset: add parentheses after wdir since its a function
Mon, 22 May 2017 15:05:18 -0400 Augie Fackler cmdutil: avoid redefining write() function in export if possible
Mon, 22 May 2017 13:34:03 -0400 Augie Fackler cmdutil: extract closure that performs the actual export formatting
Mon, 22 May 2017 13:35:22 -0400 Augie Fackler cmdutil: use a generator expression instead of a list comprehension
Sat, 20 May 2017 20:15:05 -0400 Augie Fackler cmdutil: rename template param to export to fntemplate
Sat, 20 May 2017 17:58:04 -0400 Augie Fackler cmdutil: comprehensively document the interface of export
Mon, 22 May 2017 15:56:47 -0700 Durham Goode tests: hide warning from test-xdg.t
Mon, 22 May 2017 22:59:40 -0700 Jun Wu policy: define C module versions individually
Sat, 20 May 2017 19:43:58 +0200 Pierre-Yves David repoview: rename '_getdynamicblockers' to 'revealedrevs' (API)
Sat, 20 May 2017 19:43:29 +0200 Pierre-Yves David repoview: move '_getdynamicblock' next to 'hideablerevs'
Sun, 21 May 2017 13:26:17 -0700 Siddharth Agarwal python3: allow hgloader to work with lazy loaders
Sun, 21 May 2017 12:51:01 -0700 Siddharth Agarwal init: turn on demandimport for Python 3.6 and above
Sun, 21 May 2017 12:23:04 -0700 Siddharth Agarwal demandimport: add python 3 implementation
Sun, 21 May 2017 12:10:53 -0700 Siddharth Agarwal demandimport: move ignore list to __init__.py
Sun, 21 May 2017 13:44:26 -0700 Siddharth Agarwal check: check modules in hgdemandimport
Sun, 21 May 2017 12:10:53 -0700 Siddharth Agarwal demandimport: move to separate package
Sun, 21 May 2017 12:09:01 -0700 Siddharth Agarwal import-checker: add a way to directly import certain symbols
Sun, 21 May 2017 13:34:42 -0700 Siddharth Agarwal check-code: allow skipping hasattr check in py3-only code
Mon, 22 May 2017 01:17:49 -0700 Jun Wu profiling: allow loading profiling extension before everything else
Mon, 22 May 2017 00:51:56 -0700 Jun Wu extensions: allow loading a whitelisted subset of extensions
Mon, 22 May 2017 08:49:34 -0700 Martin von Zweigbergk match: catch attempts to create case-insenstive exact matchers