Sun, 26 Apr 2015 18:13:48 +0900 Yuya Nishihara revset: reduce nesting of chained 'or' operations (issue4624)
Sun, 24 May 2015 14:10:52 +0900 Yuya Nishihara revset: add helper to build balanced addsets from chained 'or' operations
Sun, 26 Apr 2015 18:27:32 +0900 Yuya Nishihara revset: comment that we can't swap 'or' operands by weight
Sun, 26 Apr 2015 18:05:23 +0900 Yuya Nishihara parser: add helper to reduce nesting of chained infix operations
Wed, 27 May 2015 14:28:29 -0500 Matt Mackall convert: properly pass null ids through .hgtags (issue4678) stable
Wed, 27 May 2015 17:28:55 -0500 Matt Mackall commit: improve --close-branch documentation
Fri, 22 May 2015 13:06:45 -0700 Laurent Charignon patch: add 'extra' argument to makememctx
Wed, 27 May 2015 17:41:42 -0500 Matt Mackall merge with stable
Wed, 27 May 2015 13:28:16 -0400 Matt Harbison match: normpath the ignore source when expanding the 'subinclude' kind
Sat, 23 May 2015 21:18:47 -0700 Pierre-Yves David repair: forbid strip from inside a transaction
Wed, 27 May 2015 12:14:10 -0400 Matt Harbison test-treemanifest: add globs for Windows
Wed, 27 May 2015 12:11:13 -0400 Matt Harbison test-revert-interactive: don't escape the $ for $TESTTMP
Tue, 26 May 2015 12:09:04 -0700 Laurent Charignon changelog: fix bug in heads computation
Tue, 26 May 2015 12:08:50 -0700 Laurent Charignon changelog: change input type of index_get_parents
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
Sun, 24 May 2015 10:29:33 +0900 Yuya Nishihara revset: drop magic of fullreposet membership test (issue4682) stable
Sat, 23 May 2015 15:55:04 -0500 Matt Mackall merge with stable
Fri, 22 May 2015 12:13:18 -0500 Pierre-Yves David transaction: use the proper variable in '_addbackupentry' (issue4684) stable
Fri, 22 May 2015 21:19:08 -0400 Augie Fackler run-tests: python3.5 now supports mkdtemp using bytes for paths
Fri, 22 May 2015 21:15:52 -0400 Augie Fackler run-tests: use items() instead of iteritems()
Thu, 21 May 2015 14:57:30 -0700 Laurent Charignon selve: make 'shelve --interactive' not experimental
Thu, 21 May 2015 14:34:24 -0700 Laurent Charignon revert: fix edition of newly added file during --interactive
Thu, 21 May 2015 14:25:57 -0700 Laurent Charignon revert: make revert --interactive use git style diff
Thu, 21 May 2015 14:32:14 -0700 Laurent Charignon record: extract code to compute newly added and modified files
Thu, 21 May 2015 14:28:02 -0700 Laurent Charignon record: extract ishunk to a function
Sun, 26 Apr 2015 22:26:44 +0900 Yuya Nishihara fileset: pretty print syntax tree in debug output
Wed, 06 May 2015 10:17:41 +0900 Yuya Nishihara parser: extract closure of prettyformat() to a top-level function
Sun, 26 Apr 2015 22:20:03 +0900 Yuya Nishihara parser: move prettyformat() function from revset module
Sun, 26 Apr 2015 19:50:42 +0900 Yuya Nishihara fileset: move validation of incomplete parsing to parse() function
Sun, 26 Apr 2015 19:42:47 +0900 Yuya Nishihara revset: move validation of incomplete parsing to parse() function
Fri, 22 May 2015 14:39:34 -0700 Drew Gottlieb match: fix bug in match.visitdir()
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip