log

age author description
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
Mon, 22 May 2017 19:29:21 +0200 Boris Feld test: remove aliases forcing date, use default-date
Mon, 22 May 2017 19:28:47 +0200 Boris Feld test: prepare tests for removing date aliases
Tue, 16 May 2017 18:36:08 +0200 Boris Feld devel: update blackbox to use default-date
Fri, 19 May 2017 12:08:47 +0200 Boris Feld devel: use default-date config field when creating obsmarkers
Mon, 22 May 2017 16:59:57 +0200 Pierre-Yves David devel: activate default-date in tests
Fri, 19 May 2017 12:18:25 +0200 Boris Feld devel: add a config field to force dates to timestamp 0
Fri, 19 May 2017 12:07:41 +0200 Boris Feld ui: add the possiblity to get a date config field
Fri, 19 May 2017 12:07:23 +0200 Boris Feld util: refactor util.parsedate to raises ValueError
Mon, 22 May 2017 11:08:18 -0700 Martin von Zweigbergk match: implement __repr__() and update users (API)
Mon, 22 May 2017 10:41:32 -0700 Martin von Zweigbergk fsmonitor: fix silly "*kwargs" bug in merge.update() override
Fri, 19 May 2017 20:06:45 +0530 Pulkit Goyal revset: make `hg log -r 'wdir()^'` work (issue4905)
Fri, 19 May 2017 19:12:06 +0530 Pulkit Goyal revlog: raise WdirUnsupported when wdirrev is passed
Fri, 19 May 2017 19:10:37 +0530 Pulkit Goyal error: add a new exception named WdirUnsupported
Thu, 18 May 2017 22:20:59 -0700 Martin von Zweigbergk match: replace icasefsmatch() function by flag to regular match()
Thu, 18 May 2017 16:48:02 -0700 Martin von Zweigbergk match: delete icasefsmatcher now that it's same as matcher
Thu, 18 May 2017 15:45:50 -0700 Martin von Zweigbergk match: pass in normalize() function to matchers
Thu, 18 May 2017 16:05:46 -0700 Martin von Zweigbergk match: don't print explicitly listed files with wrong case (BC)
Thu, 18 May 2017 15:25:16 -0700 Martin von Zweigbergk match: move body of _normalize() to a static function
Thu, 18 May 2017 15:11:04 -0700 Martin von Zweigbergk match: pass 'warn' argument to _normalize() for consistency
Fri, 12 May 2017 23:11:41 -0700 Martin von Zweigbergk match: replace match class by match function (API)