mercurial - cannot get "hg log file" to display anything -



mercurial - cannot get "hg log file" to display anything -

i want find out alter sets have modifications file called wrapper.cpp.

i have tried "hg log [relative_path_to_file]wrapper.cpp"

i have tried changing directories [relative_path_to_file] , "hg log wrapper.cpp"

neither gives me output.

i on windows.

what doing wrong?

mercurial case sensitive. sure case on file name you're entering command matches how it's committed? "hg manifest" should help check.

mercurial

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -