[issue2555] missing revision in hg log --follow on mac os x

alexgugel bugs at mercurial.selenic.com
Wed Dec 15 15:33:52 UTC 2010


New submission from alexgugel <alex.gugel at googlemail.com>:

IntelliJ Idea doesn't show all revisions of a file when doing "mercurial
show history".

IntelliJ uses the command "hg log --follow".

Without "follow" the revision shows up:

$ hg log club.jsp | grep c07edfa3abd3
Änderung:        7270:c07edfa3abd3

With "follow" the revision is missing:

$hg log --follow club.jsp  | grep c07edfa3abd3
--> nothing <--


My mercurial version is:

Mercurial Distributed SCM (version 1.7.1+20101116) Mac OS X 10.6 

Version 1.7.2 does the same.

A coworker using windows and version 1.7.1 doesn't have this problem.

----------
messages: 14671
nosy: agugel
priority: critical
status: unread
title: missing revision in hg log --follow on mac os x

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2555>
____________________________________________________


More information about the Mercurial-devel mailing list