log

age author description
Sun, 21 May 2017 16:01:20 +0200 Pierre-Yves David hidden: simplify the computation of consistency blocker
Sun, 21 May 2017 15:35:21 +0200 Pierre-Yves David hidden: use _domainancestors to compute revs revealed by dynamic blocker
Sun, 21 May 2017 15:21:46 +0200 Pierre-Yves David hidden: add a function returning ancestors of revs within a domain
Fri, 26 May 2017 14:52:54 -0700 Kyle Lippincott tests: hint how to run slow tests when rejecting
Fri, 26 May 2017 13:24:07 -0700 Kyle Lippincott zsh_completion: install as _hg not hg
Mon, 20 Mar 2017 17:50:31 -0400 Augie Fackler osx: include chg by default
Fri, 26 May 2017 20:03:05 -0400 Augie Fackler osx: override default exclude filter for pkgbuild
Fri, 26 May 2017 20:05:59 -0400 Augie Fackler osx: update Mac packaging tests for bdiff.so install location change
Fri, 26 May 2017 19:33:20 -0700 Rodrigo Damazio Bovendorp debian: add less as a build dependency stable
Fri, 05 May 2017 18:15:42 +0200 Pierre-Yves David strip: use the 'writenewbundle' function to get bundle on disk
Tue, 23 May 2017 02:23:07 +0200 Pierre-Yves David perfphases: add 'perfphases' command
Tue, 16 May 2017 22:15:42 -0700 Martin von Zweigbergk match: remove support for excludes from matcher class
Tue, 16 May 2017 16:36:48 -0700 Martin von Zweigbergk match: handle excludes using new differencematcher
Thu, 25 May 2017 09:52:56 -0700 Martin von Zweigbergk match: override matchfn() the usual way in subdirmatcher
Thu, 25 May 2017 09:52:49 -0700 Martin von Zweigbergk match: make matchfn a method on the class
Wed, 24 May 2017 17:50:17 +0200 Boris Feld util: raise ParseError when parsing dates (BC)
Tue, 16 May 2017 14:31:21 -0700 Martin von Zweigbergk match: fix visitdir for roots of includes
Wed, 17 May 2017 23:02:42 -0700 Martin von Zweigbergk match: make subdirmatcher extend basematcher
Fri, 19 May 2017 10:17:08 -0700 Martin von Zweigbergk match: make basematcher._files a @propertycache
Wed, 17 May 2017 23:45:13 -0700 Martin von Zweigbergk match: extract base class for matchers
Mon, 22 May 2017 11:08:52 -0700 Martin von Zweigbergk debugwalk: also print matcher representation
Thu, 25 May 2017 23:42:37 -0400 Matt Harbison wix: add 'ro' and 'ru' locales stable
Thu, 25 May 2017 23:03:56 -0400 Matt Harbison wix: include zstd.pyd in the installation stable
Wed, 24 May 2017 22:59:59 -0400 Matt Harbison clonebundles: fix missing newline character stable
Wed, 24 May 2017 15:25:24 -0700 Gregory Szorc exchange: print full reason variable stable
Thu, 25 May 2017 01:45:52 +0200 Pierre-Yves David transaction: run _writejournal unfiltered
Mon, 22 May 2017 19:18:12 -0400 Augie Fackler bookmarks: warn about bookmark names that unambiguously resolve to a node (BC)
Thu, 04 May 2017 11:51:07 +0900 Yuya Nishihara pycompat: try __bytes__() to convert object to bytestr
Tue, 23 May 2017 15:44:50 +0200 Boris Feld ui: fix ui.configdate for invalid dates
Fri, 28 Apr 2017 00:01:22 +0900 Yuya Nishihara demandimport: stop overriding __getattribute__()