atlassian sourcetree - How to view file contents as it was in a commit - Like `git show` -


briefly: what's sourcetree equivalent of:

git show 946a759:file.h


more thorougly:

  1. file.h did not change in commit 946a759, want see contents of file @ time of commit.

  2. i know could change log view - working copy view show all of files, find file in list, right-click on , choose "log selected", find commit (or next oldest one) but

    • that's cumbersome process
    • i don't want change log view's setup show files
    • it's difficult find random file in huge long list of files.

so i'd in log view master branch selected in left sidebar, find particular commit in tree, , equivalent of git show rev:anyfileiwant. i'd fine typing in path file.

i can't seem find way this?


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -