Wed, 04 Oct 2017 15:27:43 +0200 |
Denis Laxalde |
revset: extract a parsefollowlinespattern helper function
|
Sun, 01 Oct 2017 10:50:00 +0100 |
Yuya Nishihara |
revset: add experimental support for extdata
|
Fri, 01 Sep 2017 19:42:09 -0700 |
Jun Wu |
revset: move weight information to predicate
|
Mon, 28 Aug 2017 14:49:00 -0700 |
Jun Wu |
revset: optimize "draft() & ::x" pattern
|
Wed, 30 Aug 2017 16:05:12 -0700 |
Jun Wu |
revset: do not flip "and" arguments when optimizing
|
Wed, 30 Aug 2017 22:51:28 +0900 |
Yuya Nishihara |
revset: make match function follow given subset if specified (API)
|
Wed, 30 Aug 2017 22:41:36 +0900 |
Yuya Nishihara |
revset: move order argument to run-time match function
|
Wed, 30 Aug 2017 23:53:30 +0900 |
Yuya Nishihara |
revset: fix example describing how ordering is determined
|
Wed, 30 Aug 2017 22:32:47 +0900 |
Yuya Nishihara |
revset: move order constants from revsetlang
|
Sun, 20 Aug 2017 10:55:11 -0700 |
Jun Wu |
revset: remove order information from tree (API)
|
Wed, 16 Aug 2017 16:48:41 +0200 |
Boris Feld |
revset: mark evolution-related revsets as experimental
|
Fri, 04 Aug 2017 19:39:34 +0200 |
Boris Feld |
obsolete: rename bumped volatile set into phasedivergent volatile set
|
Fri, 04 Aug 2017 19:36:27 +0200 |
Boris Feld |
obsolete: rename divergent volatile set into contentdivergent volatile set
|
Fri, 04 Aug 2017 19:27:39 +0200 |
Boris Feld |
obsolete: rename unstable volatile set into orphan volatile set
|
Thu, 03 Aug 2017 14:08:39 +0200 |
Boris Feld |
revset: rename bumped into phasedivergent
|
Thu, 03 Aug 2017 14:01:51 +0200 |
Boris Feld |
revset: remane divergent into contentdivergent
|
Thu, 03 Aug 2017 13:48:39 +0200 |
Boris Feld |
revset: rename unstable into orphan
|
Sat, 08 Jul 2017 13:15:17 +0900 |
Yuya Nishihara |
revset: add experimental ancestors/descendants relation subscript
|
Sat, 08 Jul 2017 13:07:59 +0900 |
Yuya Nishihara |
revset: add experimental relation and subscript operators
|
Mon, 10 Jul 2017 10:56:40 -0700 |
Jun Wu |
revset: define successors revset
|
Sat, 24 Jun 2017 15:29:42 -0700 |
Jun Wu |
revset: make repo.anyrevs accept customized alias override (API)
|
Sat, 24 Jun 2017 23:05:57 +0900 |
Yuya Nishihara |
revset: add depth limit to descendants() (issue5374)
|
Tue, 20 Jun 2017 22:26:52 +0900 |
Yuya Nishihara |
dagop: change revdescendants() to include all root revisions
|
Sun, 18 Jun 2017 00:40:58 +0900 |
Yuya Nishihara |
revset: add startdepth limit to ancestors() as internal option
|
Sun, 18 Jun 2017 00:22:41 +0900 |
Yuya Nishihara |
revset: add depth limit to ancestors()
|
Sun, 18 Jun 2017 12:06:22 +0900 |
Yuya Nishihara |
revset: add support of keyword arguments to ancestors() and descendants()
|
Sun, 18 Jun 2017 22:46:56 +0900 |
Yuya Nishihara |
help: clarify ancestors() and descendants() include given set (issue5594)
|
Sun, 19 Feb 2017 19:37:14 +0900 |
Yuya Nishihara |
dagop: move blockancestors() and blockdescendants() from context
|
Sun, 16 Oct 2016 18:03:24 +0900 |
Yuya Nishihara |
dagop: split module hosting DAG-related algorithms from revset
|
Sun, 18 Jun 2017 12:25:23 +0900 |
Yuya Nishihara |
revset: fix negative ancestor spec to not return changectx objects
|
Tue, 24 Mar 2015 00:14:53 +0900 |
Yuya Nishihara |
smartset: extract method to slice abstractsmartset
|
Sat, 10 Jun 2017 19:48:48 +0900 |
Yuya Nishihara |
revset: fix order of first/last members in compound expression (BC)
|
Sat, 10 Jun 2017 19:41:42 +0900 |
Yuya Nishihara |
revset: filter first/last members by __and__ operation
|
Sat, 10 Jun 2017 18:35:11 +0900 |
Yuya Nishihara |
revset: reject negative number to select first/last n members
|
Sat, 10 Jun 2017 18:04:56 +0900 |
Yuya Nishihara |
revset: fix order of last() n members where n > 1 (BC)
|
Sat, 27 May 2017 10:25:09 -0700 |
David Soria Parra |
revset: lookup descendents for negative arguments to ancestor operator
|
Fri, 19 Aug 2016 18:26:04 +0900 |
Yuya Nishihara |
revlog: add support for partial matching of wdir node id
|
Sat, 20 Aug 2016 18:15:19 +0900 |
Yuya Nishihara |
revset: add support for branch(wdir()) and wdir() & branch()
|
Sat, 03 Jun 2017 20:39:33 +0900 |
Yuya Nishihara |
revset: add support for integer and hex wdir identifiers
|
Tue, 23 May 2017 01:22:33 +0530 |
Pulkit Goyal |
revset: add support for ancestors(wdir())
|
Tue, 23 May 2017 01:08:19 +0530 |
Pulkit Goyal |
revset: add support for using ~ operator on wdir() predicate
|
Mon, 22 May 2017 02:14:22 +0530 |
Pulkit Goyal |
revset: add support for p2(wdir()) to get second parent of working directory
|
Mon, 22 May 2017 02:03:43 +0530 |
Pulkit Goyal |
revset: use try-except instead of if-else because of perf
|
Mon, 22 May 2017 01:38:00 +0530 |
Pulkit Goyal |
revset: remove redundant condition and change to else from elif
|
Mon, 22 May 2017 01:01:45 +0530 |
Pulkit Goyal |
revset: add support for "wdir()^n"
|
Mon, 22 May 2017 00:54:02 +0530 |
Pulkit Goyal |
revset: add parentheses after wdir since its a function
|
Fri, 19 May 2017 20:06:45 +0530 |
Pulkit Goyal |
revset: make `hg log -r 'wdir()^'` work (issue4905)
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Mon, 01 May 2017 05:52:36 +0900 |
FUJIWARA Katsunori |
revset: add i18n comments to error messages for followlines predicate
stable
|
Sat, 15 Apr 2017 11:29:42 +0200 |
Denis Laxalde |
revset: properly parse "descend" argument of followlines()
|
Mon, 16 Jan 2017 09:24:47 +0100 |
Denis Laxalde |
revset: add a 'descend' argument to followlines to return descendants
|
Sun, 02 Apr 2017 22:16:03 +0900 |
Yuya Nishihara |
revset: stop supporting plain list as input set (API)
|
Sun, 02 Apr 2017 22:01:32 +0900 |
Yuya Nishihara |
revset: stop supporting predicate that returns plain list (API)
|
Fri, 24 Feb 2017 18:39:08 +0100 |
Denis Laxalde |
revset: factor out linerange processing into a utility function
|
Mon, 16 Jan 2017 17:14:36 +0100 |
Denis Laxalde |
context: also return ancestor's line range in blockancestors
|
Sun, 19 Feb 2017 18:19:33 +0900 |
Yuya Nishihara |
revset: split language services to revsetlang module (API)
|
Sat, 18 Feb 2017 00:39:31 -0800 |
Jun Wu |
revset: use phasecache.getrevset
|
Mon, 13 Feb 2017 11:32:09 -0800 |
Martin von Zweigbergk |
destutil: drop now-unused "check" parameter from destupdate()
|
Sun, 16 Oct 2016 17:28:51 +0900 |
Yuya Nishihara |
smartset: move set classes and related functions from revset module (API)
|
Fri, 20 Jan 2017 21:33:18 +0900 |
Yuya Nishihara |
revset: prevent using outgoing() and remote() in hgweb session (BC)
stable
|
Mon, 09 Jan 2017 17:58:19 +0900 |
Yuya Nishihara |
revset: abuse x:y syntax to specify line range of followlines()
|
Mon, 09 Jan 2017 16:55:56 +0900 |
Yuya Nishihara |
revset: do not transform range* operators in parsed tree
|
Mon, 09 Jan 2017 17:45:11 +0900 |
Yuya Nishihara |
revset: add default value to getinteger() helper
|
Mon, 09 Jan 2017 17:39:44 +0900 |
Yuya Nishihara |
revset: factor out getinteger() helper
|
Mon, 09 Jan 2017 16:16:26 +0900 |
Yuya Nishihara |
revset: rename rev argument of followlines() to startrev
|
Fri, 13 Jan 2017 23:48:21 +0900 |
Yuya Nishihara |
help: use :hg: role and canonical name to point to revset string patterns
|
Sat, 07 Jan 2017 23:35:35 -0500 |
Matt Harbison |
help: eliminate duplicate text for revset string patterns
|
Sat, 07 Jan 2017 21:26:32 -0500 |
Matt Harbison |
revset: add regular expression support to 'desc'
|
Wed, 11 Jan 2017 22:42:10 -0500 |
Matt Harbison |
revset: stop lowercasing the regex pattern for 'author'
|
Wed, 11 Jan 2017 23:13:51 -0500 |
Matt Harbison |
revset: point to 'grep' in the 'keyword' help for regex searches
|
Mon, 09 Jan 2017 16:02:56 +0900 |
Yuya Nishihara |
revset: parse variable-length arguments of followlines() by getargsdict()
|
Mon, 09 Jan 2017 15:25:52 +0900 |
Yuya Nishihara |
parser: extend buildargsdict() to support variable-length positional args
|
Wed, 04 Jan 2017 16:47:49 +0100 |
Denis Laxalde |
revset: add a followlines(file, fromline, toline[, rev]) revset
|
Sat, 14 May 2016 20:52:44 +0900 |
Yuya Nishihara |
revset: drop TODO comment about sorting issue of fullreposet
|
Thu, 05 Jan 2017 22:53:42 +0900 |
Yuya Nishihara |
revset: document wdir() as an experimental function
|
Sat, 20 Aug 2016 17:50:23 +0900 |
Yuya Nishihara |
revset: categorize wdir() as very fast function
|
Sat, 23 May 2015 11:04:11 +0900 |
Yuya Nishihara |
revset: make children() not look at p2 if null (issue5439)
|
Thu, 10 Nov 2016 16:35:10 -0500 |
Augie Fackler |
revset: avoid shadowing a variable with a list comprehension
|
Mon, 17 Oct 2016 23:16:55 +0200 |
Mads Kiilerich |
spelling: fixes of non-dictionary words
|
Tue, 25 Oct 2016 18:56:27 +0200 |
Mads Kiilerich |
revset: don't cache abstractsmartset min/max invocations infinitely
stable
|
Mon, 17 Oct 2016 19:48:36 +0200 |
Mads Kiilerich |
revset: optimize for destination() being "inefficient"
|
Fri, 14 Oct 2016 23:33:00 +0900 |
Yuya Nishihara |
revset: for x^2, do not take null as a valid p2 revision
|
Mon, 10 Oct 2016 22:30:09 +0200 |
Yuya Nishihara |
revset: make follow() reject more than one start revisions
|
Fri, 07 Oct 2016 08:32:40 -0400 |
Augie Fackler |
revset: build _syminitletters from a saner source: the string module
|
Fri, 07 Oct 2016 08:09:23 -0400 |
Augie Fackler |
revset: define _symletters in terms of _syminitletters
|
Fri, 07 Oct 2016 08:03:30 -0400 |
Augie Fackler |
revset: remove doubled space
|
Sat, 01 Oct 2016 20:20:11 +0900 |
Yuya Nishihara |
revset: do not rewrite ':y' to '0:y' (issue5385)
|
Sat, 01 Oct 2016 20:11:48 +0900 |
Yuya Nishihara |
revset: extract function that creates range set from computed revisions
|
Tue, 03 May 2016 14:18:28 +0900 |
Yuya Nishihara |
revset: add option to make matcher takes the ordering of the input set
|
Tue, 03 May 2016 13:36:12 +0900 |
Yuya Nishihara |
revset: make sort() noop depending on ordering requirement (BC)
|
Tue, 03 May 2016 13:36:12 +0900 |
Yuya Nishihara |
revset: make reverse() noop depending on ordering requirement (BC)
|
Tue, 03 May 2016 12:52:50 +0900 |
Yuya Nishihara |
revset: fix order of nested 'range' expression (BC)
|
Wed, 01 Jun 2016 20:54:04 +0900 |
Yuya Nishihara |
revset: forward ordering requirement to argument of present()
|
Sun, 26 Jun 2016 18:41:28 +0900 |
Yuya Nishihara |
revset: fix order of nested '_(|int|hex)list' expression (BC)
|
Sun, 26 Jun 2016 18:17:12 +0900 |
Yuya Nishihara |
revset: fix order of nested 'or' expression (BC)
|
Sun, 07 Aug 2016 17:58:50 +0900 |
Yuya Nishihara |
revset: add 'takeorder' attribute to mark functions that need ordering flag
|
Sun, 07 Aug 2016 17:46:12 +0900 |
Yuya Nishihara |
revset: pass around ordering flags to operations
|
Sun, 07 Aug 2016 17:48:52 +0900 |
Yuya Nishihara |
revset: add stub to handle parentpost operation
|
Tue, 16 Feb 2016 22:02:16 +0900 |
Yuya Nishihara |
revset: infer ordering flag to teach if operation should define/follow order
|
Sun, 07 Aug 2016 17:04:05 +0900 |
Yuya Nishihara |
revset: wrap arguments of 'or' by 'list' node
|
Thu, 08 Sep 2016 22:44:10 +0900 |
Yuya Nishihara |
revset: remove showwarning option from expandaliases()
|
Sun, 21 Aug 2016 11:37:00 +0900 |
Yuya Nishihara |
revset: add public function to create matcher from evaluatable tree
|
Sun, 21 Aug 2016 11:29:57 +0900 |
Yuya Nishihara |
revset: make analyze() a separate step from optimize()
|
Sun, 07 Aug 2016 14:35:03 +0900 |
Yuya Nishihara |
revset: extract tree transformation from optimize()
|
Sun, 07 Aug 2016 16:36:08 +0900 |
Yuya Nishihara |
revset: do not partial-match operator and function names in optimize()
|
Sun, 07 Aug 2016 14:13:27 +0900 |
Yuya Nishihara |
revset: remove false condition to process 'negate' operator
|
Sun, 07 Aug 2016 15:01:42 +0900 |
Yuya Nishihara |
revset: make optimize() reject unknown operators
|
Thu, 18 Aug 2016 17:25:10 +0200 |
Gábor Stefanik |
revset: support "follow(renamed.py, e22f4f3f06c3)" (issue5334)
|
Mon, 15 Aug 2016 12:26:02 -0400 |
Augie Fackler |
merge with stable
|
Sat, 06 Aug 2016 20:37:48 +0900 |
Yuya Nishihara |
revset: also parse x^: as (x^):
|
Sat, 06 Aug 2016 20:21:00 +0900 |
Yuya Nishihara |
revset: resolve ambiguity of x^:y before alias expansion
|
Sun, 05 Jul 2015 21:11:19 +0900 |
Yuya Nishihara |
parser: remove unused binding parameter from suffix action
|
Sun, 07 Aug 2016 14:58:49 +0900 |
Yuya Nishihara |
revset: fix keyword arguments to go through optimization process
stable
|
Mon, 01 Aug 2016 06:08:26 +0900 |
FUJIWARA Katsunori |
revset: refactor to make xgettext put i18n comments into hg.pot file
stable
|
Mon, 27 Jun 2016 20:44:14 +0900 |
Yuya Nishihara |
revset: check invalid function syntax "func-name"() explicitly
|
Sun, 26 Jun 2016 17:16:57 +0900 |
Yuya Nishihara |
revset: get rid of redundant error checking from match()
|
Sat, 25 Jun 2016 19:10:46 -0700 |
Gregory Szorc |
revset: implement match() in terms of matchany()
|
Thu, 23 Jun 2016 12:37:09 -0700 |
Martin von Zweigbergk |
revset: make head() honor order of subset
|
Thu, 23 Jun 2016 13:08:10 -0700 |
Martin von Zweigbergk |
revsets: use itervalues() where only values are needed
|
Thu, 23 Jun 2016 12:39:05 -0700 |
Martin von Zweigbergk |
revsets: passing a set to baseset() is not wrong
|
Tue, 14 Jun 2016 11:53:55 +0200 |
liscju |
i18n: translate abort messages
|
Sat, 11 Jun 2016 10:17:49 +0900 |
Yuya Nishihara |
revset: extract function that validates sort() arguments
|
Wed, 15 Jun 2016 21:26:45 +0900 |
Yuya Nishihara |
revset: build dict of extra sort options before evaluating set
|
Sat, 11 Jun 2016 10:15:40 +0900 |
Yuya Nishihara |
revset: build list of (key, reverse) pairs before sorting
|
Wed, 15 Jun 2016 20:37:24 +0900 |
Yuya Nishihara |
revset: fix crash on empty sort key
|
Mon, 13 Jun 2016 18:20:00 +0100 |
Martijn Pieters |
revset: add new topographical sort
|
Mon, 13 Jun 2016 18:20:00 +0100 |
Martijn Pieters |
revset: move groupbranchiter over from graphmod
|
Tue, 14 Jun 2016 11:05:36 +0100 |
Martijn Pieters |
revset: record if a set is in topographical order
|
Thu, 02 Jun 2016 22:39:01 +0100 |
Kostia Balytskyi |
revset: make filteredset.__nonzero__ respect the order of the filteredset
|
Sat, 14 May 2016 19:52:00 +0900 |
Yuya Nishihara |
revset: define table of sort() key functions
|
Sat, 14 May 2016 19:46:18 +0900 |
Yuya Nishihara |
revset: factor out reverse flag of sort() key
|
Mon, 23 May 2016 14:09:50 -0700 |
Martijn Pieters |
revset: use getargsdict for sort()
|
Mon, 16 May 2016 21:30:53 +0000 |
timeless |
py3: convert to next() function
|
Mon, 16 May 2016 21:30:32 +0000 |
timeless |
revset: rename variable to avoid shadowing with builtin next() function
|
Wed, 11 May 2016 09:34:59 +0200 |
Pierre-Yves David |
devel: fix a typo in a deprecation warning
|
Wed, 11 May 2016 09:31:47 +0200 |
Pierre-Yves David |
devel: officially deprecate old style revset
|
Tue, 03 May 2016 12:36:44 +0900 |
Yuya Nishihara |
revset: make dagrange preserve order of input set
|
Mon, 02 May 2016 12:09:00 +0900 |
Yuya Nishihara |
revset: factor out public optimize() function from recursion
|
Mon, 02 May 2016 12:47:09 +0900 |
Yuya Nishihara |
revset: introduce temporary variables in optimize() where they look better
|
Mon, 02 May 2016 11:50:48 +0900 |
Yuya Nishihara |
revset: construct arguments of only() against matched tree
|
Mon, 02 May 2016 11:27:26 +0900 |
Yuya Nishihara |
revset: unnest isonly() closure from optimize()
|
Sun, 08 May 2016 10:43:41 +0200 |
Pierre-Yves David |
devel: use the new 'config' argument for the revset develwarn
|
Sun, 17 Apr 2016 13:06:44 +0900 |
Yuya Nishihara |
revset: define _parsealias() in _aliasrules class
|
Sun, 17 Apr 2016 13:03:23 +0900 |
Yuya Nishihara |
revset: factor out common parsing function
|
Sun, 17 Apr 2016 12:57:27 +0900 |
Yuya Nishihara |
revset: inline _tokenizealias() into _parsealias()
|
Sat, 23 Apr 2016 16:11:05 +0900 |
Yuya Nishihara |
revset: unindent "if True" block in sort()
stable
|
Sat, 23 Apr 2016 16:09:30 +0900 |
Yuya Nishihara |
revset: make sort() do dumb multi-pass sorting for multiple keys (issue5218)
stable
|
Tue, 29 Mar 2016 17:27:34 +0900 |
Yuya Nishihara |
parser: factor out _trygetfunc() that extracts function name and arguments
|
Mon, 29 Feb 2016 22:58:15 +0900 |
Yuya Nishihara |
revset: rename findaliases() to expandaliases()
|
Mon, 29 Feb 2016 22:15:44 +0900 |
Yuya Nishihara |
parser: move functions that process alias expansion to rule-set class
|
Mon, 29 Feb 2016 22:10:48 +0900 |
Yuya Nishihara |
revset: unindent codes in _getalias() function
|
Mon, 29 Feb 2016 19:24:15 +0900 |
Yuya Nishihara |
parser: extract helper that creates a dict of aliases
|
Mon, 29 Feb 2016 18:33:30 +0900 |
Yuya Nishihara |
parser: construct alias object by rule-set class
|
Tue, 29 Mar 2016 00:08:25 +0900 |
Yuya Nishihara |
parser: unify parser function of alias declaration and definition
|
Tue, 29 Mar 2016 00:05:14 +0900 |
Yuya Nishihara |
revset: unify function that parses alias declaration and definition
|
Mon, 29 Feb 2016 18:10:07 +0900 |
Yuya Nishihara |
parser: move alias definition parser to common rule-set class
|
Mon, 29 Feb 2016 18:00:51 +0900 |
Yuya Nishihara |
parser: move _relabelaliasargs() to common rule-set class
|
Mon, 29 Feb 2016 17:54:03 +0900 |
Yuya Nishihara |
parser: move alias declaration parser to common rule-set class
|
Sun, 03 Apr 2016 16:55:23 +0900 |
Yuya Nishihara |
parser: add stub class that will host alias parsing and expansion
|
Mon, 29 Feb 2016 17:43:39 +0900 |
Yuya Nishihara |
revset: narrow scope of "except ParseError" block in _parsealiasdecl()
|
Mon, 04 Apr 2016 17:45:54 -0700 |
Pierre-Yves David |
revset: force ascending order for baseset initialized from a set
|
Mon, 04 Apr 2016 17:45:15 -0700 |
Pierre-Yves David |
revset: stabilize repr of baseset initialized with a set
|
Mon, 29 Feb 2016 17:02:56 +0900 |
Yuya Nishihara |
parser: move parsererrordetail() function from revset module
|
Fri, 01 Apr 2016 10:09:34 +0200 |
Maciej Fijalkowski |
revset: prevent infinite recursion on pypy
|
Thu, 31 Mar 2016 18:38:08 +0200 |
Maciej Fijalkowski |
pypy: fix doctests for pypy optimizations
|
Mon, 29 Feb 2016 17:46:06 +0900 |
Yuya Nishihara |
revset: make _parsealiasdecl() simply return the original parsed tree
|
Mon, 29 Feb 2016 16:35:58 +0900 |
Yuya Nishihara |
revset: inline isvalidfunc(), getfuncname() and getfuncargs()
|
Mon, 29 Feb 2016 16:32:18 +0900 |
Yuya Nishihara |
revset: inline isvalidsymbol() and getsymbol() into _parsealiasdecl()
|
Mon, 29 Feb 2016 16:23:09 +0900 |
Yuya Nishihara |
revset: remove redundant checks for parsed tree of alias
|
Sun, 14 Feb 2016 20:43:30 +0900 |
Yuya Nishihara |
revset: inline _getaliasarg() function
|
Sun, 14 Feb 2016 20:27:08 +0900 |
Yuya Nishihara |
revset: drop redundant check for unknown alias arguments
|
Sun, 14 Feb 2016 19:48:33 +0900 |
Yuya Nishihara |
revset: move tagging of alias arguments from tokenization to parsing phase
|
Fri, 11 Mar 2016 04:14:54 +0900 |
FUJIWARA Katsunori |
revset: remove useless extpredicate class (API)
|
Tue, 16 Feb 2016 21:44:13 +0900 |
Yuya Nishihara |
revset: add inspection data to max() and min() functions
|
Tue, 16 Feb 2016 21:43:51 +0900 |
Yuya Nishihara |
revset: add inspection data to limit() and last() functions
|
Tue, 16 Feb 2016 21:32:00 +0900 |
Yuya Nishihara |
revset: stub to add extra data to baseset for better inspection
|
Sat, 13 Feb 2016 20:05:57 +0900 |
Yuya Nishihara |
revset: add inspection data to all filter() calls
|
Sat, 13 Feb 2016 19:25:11 +0900 |
Yuya Nishihara |
revset: add extra data to filteredset for better inspection
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
revset: replace predicate by revsetpredicate of registrar
|
Tue, 08 Mar 2016 23:04:53 +0900 |
FUJIWARA Katsunori |
registrar: define revsetpredicate to decorate revset predicate
|
Sat, 13 Feb 2016 20:13:45 +0900 |
Yuya Nishihara |
revset: define "pat" variable unconditionally in subrepo()
|
Tue, 05 May 2015 10:47:35 +0900 |
Yuya Nishihara |
revset: drop translation markers from error messages of internal _matchfiles
|
Wed, 24 Feb 2016 10:41:15 -0800 |
Durham Goode |
revset: use smartset minus operator
|
Mon, 08 Feb 2016 19:32:29 +0100 |
Pierre-Yves David |
destutil: allow to specify an explicit source for the merge
|
Sun, 07 Feb 2016 00:49:31 -0600 |
Matt Mackall |
merge with stable
|
Tue, 02 Feb 2016 23:49:49 +0900 |
Yuya Nishihara |
revset: flatten chained 'list' operations (aka function args) (issue5072)
stable
|
Fri, 05 Feb 2016 13:30:25 -0800 |
Durham Goode |
revset: use manifest.matches in _follow revset
|
Fri, 22 Jan 2016 12:08:20 -0600 |
Matt Mackall |
log: speed up single file log with hidden revs (issue4747)
stable
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use decorator to mark a predicate as safe
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use delayregistrar to register predicate in extension easily
|
Tue, 29 Dec 2015 23:58:30 +0900 |
FUJIWARA Katsunori |
revset: use decorator to register a function as revset predicate
|
Wed, 23 Dec 2015 17:54:03 +0000 |
timeless |
revset: add hint for list error to use or
|
Fri, 18 Dec 2015 12:54:45 -0800 |
Laurent Charignon |
log: speed up hg log <file|folder>
|
Mon, 30 Nov 2015 19:30:16 +0000 |
timeless |
grammar: favor zero, one, two over ... or no
|
Wed, 18 Nov 2015 23:23:03 -0800 |
Pierre-Yves David |
revset: speed up '_matchfiles'
|
Wed, 14 Oct 2015 22:29:03 -0400 |
timeless |
l10n: use %d instead of %s for numbers
|
Thu, 15 Oct 2015 01:47:28 +0100 |
Pierre-Yves David |
revset: rename and test '_destmerge'
|
Thu, 15 Oct 2015 01:11:00 +0100 |
Pierre-Yves David |
destutil: move default merge destination into a function
|
Thu, 15 Oct 2015 01:35:44 +0100 |
Pierre-Yves David |
revset: reintroduce and experimental revset for update destination
|
Tue, 24 Mar 2015 00:28:28 +0900 |
Yuya Nishihara |
revset: add optional offset argument to limit() predicate
|
Mon, 12 Oct 2015 17:19:22 +0900 |
Yuya Nishihara |
revset: port limit() to support keyword arguments
|
Mon, 12 Oct 2015 17:14:47 +0900 |
Yuya Nishihara |
revset: eliminate temporary reference to subset in limit() and last()
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Mon, 05 Oct 2015 02:33:45 -0700 |
Pierre-Yves David |
revset: delete _updatedefaultdest as it has no users
|
Mon, 05 Oct 2015 01:46:47 -0700 |
Pierre-Yves David |
update: move default destination computation to a function
|
Wed, 07 Oct 2015 23:04:31 +0900 |
Yuya Nishihara |
revset: strip off "literal:" prefix from bookmark not found error
|
Wed, 07 Oct 2015 23:00:29 +0900 |
Yuya Nishihara |
revset: do not fall through to revspec for literal: branch (issue4838)
|
Sat, 22 Aug 2015 22:52:18 -0400 |
Matt Harbison |
util: extract stringmatcher() from revset
|
Wed, 23 Sep 2015 00:41:07 -0700 |
Pierre-Yves David |
revset: avoid implicit None testing in revset
|
Sun, 20 Sep 2015 16:53:42 -0700 |
Durham Goode |
revset: speed up existence checks for ordered filtered sets
|
Sun, 20 Sep 2015 19:27:53 -0700 |
Durham Goode |
revset: remove existence check from min() and max()
|
Fri, 18 Sep 2015 17:23:10 -0700 |
Pierre-Yves David |
update: move default destination into a revset
|
Thu, 17 Sep 2015 14:03:15 -0700 |
Pierre-Yves David |
merge: move default destination computation in a revset
|
Thu, 10 Sep 2015 23:29:55 +0900 |
Yuya Nishihara |
revset: handle error of string unescaping
|
Sat, 05 Sep 2015 12:56:53 +0900 |
Yuya Nishihara |
revset: uncache filteredset.__contains__
|
Tue, 01 Sep 2015 16:46:05 -0700 |
Durham Goode |
revset: fix resolving strings from a list
|
Thu, 20 Aug 2015 17:19:32 +0200 |
liscju |
revsets: makes follow() supports file patterns (issue4757) (BC)
|
Thu, 27 Aug 2015 17:57:33 -0700 |
Pierre-Yves David |
revset: cache smartset's min/max
|
Fri, 28 Aug 2015 11:15:31 +0900 |
Yuya Nishihara |
revset: mark reachablerootspure as private
|
Fri, 28 Aug 2015 11:14:24 +0900 |
Yuya Nishihara |
reachableroots: construct and sort baseset in revset module
|
Fri, 21 Aug 2015 16:12:24 -0700 |
Pierre-Yves David |
reachableroots: use smartset min
|
Mon, 24 Aug 2015 15:40:42 -0700 |
Pierre-Yves David |
reachableroots: sort the smartset in the pure version too
|
Thu, 20 Aug 2015 17:19:56 -0700 |
Pierre-Yves David |
baseset: keep the input set around
|
Fri, 14 Aug 2015 15:43:29 +0900 |
Yuya Nishihara |
reachableroots: use internal "revstates" array to test if rev is a root
|
Thu, 06 Aug 2015 22:11:20 -0700 |
Laurent Charignon |
reachableroots: default to the C implementation
|
Fri, 19 Jun 2015 20:18:54 -0700 |
Laurent Charignon |
revset: rename revsbetween to reachableroots and add an argument
|
Fri, 07 Aug 2015 02:13:42 -0700 |
Laurent Charignon |
revset: make revsbetween public
|
Mon, 10 Aug 2015 15:30:28 -0500 |
Matt Mackall |
merge with stable
|
Sun, 09 Aug 2015 16:09:41 +0900 |
Yuya Nishihara |
revset: prevent crash caused by empty group expression while optimizing "or"
stable
|
Sun, 09 Aug 2015 16:06:36 +0900 |
Yuya Nishihara |
revset: prevent crash caused by empty group expression while optimizing "and"
stable
|
Sat, 08 Aug 2015 18:36:58 -0700 |
Gregory Szorc |
revset: use absolute_import
|
Sun, 05 Jul 2015 12:50:09 +0900 |
Yuya Nishihara |
revset: make balanced addsets by orset() without using _combinesets()
|
Fri, 07 Aug 2015 21:39:38 +0900 |
Yuya Nishihara |
revset: add matchany() to construct OR expression from a list of specs
|
Fri, 07 Aug 2015 21:31:16 +0900 |
Yuya Nishihara |
revset: split post-parsing stage from match()
|
Sat, 18 Jul 2015 23:30:17 +0900 |
Yuya Nishihara |
revset: port parsing rule of old-style ranges from scmutil.revrange()
|
Sun, 05 Jul 2015 12:15:54 +0900 |
Yuya Nishihara |
revset: parse nullary ":" operator as "0:tip"
|
Sun, 05 Jul 2015 12:02:13 +0900 |
Yuya Nishihara |
parser: separate actions for primary expression and prefix operator
|
Sun, 05 Jul 2015 11:17:22 +0900 |
Yuya Nishihara |
parser: fill invalid infix and suffix actions by None
|
Sun, 05 Jul 2015 11:06:58 +0900 |
Yuya Nishihara |
parser: add comment about structure of elements to each table
|