Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Wed, 08 Mar 2023 11:00:30 +0100 |
Pierre-Yves David |
revset: add `_internal()` predicate
|
Tue, 07 Mar 2023 04:50:29 +0100 |
Pierre-Yves David |
revset: include all non-public phases in _notpublic
|
Tue, 31 Jan 2023 11:41:59 +0100 |
Pierre-Yves David |
branching: merge with stable
|
Tue, 06 Dec 2022 15:11:51 +0100 |
Julien Cristau |
revset: the `random` sort should not depend on sys.maxsize (issue6770)
stable
|
Fri, 02 Dec 2022 05:11:53 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in `remote(...)` revset
|
Thu, 01 Dec 2022 02:14:40 +0100 |
Pierre-Yves David |
path: pass `path` to `peer` in the `outgoing` revset
|
Thu, 01 Dec 2022 01:37:41 +0100 |
Pierre-Yves David |
path: directly use the push_variant in the `outgoing` revset
|
Tue, 04 Oct 2022 12:34:50 -0400 |
Matt Harbison |
revset: handle wdir() in `sort(..., -topo)`
|
Mon, 03 Oct 2022 17:24:52 -0400 |
Matt Harbison |
revset: handle wdir() in `roots()`
|
Mon, 25 Jul 2022 05:30:06 +0200 |
Pierre-Yves David |
sort-revset: introduce a `random` variant
|
Wed, 08 Jun 2022 15:46:04 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Fri, 03 Jun 2022 17:18:46 +0200 |
Pierre-Yves David |
revset: fix the doc of "nodefromfile"
stable
|
Mon, 30 May 2022 16:18:12 +0200 |
Manuel Jacob |
node: stop converting binascii.Error to TypeError in bin()
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 18 Jun 2021 15:48:51 -0700 |
Martin von Zweigbergk |
ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
|
Sun, 11 Apr 2021 19:19:34 +0200 |
Pierre-Yves David |
revset: document the `outgoing` behavior if the path resolve to multiple urls
|
Fri, 30 Apr 2021 03:09:16 +0200 |
Joerg Sonnenberger |
core: don't hard-code hex node lengths
|
Thu, 15 Apr 2021 09:59:12 +0200 |
Pierre-Yves David |
revset: drop an outdated comment
|
Wed, 14 Apr 2021 20:21:11 +0200 |
Pierre-Yves David |
revset: use `get_unique_pull_path` for `remote(…)`
|
Sun, 11 Apr 2021 19:18:54 +0200 |
Pierre-Yves David |
outgoing: use `get_push_paths` in the revset too
|
Mon, 12 Apr 2021 06:34:54 +0200 |
Pierre-Yves David |
urlutil: extract `parseurl` from `hg` into the new module
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Wed, 17 Mar 2021 20:06:35 +0100 |
Pierre-Yves David |
revset: introduce a `nodefromfile` revset
|
Thu, 11 Mar 2021 17:26:49 +0100 |
Pierre-Yves David |
ui: pass a `ui` object to `paths.getpath`
|
Mon, 15 Feb 2021 14:48:36 -0500 |
Valentin Gatien-Baron |
sshpeer: enable+fix warning about sshpeers not being closed explicitly
|
Wed, 09 Dec 2020 20:22:25 -0800 |
Martin von Zweigbergk |
errors: raise InputError if an ambiguous revision id prefix is used
|
Tue, 01 Dec 2020 21:54:46 +0100 |
Joerg Sonnenberger |
node: import symbols explicitly
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Sat, 17 Oct 2020 13:00:04 +0900 |
Yuya Nishihara |
revset: rename diff(pattern) to diffcontains(pattern)
stable
|
Tue, 08 Sep 2020 18:16:24 +0900 |
Yuya Nishihara |
revset: add diff(pattern) predicate for "grep --diff"
|
Fri, 09 Oct 2020 19:19:10 +0900 |
Yuya Nishihara |
revset: fix sorting key of wdir revision
|
Thu, 08 Oct 2020 16:14:06 +0200 |
Pierre-Yves David |
revset: add a `node` key for sorting
|
Wed, 09 Sep 2020 11:51:51 +0900 |
Yuya Nishihara |
revset: remove indirect indexing of status tuple
|
Mon, 18 May 2020 14:59:59 -0400 |
Augie Fackler |
mergestate: split out merge state handling code from main merge module
|
Wed, 15 Apr 2020 19:24:21 +0900 |
Yuya Nishihara |
revset: remove explicit sort() from unstable()
|
Fri, 10 Apr 2020 22:23:44 +0800 |
Anton Shestakov |
revset: implement a simple 'foo#generations' expression
|
Fri, 10 Apr 2020 22:22:09 +0800 |
Anton Shestakov |
revset: rename generationsrel() to generationssubrel()
|
Mon, 13 Apr 2020 12:18:29 -0400 |
Matt Harbison |
revset: mark `extinct()` experimental
|
Mon, 13 Apr 2020 12:17:52 -0400 |
Matt Harbison |
revset: mark `successors()` experimental
|
Mon, 13 Apr 2020 12:13:22 -0400 |
Matt Harbison |
revset: mark `obsolete()` experimental
|
Mon, 13 Apr 2020 01:19:09 -0400 |
Matt Harbison |
revset: import `unstable()` from the evolve extension
|
Sat, 21 Mar 2020 13:42:08 +0900 |
Yuya Nishihara |
revset: leverage internal _rev() function to implement rev()
|
Sat, 21 Mar 2020 13:39:39 +0900 |
Yuya Nishihara |
revset: fix crash by repo.revs('%d', tip + 1)
|
Sat, 21 Mar 2020 13:27:47 +0900 |
Yuya Nishihara |
revset: allow repo.revs('%d', wdirrev)
|
Fri, 06 Mar 2020 13:27:41 -0500 |
Augie Fackler |
cleanup: run pyupgrade on our source tree to clean up varying things
|
Wed, 29 Jan 2020 11:30:35 -0800 |
Martin von Zweigbergk |
revset: add a revset for parents in merge state
|
Fri, 27 Dec 2019 19:00:38 -0500 |
Matt Harbison |
revset: drop some unused code in the `remote` revset
|
Tue, 19 Nov 2019 14:04:09 -0500 |
Matt Harbison |
revset: add an assertion to help pytype
|
Thu, 14 Nov 2019 15:28:08 -0500 |
Augie Fackler |
revset: use field names instead of field numbers on scmutil.status
|
Wed, 30 Oct 2019 00:00:21 -0700 |
Martin von Zweigbergk |
revset: simplify checkstatus() by using any()
|
Sat, 09 Nov 2019 13:23:53 +0100 |
Pierre-Yves David |
index: use `index.get_rev` in `revset._mapbynodefunc`
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Mon, 07 Oct 2019 00:04:04 -0400 |
Gregory Szorc |
py3: finish porting iteritems() to pycompat and remove source transformer
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Thu, 18 Jul 2019 17:10:38 +0800 |
Anton Shestakov |
revset: drop argument when it's None
|
Sun, 09 Jun 2019 22:23:41 +0900 |
Yuya Nishihara |
revset: fix merge() to fall back to changectx API if wdir specified
|
Sun, 09 Jun 2019 22:18:22 +0900 |
Yuya Nishihara |
revset: use nullrev constant in merge()
|
Tue, 30 Apr 2019 15:15:57 +0900 |
Yuya Nishihara |
revset: populate wdir() by its hash or revision number
|
Tue, 30 Apr 2019 15:10:07 +0900 |
Yuya Nishihara |
revset: extract private constant of {nullrev, wdirrev} set
|
Fri, 05 Apr 2019 14:30:52 -0400 |
Jordi Gutiérrez Hermoso |
revset: short docstring for checkstatus
|
Sun, 31 Mar 2019 09:39:02 -0700 |
Martin von Zweigbergk |
revset: remove comment about linkrev workaround from user-facing docs
|
Mon, 18 Mar 2019 19:31:45 +0300 |
Pulkit Goyal |
branchcache: introduce hasbranch()
|
Mon, 18 Mar 2019 19:01:29 +0300 |
Pulkit Goyal |
branchcache: rename itervalues() to iterheads()
|
Wed, 13 Feb 2019 18:17:42 +0530 |
Navaneeth Suresh |
revset: improve documentation on expectsize()
|
Sun, 03 Feb 2019 19:10:39 +0530 |
Navaneeth Suresh |
revset: add expectsize to check the size of a set
|
Sat, 09 Feb 2019 22:50:53 -0800 |
Martin von Zweigbergk |
match: delete unused root and cwd arguments from {always,never,exact}() (API)
|
Sun, 27 Jan 2019 13:37:37 +0900 |
Yuya Nishihara |
revset: leverage getintrange() helper in relation-subscript operation (API)
|
Sun, 27 Jan 2019 13:28:45 +0900 |
Yuya Nishihara |
revset: allow to parse single integer as a range
|
Sun, 27 Jan 2019 13:18:53 +0900 |
Yuya Nishihara |
revset: extract a helper to parse integer range
|
Fri, 25 Jan 2019 23:36:23 -0800 |
Martin von Zweigbergk |
cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
|
Sat, 26 Jan 2019 12:21:20 +0800 |
Anton Shestakov |
revset: move dagop.maxlogdepth usage to generationsrel()
|
Tue, 15 Jan 2019 22:57:09 +0800 |
Anton Shestakov |
revset: support ranges in #generations relation
|
Fri, 18 Jan 2019 14:21:47 +0100 |
Boris Feld |
revset: introduce an internal `_rev` predicate for '%d' usage
stable
|
Mon, 14 Jan 2019 17:10:51 +0100 |
Boris Feld |
revset: use changelog's `headrevs` method to compute heads
|
Mon, 14 Jan 2019 16:53:55 +0100 |
Boris Feld |
revset: inline parents computation to reuse the input argument
|
Fri, 04 Jan 2019 13:41:21 +0100 |
Boris Feld |
revset: introduce an API that avoids `formatspec` input serialization
|
Thu, 13 Dec 2018 17:18:57 +0800 |
Anton Shestakov |
revset: move subscript relation functions to its own dict
|
Mon, 05 Nov 2018 09:09:48 -0800 |
Martin von Zweigbergk |
revsets: make bookmark/named('re:nonexistent') not abort (issue6018) (BC)
|
Thu, 11 Oct 2018 03:13:53 +0200 |
Boris Feld |
revset: document the `revset(...)` syntax
|
Wed, 26 Sep 2018 20:33:09 +0900 |
Yuya Nishihara |
merge with stable
|
Tue, 25 Sep 2018 16:32:38 -0400 |
Valentin Gatien-Baron |
revset: make heads(commonancestors(x + x^)) be x^, not x
stable
|
Tue, 25 Sep 2018 16:18:43 -0400 |
Valentin Gatien-Baron |
revset: reword commonancestor()'s help
stable
|
Tue, 25 Sep 2018 16:14:57 -0400 |
Valentin Gatien-Baron |
revset: remove part of the commonancestors() comment
stable
|
Tue, 25 Sep 2018 16:05:21 -0400 |
Valentin Gatien-Baron |
revset: make commonancestors(x + x^) be ::(x^), not ::x
stable
|
Sat, 25 Aug 2018 20:16:28 +0900 |
Yuya Nishihara |
revset: expand bookmark(.) to the active bookmark
|
Thu, 23 Aug 2018 01:48:26 +0200 |
Boris Feld |
phase: expose a `_phase(idx)` revset
|
Thu, 02 Aug 2018 13:35:13 -0700 |
Martin von Zweigbergk |
help: add quotes to a few commands we point to
|
Thu, 12 Jul 2018 23:07:29 +0900 |
Yuya Nishihara |
revset: special case commonancestors(none()) to be empty set
|
Tue, 10 Jul 2018 23:01:53 +0900 |
Yuya Nishihara |
revset: clarify heads() order doesn't matter while computing common ancestors
|
Tue, 26 Jun 2018 15:26:21 -0700 |
Sean Farley |
revset: add optimization for heads(commonancestors())
|
Mon, 18 Jun 2018 19:41:54 -0700 |
Sean Farley |
revsets: add commonancestors revset
|
Fri, 06 Jul 2018 21:49:25 +0900 |
Yuya Nishihara |
diffutil: move the module out of utils package
|
Fri, 06 Jul 2018 21:41:36 +0900 |
Yuya Nishihara |
diffutil: remove diffopts() in favor of diffallopts()
|
Sun, 10 Jun 2018 17:07:29 +0900 |
Yuya Nishihara |
pycompat: move rapply() from util
|
Sat, 23 Jun 2018 14:37:10 +0200 |
Boris Feld |
revset: pass an explicit `diffopts` objet to context.diff
|
Fri, 29 Jun 2018 23:13:23 +0900 |
Yuya Nishihara |
revset: add partial support for ancestor(wdir())
|
Tue, 22 May 2018 15:02:52 +0200 |
Boris Feld |
context: explicitly take diffopts in `context.diff` (API)
|
Sat, 16 Jun 2018 23:26:40 +0900 |
Yuya Nishihara |
revset: move lookup of first ancestor() candidate out of the loop
|
Sat, 16 Jun 2018 23:21:47 +0900 |
Yuya Nishihara |
revset: leverage orset() to flatten ancestor() arguments
|
Sat, 16 Jun 2018 23:12:41 +0900 |
Yuya Nishihara |
revset: remove orphan i18n comment from ancestor()
|
Wed, 27 Jun 2018 23:39:41 +0900 |
Yuya Nishihara |
revset: fix heads() order to always follow the input set (BC)
|
Mon, 11 Jun 2018 11:37:21 -0700 |
Martin von Zweigbergk |
revsets: define a none() revset
|
Wed, 06 Jun 2018 13:31:24 -0400 |
Augie Fackler |
merge with stable
|
Mon, 07 May 2018 14:32:55 -0700 |
Martin von Zweigbergk |
revset: use resolvehexnodeidprefix() in id() predicate (BC)
|
Mon, 07 May 2018 14:32:43 -0700 |
Martin von Zweigbergk |
revset: make id() an empty set for ambiguous nodeid (BC)
|
Fri, 11 May 2018 20:10:22 +0900 |
Yuya Nishihara |
revset: pass in lookup function to matchany() (issue5879)
stable
|
Sat, 14 Apr 2018 12:57:32 +0900 |
Yuya Nishihara |
revset: pass in lookup function instead of repo (API)
|
Sat, 14 Apr 2018 12:44:40 +0900 |
Yuya Nishihara |
revset: drop support for posttreebuilthook() (API)
|
Thu, 05 Apr 2018 17:58:58 +0200 |
Boris Feld |
stack: follow-up on the stack revset
|
Sun, 01 Apr 2018 22:48:32 -0700 |
Martin von Zweigbergk |
revset: use revsymbol() for checking if a symbol is valid
|
Mon, 02 Apr 2018 16:18:33 -0700 |
Martin von Zweigbergk |
scmutil: add method for looking up a context given a revision symbol
|
Mon, 02 Apr 2018 09:16:52 -0700 |
Martin von Zweigbergk |
revset: drop support for '' as alias for '.'
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Fri, 19 Jan 2018 16:52:02 +0100 |
Boris Feld |
stack: import Evolve stack test file
|
Thu, 15 Feb 2018 17:18:26 +0100 |
Boris Feld |
util: extract all date-related utils in utils/dateutil module
|
Fri, 02 Mar 2018 11:37:41 -0500 |
Augie Fackler |
revset: use %d to turn an int into a bytestr
|
Fri, 02 Mar 2018 11:37:21 -0500 |
Augie Fackler |
revset: use {force,}bytestr to fix some %r formatting issues
|
Mon, 05 Feb 2018 12:59:57 +0530 |
Pulkit Goyal |
py3: use .startswith() instead of bytes[0]
|
Sat, 27 Jan 2018 17:46:37 +0900 |
Yuya Nishihara |
py3: drop b'' from repr() of smartset
|
Fri, 02 Feb 2018 23:48:25 -0500 |
Matt Harbison |
revset: drop deprecated evolution predicates
|
Sun, 28 Jan 2018 14:08:59 -0500 |
Matt Harbison |
revset: evaluate filesets against each revision for 'file()' (issue5778)
stable
|
Thu, 04 May 2017 02:28:19 +0200 |
Boris Feld |
revset: use 'tiprev' when appropriate
|
Thu, 14 Dec 2017 15:03:55 -0800 |
Hollis Blanchard |
outgoing: respect ":pushurl" paths (issue5365)
|
Sun, 10 Dec 2017 04:48:12 +0530 |
Pulkit Goyal |
py3: handle keyword arguments correctly in revset.py
|
Fri, 08 Dec 2017 14:20:34 -0800 |
Jun Wu |
revset: use phasecache.getrevset to calculate public()
|
Thu, 22 Sep 2016 19:41:42 +0900 |
Yuya Nishihara |
revset: make follow() accept empty startrev
|
Thu, 22 Sep 2016 19:40:07 +0900 |
Yuya Nishihara |
revset: alias follow(startrev=rev) to ancestors(rev)
|
Thu, 22 Sep 2016 19:35:36 +0900 |
Yuya Nishihara |
revset: make follow() accept keyword arguments
|
Thu, 22 Sep 2016 19:11:26 +0900 |
Yuya Nishihara |
revset: make follow() accept multiple startrevs
|
Sun, 22 Oct 2017 18:57:42 +0900 |
Yuya Nishihara |
dagop: add smartset interface to filectxancestors()
|
Thu, 22 Sep 2016 18:23:58 +0900 |
Yuya Nishihara |
dagop: extend filectxancestors() to walk multiple files
|
Thu, 22 Sep 2016 17:48:46 +0900 |
Yuya Nishihara |
dagop: yield intro filectx by filectxancestors()
|
Thu, 22 Sep 2016 17:16:53 +0900 |
Yuya Nishihara |
dagop: copy basefilectx.ancestors() to free function
|
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()
|