Tagged Questions
1
vote
3answers
246 views
How to force a diff format for TextMate?
I have this alias:
alias hgd='hg diff|mate'
The problem is that for some reason the temporary file thus created will be a .txt, while I'd need it to have the diff syntax highlight.
If I manually ...