Tag: Mercurial 情報
ロールバック†
- hgrc
設定に関する問題が発生した場合、 hg config --debug を実行することで、 どの設定項目が、 どのファイルで
設定されているのかを、 知ることができます。
- hg st や hg diff のColor表示 | 技術的生存報告記
.hgrc 等に以下を記述すると全体的に色がつきます。
[extensions]
color=
- ColorExtension - Mercurial
Default effects may be overriden from the .hgrc file:
[color]
status.modified = blue bold underline red_background
status.added = green bold
status.removed = red bold blue_background
status.deleted = cyan bold underline
status.unknown = magenta bold underline
status.ignored = black bold
典型例†
[paths]
default = ssh://hg@bitbucket.org/<username>/<repository>
[extensions]
color=
[color]
status.modified = blue bold underline white_background
[auth]
zyx.prefix = https://www.zyx3000.com
zyx.username = {username}