[Bug 5411] New: hg log -f can miss changesets

bugzilla at mercurial-scm.org bugzilla at mercurial-scm.org
Thu Nov 3 23:19:44 UTC 2016


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

            Bug ID: 5411
           Summary: hg log -f can miss changesets
           Product: Mercurial
           Version: default branch
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at selenic.com
          Reporter: arcppzju+hgbug at gmail.com
                CC: mercurial-devel at selenic.com

In the mercurial repo,

   hg log -f -r 15efc1d06143 doc/Makefile

Expected:

  15efc1d06143 is printed because it modified doc/Makefile

Actual:

  15efc1d06143 is not printed.

Note that "hg annotate -r 15efc1d06143 -c doc/Makefile" includes 15efc1d06143
in two lines correctly.

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


More information about the Mercurial-devel mailing list