windows:mercurial

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
最新のリビジョン両方とも次のリビジョン
windows:mercurial [2019/08/19 06:46] ともやんwindows:mercurial [2020/09/11 20:37] ともやん
行 1: 行 1:
 +<html>
 +  <style>
 +    #logo img {
 +      object-fit: cover;
 +      object-position: bottom;
 +      width: 370px;
 +      height: 68px;
 +    }
 +  </style>
 +</html>
 ====== TortoiseHg - Mercurial 分散型バージョン管理システム用ツール ====== ====== TortoiseHg - Mercurial 分散型バージョン管理システム用ツール ======
 +<WRAP #logo>
 +{{windows:tortoisehg_logo.png?370|TortoiseHg Logo}}
 +</WRAP>
 +**TortoiseHg** とは、Microsoft Windows(Windows Explorer とダイレクトに統合)、Mac OS、Linux 等で実行可能な Mercurial の GUI フロントエンドである。\\
 +PyQt(Windows シェル拡張を除く)で記述されている。\\
 +Microsoft Windows で Mercurial を使用する場合に推奨されている。\\
 +GNU General Public License の下でリリースされたフリーソフトウェアである。\\
 +TortoiseHg は、Git サーバのクライアントとして使用可能である。\\
 +[[wpjp>TortoiseHg|TortoiseHg - Wikipedia]] より\\
  
 ===== 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: 行 39:
  
 [ui] [ui]
-username = Tomoyan <tomoyan@example.com>+username = TomoYan <tomoyan@example.com>
  
 [extdiff] [extdiff]
行 29: 行 48:
 extdiff = extdiff =
 </code> </code>
 +
 ==== Mercurial のエンコードを UTF-8 に設定 ==== ==== Mercurial のエンコードを UTF-8 に設定 ====
   - SystemPropertiesAdvanced.exe を起動する。   - SystemPropertiesAdvanced.exe を起動する。
行 48: 行 68:
 <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: 行 81:
 ===== 参考文献 ===== ===== 参考文献 =====
 [[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 ともやん