python:mercurial

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:mercurial [2020/04/27 00:08] ともやんpython:mercurial [2020/12/16 06:00] – [インストール] ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre, #mincode pre { 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre { 
-      height: 400px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ====== Mercurial - 分散型バージョン管理システム ====== ====== Mercurial - 分散型バージョン管理システム ======
 +本家: [[https://www.mercurial-scm.org/|Mercurial SCM]]\\
  
 ===== 前提条件 ===== ===== 前提条件 =====
行 34: 行 12:
 $ sudo yum install gcc python-devel $ sudo yum install gcc python-devel
 </code> </code>
 +
 ===== インストール ===== ===== インストール =====
 **pip** によるインストール。\\ **pip** によるインストール。\\
行 39: 行 18:
 $ sudo pip install mercurial $ sudo pip install mercurial
 </code> </code>
 +<WRAP prewrap 100% #result>
 +<code>
 +WARNING: Running pip install with root privileges is generally not a good idea. Try `pip install --user` instead.
 +Collecting mercurial
 +  Downloading https://files.pythonhosted.org/packages/79/54/ccc37f1f55b91d48ed1de38ffbb81e32697dc69accea017c8faad21360bf/mercurial-5.3.2.tar.gz (7.5MB)
 +     |████████████████████████████████| 7.5MB 1.2MB/s
 +Installing collected packages: mercurial
 +  Running setup.py install for mercurial ... done
 +Successfully installed mercurial-5.3.2
 +</code>
 +</WRAP>
  
 **dnf** によるインストール。\\ **dnf** によるインストール。\\
 <code> <code>
-$ sudo dnf install mercurial+$ sudo dnf install mercurial-py3
 </code> </code>
-<WRAP prewrap 100% #result>+<WRAP prewrap 100% #result_long>
 <code> <code>
-メタデータの期限切れの最終確認: 0:00:36 時間前の 2020年0427日 000418秒 に実施しました。+メタデータの期限切れの最終確認: 3:17:37 時間前の 2020年1216日 024145秒 に実施しました。
 依存関係が解決しました。 依存関係が解決しました。
-===================================================================================== +==================================================================================================== 
- Package             Architecture     Version                 Repository        Size + Package                     Architecture        Version                 Repository            Size 
-=====================================================================================+====================================================================================================
 インストール: インストール:
- mercurial           x86_64           4.9-2.fc31              fedora           4.M+ mercurial-py3               x86_64              5.2-5.fc32              updates              3.9 
 +依存関係のインストール: 
 + mercurial-lang              x86_64              5.2-5.fc32              updates              1.M
  
 トランザクションの概要 トランザクションの概要
-===================================================================================== +==================================================================================================== 
-インストール  パッケージ+インストール  パッケージ
  
-ダウンロードサイズの合計: 4.+ダウンロードサイズの合計: 4.
-インストール済みのサイズ: 24 M+インストール済みのサイズ: 23 M
 これでよろしいですか? [y/N]: y これでよろしいですか? [y/N]: y
 パッケージのダウンロード: パッケージのダウンロード:
-mercurial-4.9-2.fc31.x86_64.rpm                      1.MB/s | 4.MB     00:03 +(1/2): mercurial-lang-5.2-5.fc32.x86_64.rpm                         3.6 MB/s | 1.0 MB     00:00 
-------------------------------------------------------------------------------------- +(2/2): mercurial-py3-5.2-5.fc32.x86_64.rpm                          6.5 MB/s | 3.MB     00:00 
-合計                                                 1.MB/s | 4.MB     00:04+---------------------------------------------------------------------------------------------------- 
 +合計                                                                4.MB/s | 4.MB     00:01
 トランザクションの確認を実行中 トランザクションの確認を実行中
 トランザクションの確認に成功しました。 トランザクションの確認に成功しました。
行 70: 行 63:
 トランザクションのテストに成功しました。 トランザクションのテストに成功しました。
 トランザクションを実行中 トランザクションを実行中
-  準備             :                                                             1/1 +  準備             :                                                                            1/1 
-  インストール中   : mercurial-4.9-2.fc31.x86_64                                 1/1 +  インストール中   : mercurial-lang-5.2-5.fc32.x86_64                                           1/
-  scriptletの実行中: mercurial-4.9-2.fc31.x86_64                                 1/1 +  インストール中   : mercurial-py3-5.2-5.fc32.x86_64                                            2/2 
-  検証             : mercurial-4.9-2.fc31.x86_64                                 1/1+  scriptletの実行中: mercurial-py3-5.2-5.fc32.x86_64                                            2/2 
 +  検証             : mercurial-lang-5.2-5.fc32.x86_64                                           1/2 
 +  検証             : mercurial-py3-5.2-5.fc32.x86_64                                            2/2
  
 インストール済み: インストール済み:
-  mercurial-4.9-2.fc31.x86_64+  mercurial-lang-5.2-5.fc32.x86_64                  mercurial-py3-5.2-5.fc32.x86_64
  
 完了しました! 完了しました!
行 85: 行 80:
 <code> <code>
 $ hg version $ hg version
-Mercurial - 分散構成管理ツール(バージョン 3.4.1+</code> 
-(詳細は http://mercurial.selenic.com を参照)+<WRAP prewrap 100% #result> 
 +<code> 
 +Mercurial - 分散構成管理ツール(バージョン 5.3.2
 +(詳細は https://mercurial-scm.org を参照)
  
-Copyright (C) 2005-2015 Matt Mackall  +Copyright (C) 2005-2020 Matt Mackall and others 
-本製品はフリーソフトウェアです。 +This is free software; see the source for copying conditions. There is NO 
-頒布条件に関しては同梱されるライセンス条項をお読みください。 +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-市場適合性や特定用途への可否を含め、 本製品は無保証です。+
 </code> </code>
 +</WRAP>
  
 ===== 使い方 ===== ===== 使い方 =====
  • python/mercurial.txt
  • 最終更新: 2024/03/14 09:30
  • by ともやん