[Bug 4307] New: hg log filename' does not show tip cset

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Thu Jul 17 10:01:03 CDT 2014


http://bz.selenic.com/show_bug.cgi?id=4307

          Priority: normal
            Bug ID: 4307
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: hg log filename' does not show tip cset
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: faheem at faheem.info
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.0.1
         Component: Mercurial
           Product: Mercurial

Created attachment 1781
  --> http://bz.selenic.com/attachment.cgi?id=1781&action=edit
Test repository exhibiting the problem

For the test repository, observe the following:

faheem at orwell:~/test-evolve$ hg log -vG  -r 23 --stat --hidden
@  changeset:   23:b2966c6c2bba
|  tag:         tip
|  user:        Faheem Mitha <faheem at faheem.info>
|  date:        Fri Jul 11 18:46:37 2014 +0530
|  files:       bar
|  description:
|  New file bar
|
|
|   bar |  3 +++
|   1 files changed, 3 insertions(+), 0 deletions(-)
|

faheem at orwell:~/test-evolve$ hg log -vG  -r 23 bar --stat --hidden
[Returns nothing]

Bar was created in cset 23, 
but `hg log bar` and variations returns nothing.

faheem at orwell:~/test-evolve$ hg phase -r 23
23: public

faheem at orwell:~/test-evolve$ hg --version
Mercurial Distributed SCM (version 3.0.1)

This was also mentioned in an email to mercurial at selenic.com, with the title 
'hg log filename' does not show tip cset
that was sent today. But at time of writing this does not show up in the
mailing list archives.

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


More information about the Mercurial-devel mailing list