[Bug 5919] New: revset help includes successors() but not precursors() (and doesn't link the two)

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Thu Jun 14 19:51:50 UTC 2018


https://bz.mercurial-scm.org/show_bug.cgi?id=5919

            Bug ID: 5919
           Summary: revset help includes successors() but not precursors()
                    (and doesn't link the two)
           Product: Mercurial
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: gijskruitbosch+bugs at gmail.com
                CC: mercurial-devel at mercurial-scm.org

https://www.mercurial-scm.org/repo/hg/help/revsets includes

"successors(set)"
    All successors for set, including the given set themselves 

but not

"precursors(set)"

. It'd also be nice if both of these mentioned the 'inverse' revset operation
so you could find one if you knew the other.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list