Search code examples
tortoisehg

Exporting file status list from TortoiseHg workbench Commit view?


Summary: Does anyone know how to export the contents of the commit view of the TortoiseHg workbench to a text file?

Context: When I do a complex merge, I usually keep a merge log while working, and I would like to the contents of the commit view in the workbench as a text file. So: first column with "Stat", second column with "M", third column with "Filename".

What I tried: I tried selecting all lines in the view and copy + paste in a text file, but that doesn't work.

So: how can I copy that file list (including status and merge status prefix) to a text file? Or is there a Mercurial command that I can execute on the command line that shows the same (file + status + merge status)?

Thanks!


Solution

  • Well, you could open the terminal (menu Repository->Terminal, shorcut ctrl+shift+T) and type:

    hg status