windows:mercurial

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
windows:mercurial [2019/08/19 06:46] ともやんwindows:mercurial [2020/07/14 07:51] ともやん
行 3: 行 3:
 ===== TortoiseHg のインストール ===== ===== TortoiseHg のインストール =====
 TortoiseHg を以下のページよりダウンロード\\ TortoiseHg を以下のページよりダウンロード\\
-  - [[http://tortoisehg.bitbucket.org/ja/|TortoiseHg]]の[[http://tortoisehg.bitbucket.org/ja/download/index.html|ダウンロード]]をクリックし、[[http://bitbucket.org/tortoisehg/files/downloads/tortoisehg-3.4.1-x64.msi| tortoisehg-3.4.1-x64.msi(64ビット版)]]または[[http://bitbucket.org/tortoisehg/files/downloads/tortoisehg-3.4.1-x86.msi| tortoisehg-3.4.1-x86.msi(32ビット版)]]をダウンロードする。+  - [[https://www.mercurial-scm.org/|Mercurial SCM]]の[[https://www.mercurial-scm.org/downloads|Download]]をクリックし、[[https://www.mercurial-scm.org/release/tortoisehg/windows/tortoisehg-5.4.2-x64.msi|TortoiseHg 5.4.2 MSI installer - x64 Windows]]をダウンロードする。
   - tortoisehg-x.x.x-xxx.msi をダブルクリックして実行し、[Next]ボタンをクリックして行きインストールする。   - tortoisehg-x.x.x-xxx.msi をダブルクリックして実行し、[Next]ボタンをクリックして行きインストールする。
   - ポップアップメニューを日本語化するために、インストール先のregファイル(*1)を実行する。(ログオンし直すか再起動すると日本語化される)\\ *1 regファイルパス<code>C:\Program Files\TortoiseHg\i18n\cmenu\thg-cmenu-ja.reg</code>   - ポップアップメニューを日本語化するために、インストール先のregファイル(*1)を実行する。(ログオンし直すか再起動すると日本語化される)\\ *1 regファイルパス<code>C:\Program Files\TortoiseHg\i18n\cmenu\thg-cmenu-ja.reg</code>
  
-===== ファイル名をutf-8で扱うように設定 ====+===== ファイル名をutf-8で扱うように設定 =====
  
 ==== 設定ファイルの編集 ==== ==== 設定ファイルの編集 ====
行 20: 行 20:
  
 [ui] [ui]
-username = Tomoyan <tomoyan@example.com>+username = TomoYan <tomoyan@example.com>
  
 [extdiff] [extdiff]
行 29: 行 29:
 extdiff = extdiff =
 </code> </code>
 +
 ==== Mercurial のエンコードを UTF-8 に設定 ==== ==== Mercurial のエンコードを UTF-8 に設定 ====
   - SystemPropertiesAdvanced.exe を起動する。   - SystemPropertiesAdvanced.exe を起動する。
行 48: 行 49:
 <code> <code>
 [ui] [ui]
-username = Tomoyan <tomoyan@example.com>+username = TomoYan <tomoyan@example.com>
  
 [extensions] [extensions]
 fixutf8 = C:\hg-fixutf8\fixutf8.py fixutf8 = C:\hg-fixutf8\fixutf8.py
 </code> </code>
 +
 ==== Mercurial のエンコードを UTF-8 に設定 ==== ==== Mercurial のエンコードを UTF-8 に設定 ====
   - 「コントロール パネル」-「システムとセキュリティ」-「システム」-「システムの詳細設定」を開く。   - 「コントロール パネル」-「システムとセキュリティ」-「システム」-「システムの詳細設定」を開く。
行 60: 行 62:
 ===== 参考文献 ===== ===== 参考文献 =====
 [[http://www.asukaze.net/etc/vcs/hg-fixutf8.html|TortoiseHg で日本語ファイル名 - あすかぜ・ねっと]]\\ [[http://www.asukaze.net/etc/vcs/hg-fixutf8.html|TortoiseHg で日本語ファイル名 - あすかぜ・ねっと]]\\
 +
  • windows/mercurial.txt
  • 最終更新: 2023/07/28 09:37
  • by ともやん