view doc/ja/hgmerge.1.ja.txt @ 2161:12e11413ca19

Fix just introduced possible old-http bug My last patch changed httprangereader.read to read only the specified amount of data from the connection, to prevent it from returning more than what was asked. I just realized that this could lead to the connection not being closed. In practice, it looks like the connection is closed just fine, but it's probably safer to read everything and then return only what's necessary.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sun, 30 Apr 2006 18:50:53 +0200
parents 874efc57e00a
children 345bac2bc4ec
line wrap: on
line source

HGMERGE(1)
==========
Matt Mackall <mpm@selenic.com>
v0.1, 27 May 2005

名前
--
hgmerge - Mercurial ソースコード管理システムでファイルをマージする
のに使われるデフォルトのラッパー

書式
--
'hgmerge' local ancestor remote

説明
--
hgmerge(1) コマンドは Mercurial システムでファイルをマージするため
のグラフィカルなインターフェイスを提供します。これは kdiff3,
merge(1), tkdiff(1), または単純に diff(1) と patch(1) のラッパーで、
どれがシステム上にあるかに依存します。

hgmerge(1) は Mercurial ソースコード管理システムで環境変数
HGMERGE が設定されていない場合に使われます。

著者
--
Vincent Danjean <Vincent.Danjean@free.fr> によって書かれました。

関連情報
--
hg(1) - Mercurial システムへのコマンドラインインターフェイス

著作権情報
----
Copyright (C) 2005 Matt Mackall.
このソフトウェアの自由な使用は GNU 一般公有使用許諾 (GPL) のもとで
認められます。