TextMateでMercurialを使う準備

2009/10/13 00:00

※ 商品のリンクをクリックして何かを購入すると私に少額の報酬が入ることがあります【広告表示】

TextMateのMercurialバンドルについてのメモ

バンドルをとってきて有効にする。

    $ mkdir -p /Library/Application\ Support/TextMate/Bundles
    $ cd !$
    $ svn co http://svn.textmate.org/trunk/Bundles/Mercurial.tmbundle/
    $ osascript -e 'tell app "TextMate" to reload bundles'

あとは、プロジェクトドロワーでcontrol+shift+Mキーでメニューが起動する。

単なるメモ

Prev Entry

Next Entry