python:mercurial

差分

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

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:mercurial [2020/04/27 00:12] ともやんpython:mercurial [2020/09/11 20:19] ともやん
行 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** によるインストール。\\
行 96: 行 75:
 <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 ともやん