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: bugzi...@mercurial-scm.org
          Reporter: kun...@forum8.co.jp
                CC: mercurial-devel@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.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to