log

age author description
Fri, 22 May 2015 17:08:59 -0500 Matt Mackall branch: don't warn about branches if repository has multiple branches already
Tue, 26 May 2015 13:02:28 -0700 Pierre-Yves David transaction: really fix _addbackupentry key usage (issue4684) stable
Tue, 19 May 2015 13:08:21 -0700 Martin von Zweigbergk largefiles: avoid match.files() in conditions
Tue, 26 May 2015 11:06:43 -0700 Martin von Zweigbergk largefiles: pass in whole matcher to getstandinmatcher()
Tue, 26 May 2015 09:46:48 -0700 Martin von Zweigbergk largefiles: drop unused 'pats' parameter from getstandinmatcher()
Tue, 26 May 2015 14:14:36 -0700 Pierre-Yves David devel: rename 'all' to 'all-warnings' (BC)
Tue, 26 May 2015 14:52:47 -0500 Matt Mackall merge with stable
Fri, 22 May 2015 14:02:04 -0700 Martin von Zweigbergk copies: document hack for adding '' to set of dirs
Tue, 26 May 2015 23:14:50 +0900 Yuya Nishihara test-revset: update test that isn't broken on default branch
Tue, 26 May 2015 14:41:00 -0400 Augie Fackler pathutil: demote two local functions to just be forwards
Tue, 26 May 2015 14:30:48 -0400 Augie Fackler pathutil: restate dirname and join as forwards to posixpath
Wed, 20 May 2015 14:54:09 -0700 Durham Goode help: add documentation on include: and subinclude:
Sat, 16 May 2015 16:25:05 -0700 Durham Goode match: enable 'subinclude:' syntax
Fri, 22 May 2015 12:58:27 -0700 Durham Goode copies: switch to using pathutil.dirname
Fri, 22 May 2015 12:47:18 -0700 Durham Goode pathutil: add dirname and join functions
Thu, 21 May 2015 15:44:38 -0700 Laurent Charignon changelog: move index_get_parents function up
Tue, 26 May 2015 06:45:18 -0500 Matt Mackall mergecopies: avoid slowdown from linkrev adjustment (issue4680) stable
Tue, 26 May 2015 22:58:30 +0800 Anton Shestakov hgweb: remove an extra call to nodebranchnodefault() in changesetentry()
Fri, 22 May 2015 12:14:23 -0500 Matt Mackall profile: disable nested report in lsprof by default
Tue, 19 May 2015 11:16:20 -0700 Martin von Zweigbergk manifest: use match.prefix() instead of 'not match.anypats()'
Tue, 19 May 2015 10:40:40 -0700 Martin von Zweigbergk dirstate: use match.prefix() instead of 'not match.anypats()'
Tue, 19 May 2015 11:36:05 -0700 Martin von Zweigbergk commit: avoid match.files() in conditions
Tue, 19 May 2015 11:35:43 -0700 Martin von Zweigbergk _makelogrevset: avoid match.files() in conditions
Tue, 19 May 2015 11:34:50 -0700 Martin von Zweigbergk walkchangerevs: avoid match.files() in conditions
Thu, 21 May 2015 14:20:24 -0700 Martin von Zweigbergk walkchangerevs: simplify with an 'elif'
Tue, 26 May 2015 07:44:37 -0500 Matt Mackall merge with stable
Mon, 25 May 2015 11:06:49 -0700 Gregory Szorc test-module-imports: drop check for Python >= 2.6
Mon, 25 May 2015 01:26:23 +0900 FUJIWARA Katsunori localrepo: pass hook argument txnid to pretxnopen hooks stable
Mon, 25 May 2015 01:26:19 +0900 FUJIWARA Katsunori transaction: separate calculating TXNID from creating transaction object stable
Sat, 23 May 2015 11:14:00 +0900 Yuya Nishihara revbranchcache: return uncached branchinfo for nullrev (issue4683) stable