Mercurial > hg-stable
log
age | author | description |
---|---|---|
Thu, 07 Feb 2019 16:43:42 +0300 | Pulkit Goyal | py3: make sure __repr__ returns str |
Thu, 07 Feb 2019 16:44:43 +0300 | Pulkit Goyal | py3: use bytes.startswith() instead of comparing with bytes[0] |
Fri, 08 Feb 2019 22:57:26 -0800 | Martin von Zweigbergk | match: remove unused "exact" argument (API) |
Fri, 08 Feb 2019 23:03:42 -0800 | Martin von Zweigbergk | tests: replace match.match(exact=True) by match.exact() |
Wed, 06 Feb 2019 22:52:49 -0800 | Martin von Zweigbergk | patch: accept second matcher that applies only to copy sources (API) |
Wed, 06 Feb 2019 17:46:20 -0800 | Martin von Zweigbergk | patch: let caller pass in root-filtering matcher (API) |