Mercurial/情報
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
&tag(Mercurial,情報);
* 情報 [#cdbf772f]
- [[Mercurial - PukiWiki>http://ie.u-ryukyu.ac.jp/howto/i...
- [[Mercurial チートシート — Mercurial CheatSheet 0.0.1 d...
* [[文字コード]] [#of5e2d7b]
- [[Mercurial の文字コード設定 - 彷徨えるフジワラ>http://...
環境変数による Mercurial への文字コード指定方法は、大き...
HGENCODING 環境変数
ロケール系環境変数設定
* 設定 [#c8e227c9]
- [[hgrc>http://mercurial-users.jp/manual/hgrc.5.html#pat...
設定に関する問題が発生した場合、 hg config --debug を実...
設定されているのかを、 知ることができます。
- [[hg st や hg diff のColor表示 | 技術的生存報告記>http:...
.hgrc 等に以下を記述すると全体的に色がつきます。
[extensions]
color=
- [[ColorExtension - Mercurial>https://www.mercurial-scm....
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
- [[hgrc - Configuration files for Mercurial>http://www.s...
- [[Git使いがMercurial使いに転職するとき設定しておくべきM...
Mercurialでもhg infoを実現するInfo Extensionが作られてい...
モジュール(info.py)をダウンロードして設定します。
[extensions]
color =
[extensions]
info = /path/to/info.py
[extensions]
graphology =
** テンプレート [#ec386f86]
[paths]
default = ssh://hg@bitbucket.org/<username>/<repository>
[extensions]
color=
info = /path/to/info.py
[color]
status.modified = blue bold underline white_background
[auth]
zyx.prefix = https://www.zyx3000.com
zyx.username = {username}
* 認証 [#fb6984f0]
- [[Mekk / mercurial_keyring — Bitbucket>https://bitbucke...
Mercurial Keyring is a Mercurial extension used to secur...
authentication passwords in password databases
** [[macOS]] [#ud9d4b46]
- [[MacでMercurialのHTTPS認証のパスワードをキーチェーンに...
別の方法としてmercurial_keyringを使う方法がある。
これならパスワードはキーチェーンに保存される。
- [[Mercurial]]を更新すると、無効になってしまう?一旦削除...
$ pip2.7 uninstall mercurial_extension_utils
$ pip2.7 uninstall keyring
$ pip2.7 uninstall mercurial_keyring
$ pip2.7 install --user mercurial_keyring
終了行:
#contents
&tag(Mercurial,情報);
* 情報 [#cdbf772f]
- [[Mercurial - PukiWiki>http://ie.u-ryukyu.ac.jp/howto/i...
- [[Mercurial チートシート — Mercurial CheatSheet 0.0.1 d...
* [[文字コード]] [#of5e2d7b]
- [[Mercurial の文字コード設定 - 彷徨えるフジワラ>http://...
環境変数による Mercurial への文字コード指定方法は、大き...
HGENCODING 環境変数
ロケール系環境変数設定
* 設定 [#c8e227c9]
- [[hgrc>http://mercurial-users.jp/manual/hgrc.5.html#pat...
設定に関する問題が発生した場合、 hg config --debug を実...
設定されているのかを、 知ることができます。
- [[hg st や hg diff のColor表示 | 技術的生存報告記>http:...
.hgrc 等に以下を記述すると全体的に色がつきます。
[extensions]
color=
- [[ColorExtension - Mercurial>https://www.mercurial-scm....
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
- [[hgrc - Configuration files for Mercurial>http://www.s...
- [[Git使いがMercurial使いに転職するとき設定しておくべきM...
Mercurialでもhg infoを実現するInfo Extensionが作られてい...
モジュール(info.py)をダウンロードして設定します。
[extensions]
color =
[extensions]
info = /path/to/info.py
[extensions]
graphology =
** テンプレート [#ec386f86]
[paths]
default = ssh://hg@bitbucket.org/<username>/<repository>
[extensions]
color=
info = /path/to/info.py
[color]
status.modified = blue bold underline white_background
[auth]
zyx.prefix = https://www.zyx3000.com
zyx.username = {username}
* 認証 [#fb6984f0]
- [[Mekk / mercurial_keyring — Bitbucket>https://bitbucke...
Mercurial Keyring is a Mercurial extension used to secur...
authentication passwords in password databases
** [[macOS]] [#ud9d4b46]
- [[MacでMercurialのHTTPS認証のパスワードをキーチェーンに...
別の方法としてmercurial_keyringを使う方法がある。
これならパスワードはキーチェーンに保存される。
- [[Mercurial]]を更新すると、無効になってしまう?一旦削除...
$ pip2.7 uninstall mercurial_extension_utils
$ pip2.7 uninstall keyring
$ pip2.7 uninstall mercurial_keyring
$ pip2.7 install --user mercurial_keyring
ページ名: