no command line to show history/revisions for a specific file?

Is there no command-line way to get a list a history of a file, like when you right-click on a file and click History? I’m just talking about the left-pane view you’d get in history, which would show you all the changesets/branch/comments. I’ve went through cm find revisions and it seems like you can just a list of files changed in a changeset, rather than all changes to a file across changesets. Nothing else in cm find seems to apply, either.

Update: And of course once I finally decided to post, I ran across it. It’s cm hist

I think cm history --help is what you want!

Oh you found it!! :smile: Nice!