LoginSignup
1
1

More than 5 years have passed since last update.

MercurialのStatusとかLogを微妙に色付けする

Last updated at Posted at 2012-07-18

色付けすると見やすい!設定は~/.hgrcに次のように書いておく.

.hgrc
[extensions]
color =

[color]
mode = ansi

全然関係ない話ですが,hg serve -vというコマンドを使えば,別にターミナルからログ等を見なくても,ブラウザ上で見ることが出来る機能が使えるようになっています.

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1