[Bug 5467] New: revset date could filter for changeset date if revision or hash is passed

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Wed Jan 18 14:34:45 UTC 2017


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

            Bug ID: 5467
           Summary: revset date could filter for changeset date if
                    revision or hash is passed
           Product: Mercurial
           Version: unspecified
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: revset
          Assignee: bugzilla at mercurial-scm.org
          Reporter: Bastian.Wassermann at multivac.de
                CC: mercurial-devel at selenic.com

In our company we have a very extended branch-per-feature strategy. For this
strategy we need a revset filter with a filter for all changesets after a date
of a changeset. Don't know how exactly this function could be combined with the
">" or " to " strings for a real string timestamp. Maybe it is possible to
offer a revset date function with two arguments.

For example:
date(">", 0a1b2c3d)
or for a range
date(ab12cd34, 0a1b2c3d)

I don't know if this revset filter is too tricky or constructed, but in my case
i don't know how to filter our repository for changesets commited after that
timestamp of a version. And i don't know a workaround for that issue. It is not
possible with revision numbers, because, we pull our repositories in a chaotic
manner.

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


More information about the Mercurial-devel mailing list