Skip to content

Instantly share code, notes, and snippets.

@hirayama-evolni
Created July 2, 2014 09:08
Show Gist options
  • Save hirayama-evolni/3278246d7fc097fff9f7 to your computer and use it in GitHub Desktop.
Save hirayama-evolni/3278246d7fc097fff9f7 to your computer and use it in GitHub Desktop.
TortoiseHgで、ファイルを既定のアプリで開く設定例
[editor-tools]
start.executable = cmd
start.args = /C start "" $FILE
[editor-patterns]
**.gif = start
**.jpg = start
**.png = start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment