[Bug 5736] New: Not work log command with r option correctly

mercurial-bugs at mercurial-scm.org mercurial-bugs at mercurial-scm.org
Wed Nov 8 06:55:12 UTC 2017


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

            Bug ID: 5736
           Summary: Not work log command with r option correctly
           Product: Mercurial
           Version: 4.3.1
          Hardware: PC
                OS: Windows
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzilla at mercurial-scm.org
          Reporter: kuniie at forum8.co.jp
                CC: mercurial-devel at mercurial-scm.org

Following is output of log command in my test repository

> hg log
changeset:   2:1575a0e445ec
tag:         tip
user:        kuniie
date:        Wed Nov 08 15:11:37 2017 +0900
summary:     3rd commit

changeset:   1:ae52c76e2e80
user:        kuniie
date:        Wed Nov 08 15:11:09 2017 +0900
summary:     2nd commit

changeset:   0:b1b1db8d6924
user:        kuniie
date:        Wed Nov 08 15:10:46 2017 +0900
summary:     Add file

Then, I want to check revision 1 to 2. I execute following command.

> hg log -r 1:2
changeset:   2:1575a0e445ec
tag:         tip
user:        kuniie
date:        Wed Nov 08 15:11:37 2017 +0900
summary:     3rd commit

changeset:   1:ae52c76e2e80
user:        kuniie
date:        Wed Nov 08 15:11:09 2017 +0900
summary:     2nd commit

changeset:   0:b1b1db8d6924
user:        kuniie
date:        Wed Nov 08 15:10:46 2017 +0900
summary:     Add file

Why revision 0:b1b1db8d6924 is displayed in above command. Correctly
0:b1b1db8d6924 is not outputted when I above command.

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


More information about the Mercurial-devel mailing list