# HG changeset patch # User "Hidetaka Iwai " # Date 2005-11-03 00:13:24 # Node ID a64fdaf60f9de8e3eade06c583b67fed6f35cf5d # Parent 08c7851969cc64fb85a802fd5f1e2a1ea4abb62a Added Japanese translations of manpages. diff --git a/doc/ja/Makefile b/doc/ja/Makefile new file mode 100644 --- /dev/null +++ b/doc/ja/Makefile @@ -0,0 +1,21 @@ +SOURCES=$(wildcard *.[0-9].ja.txt) +MAN=$(SOURCES:%.txt=%) +HTML=$(SOURCES:%.txt=%.html) + +all: man html + +man: $(MAN) + +html: $(HTML) + +%: %.xml + xmlto man $*.xml + +%.xml: %.txt + -asciidoc -d manpage -b docbook -f docbook.ja.conf $*.txt + +%.html: %.txt + asciidoc -b html4 $*.txt + +clean: + $(RM) $(MAN:%.ja=%) $(MAN:%=%.xml) $(MAN:%=%.html) diff --git a/doc/ja/docbook.ja.conf b/doc/ja/docbook.ja.conf new file mode 100644 --- /dev/null +++ b/doc/ja/docbook.ja.conf @@ -0,0 +1,583 @@ +# +# docbook.conf +# +# Asciidoc configuration file. +# Modified docbook backend for Japanese. +# + +[miscellaneous] +outfilesuffix=.xml +# Printable page width in pts. +pagewidth=380 +pageunits=pt + +[attributes] +basebackend=docbook +basebackend-docbook= + +[replacements] +# Line break markup is dropped (there is no DocBook line break tag). +(?m)^(.*)\s\+$=\1 +# Superscripts. +\^(.+?)\^=\1 +# Subscripts. +~(.+?)~=\1 + +[ruler-blockmacro] +# Only applies to HTML so don't output anything. + +[image-inlinemacro] + + + + + {1={target}} + + +[image-blockmacro] +{title} +{title%} + + + + + {1={target}} + +{title#} +{title%} + +[indexterm-inlinemacro] +# Inline index term. +# Generate separate index entries for primary, secondary and tertiary +# descriptions. +# Primary only. +{2%} +{2%} {1} +{2%} +# Primary and secondary. +{2#}{3%} +{2#}{3%} {1}{2} +{2#}{3%} +{2#}{3%} +{2#}{3%} {2} +{2#}{3%} +# Primary, secondary and tertiary. +{3#} + {1}{2}{3} +{3#} +{3#} + {2}{3} +{3#} +{3#} + {3} +{3#} + +[indexterm2-inlinemacro] +# Inline index term. +# Single entry index term that is visible in the primary text flow. + + {1} + +{1} + +[footnote-inlinemacro] +# Inline footnote. +{0} + +[callout-inlinemacro] +# Inline callout. + + +[tags] +# Bulleted, numbered and labeled list tags. +ilist={title?{title}}| +ilistitem=| +ilisttext=| +olist={title?{title}}| +olist2=| +olistitem=| +olisttext=| +vlist={title?{title}}| +vlistentry=| +vlistterm=| +vlisttext=| +vlistitem=| +# Horizontal labeled list (implemented with two column table). +# Hardwired column widths to 30%,70% because the current crop of PDF +# generators do not auto calculate column widths. +hlist=<{title?table}{title!informaltable}{id? id="{id}"} tabstyle="{style=hlabeledlist}" pgwide="0" frame="none" colsep="0" rowsep="0">{title?{title}}|<{title?/table}{title!/informaltable}> +hlistentry=| +hlisttext=| +hlistterm=| +hlistitem=| + +# Question and Answer list. +qlist={title?{title}}| +qlistentry=| +qlistterm=| +qlistitem=| +qlisttext=| +# Bibliography list. +blist=| +blistitem=| +blisttext=| +# Glossary list. +glist=| +glistentry=| +glistterm=| +glistitem=| +glisttext=| +# Callout list. +colist={title?{title}}| +colistitem=| +colisttext=| + +# Quoted text +emphasis=| +strong=| +monospaced=| +quoted={amp}#8220;|{amp}#8221; + +# Inline macros +[http-inlinemacro] +{0={name}:{target}} +[https-inlinemacro] +{0={name}:{target}} +[ftp-inlinemacro] +{0={name}:{target}} +[file-inlinemacro] +{0={name}:{target}} +[mailto-inlinemacro] +{0={target}} +#{target} +[link-inlinemacro] +{0={target}} +# anchor:id[text] +[anchor-inlinemacro] + +# [[id,text]] +[anchor2-inlinemacro] + +# [[[id]]] +[anchor3-inlinemacro] +[{1}] +# xref:id[text] +[xref-inlinemacro] +{0} +{2%} +# <> +[xref2-inlinemacro] +{2} +{2%} + + +# Special word macros +[emphasizedwords] +{words} +[monospacedwords] +{words} +[strongwords] +{words} + +# Paragraph substitution. +[paragraph] +{title} +{title%} +| +{title%} +{title#} +{empty} + +[admonitionparagraph] +<{name}{id? id="{id}"}>| + +[literalparagraph] +# The literal block employs the same markup. +template::[literalblock] + +[verseparagraph] +template::[verseblock] + +# Delimited blocks. +[literalblock] +{title} + +| + +{title#} + +[listingblock] +{title} + +| + +{title#} + +[verseblock] +{title} +{title%} +{title#} +| + +{title#} + +[sidebarblock] + +{title} +| + + +[backendblock] +| + +[quoteblock] +# The epigraph element may be more appropriate than blockquote. + +{title} + +{attribution} +{citetitle} + +| + + +[exampleblock] +<{title?example}{title!informalexample}{id? id="{id}"}> +{title} +| + + +[admonitionblock] +<{name}{id? id="{id}"}> +{title} +| + + +# Tables. +[tabledef-default] +template=table +colspec= +bodyrow=| +bodydata=| + +[table] +<{title?table}{title!informaltable}{id? id="{id}"} pgwide="0" +frame="{frame=topbot}" +{grid%rowsep="0" colsep="0"} +{eval:\{"none":"rowsep=\"0\" colsep=\"0\"", "cols":"rowsep=\"0\" colsep=\"1\"", "all":"rowsep=\"1\" colsep=\"1\"", "rows":"rowsep=\"1\" colsep=\"0\"" \}["{grid}"]} +> +{title} + +{colspecs} +{headrows#} +{headrows} +{headrows#} +{footrows#} +{footrows} +{footrows#} + +{bodyrows} + + + + +[specialsections] +ifdef::doctype-article[] +^Abstract$=sect-abstract +endif::doctype-article[] + +ifdef::doctype-book[] +^Colophon$=sect-colophon +^Dedication$=sect-dedication +^Preface$=sect-preface +endif::doctype-book[] + +^Index$=sect-index +^(Bibliography|References)$=sect-bibliography +^Glossary$=sect-glossary +^Appendix [A-Z][:.](?P.*)$=sect-appendix + +# Special sections. +[sect-preface] +<preface{id? id="{id}"}> +<title>{title} +| + + +[sect-index] + +{title} +| + + +[sect-bibliography] + +{title} +| + + +[sect-glossary] + +{title} +| + + +[sect-appendix] + +{title} +| + + + +[header-declarations] + + + +#------------------------- +# article document type +#------------------------- +ifdef::doctype-article[] + +[header] +template::[header-declarations] + +
+{doctitle#} + {doctitle} + {date} + {authored#} + {firstname} + {middlename} + {lastname} +
{email}
+ {authored#}
+ +# If file named like source document with -revhistory.xml suffix exists +# include it as the document history, otherwise use current revision. +{revisionhistory#}{include:{docdir}/{docname}-revhistory.xml} +{revisionhistory%}{revision}{date}{revremark?{revremark}} + + {companyname} +{doctitle#}
+ +[footer] +
+ +[preamble] +# Untitled elements between header and first section title. +| + +[sect-abstract] + +| + + +[sect1] + +{title} +| + + +[sect2] + +{title} +| + + +[sect3] + +{title} +| + + +[sect4] + +{title} +| + + +endif::doctype-article[] + +#------------------------- +# manpage document type +#------------------------- +ifdef::doctype-manpage[] + +[replacements] +# The roff format does not substitute special characters so just print them as +# text. +\(C\)=(C) +\(TM\)=(TM) + +[header] +template::[header-declarations] + + +{mantitle} +{manvolnum} + + + {manname} + {manpurpose} + + +[footer] + + +# Section macros +[sect-synopsis] + +| + + +[sect1] + +{title} +| + + +[sect2] + +{title} +| + + +[sect3] + +{title} +| + + +endif::doctype-manpage[] + +#------------------------- +# book document type +#------------------------- +ifdef::doctype-book[] + +[header] +template::[header-declarations] + + +{doctitle#} + {doctitle} + {date} + {authored#} + {firstname} + {middlename} + {lastname} +
{email}
+ {authored#}
+ +# If file named like source document with -revhistory.xml suffix exists +# include it as the document history, otherwise use current revision. +{revisionhistory#}{include:{docdir}/{docname}-revhistory.xml} +{revisionhistory%}{revision}{date}{revremark?{revremark}} + + {companyname} +{doctitle#}
+ +[footer] +
+ +[preamble] +# Preamble is not allowed in DocBook book so wrap it in a preface. + +Preface +| + + +[sect-dedication] + +| + + +[sect-colophon] + +| + + +[sect0] + +{title} +| + + +[sect1] + +{title} +| + + +[sect2] + +{title} +| + + +[sect3] + +{title} +| + + +[sect4] + +{title} +| + + +endif::doctype-book[] + +ifdef::sgml[] +# +# Optional DocBook SGML. +# +# Most of the differences between DocBook XML and DocBook SGML boils +# down to the empty element syntax: SGML does not like the XML empty +# element <.../> syntax, use <...> instead. +# +[miscellaneous] +outfilesuffix=.sgml + +[header-declarations] + + +[tabledef-default] +colspec= + +[image-inlinemacro] + + + + + {1={target}} + + +[image-blockmacro] +
{title} +{title%} + + + + + {1={target}} + +{title#}
+{title%} + +# Inline macros +[xref-inlinemacro] +{0} +{2%} +[xref2-inlinemacro] +# <> +{2} +{2%} +[anchor-inlinemacro] + +[anchor2-inlinemacro] +# [[id,text]] + + +endif::sgml[] diff --git a/doc/ja/hg.1.ja.txt b/doc/ja/hg.1.ja.txt new file mode 100644 --- /dev/null +++ b/doc/ja/hg.1.ja.txt @@ -0,0 +1,867 @@ +HG(1) +===== +Matt Mackall + +?????? +-- +hg - Mercurial ???????????????????????????????????? + +?????? +-- +'hg' [-v -d -q -y] [command options] [files] + +?????? +-- +hg(1) ??????????????? Mercurial ????????????????????????????????????????????????????????? +??????????????????????????? + +??????????????? +---- + +-R, --repository:: + ?????????????????????????????????????????????????????????????????? + +--cwd:: + ????????????????????????????????????????????? + +-y, --noninteractive:: + ??????????????????????????????????????????????????????????????? 'yes' ?????????????????? + ???????????? + +-q, --quiet:: + ??????????????????????????? + +-v, --verbose:: + ?????????????????????????????????????????? + +7--debug:: + ?????????????????????????????????????????? + +--traceback:: + ?????????????????????????????????????????????????????? + +--time:: + ???????????????????????????????????????????????????????????????????????? + +--profile:: + ??????????????????????????????????????????????????????????????????????????? + +--version:: + ?????????????????????????????????????????????????????? + +-h, --help:: + ?????????????????????????????????????????? + +????????????????????? +------- + +files ...:: + 1???????????????????????????????????????????????????????????????; ???????????????????????? + ????????????????????????????????????????????????????????????????????????????????? + +path:: + ???????????????????????????????????????????????? + +revision:: + ???????????????????????????????????????????????????, ??????, ?????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????? + +repository path:: + ?????????????????????????????????????????????????????????????????????????????? URI ?????? + ????????????URI ???????????????????????????????????? 2 ??????????????????????????? + http:// ???????????????old-http:// ???????????????????????????????????????????????? + ??????????????????????????????????????? + +???????????? +---- + +add [options] [files ...]:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????? + + ?????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????? + +addremove [options] [files ...]:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????? + + ???????????????????????? .hgignore ??????????????????????????????????????????????????? + ????????????add ??????????????????????????????????????????????????????????????????????????? + +annotate [-r -u -n -c] [files ...]:: + ?????????????????????????????????????????????????????????????????????????????? id ????????? + ???????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????? + + -a ??????????????????????????????annotate ????????????????????????????????????????????? + ??????????????????????????????????????????-a ???????????????annotate ?????????????????? + ?????????????????????????????????????????????????????????????????????????????? + + ???????????????: + -a, --text ????????????????????????????????????????????????????????? + -I, --include ???????????????????????????????????????????????????????????? + ?????? + -X, --exclude ???????????????????????????????????????????????????????????? + ????????? + -r, --revision ????????????????????????????????????????????????????????? + -u, --user ???????????????????????? + -c, --changeset ??????????????????????????????????????? + -n, --number ????????????????????????????????????????????? + (???????????????) + +bundle :: + (?????????) + + ???????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + unbundle ????????????????????????????????????????????? push ??? pull ???????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????? ".hg" ????????? + + import/export ??????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + +cat [options] :: + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????? tip ????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????????????????? export ?????? + ???????????????????????????????????????????????????????????????????????? + + %s ?????????????????????????????????????????? + %d ???????????????????????????????????????????????????????????????????????????????????? + ?????????????????? "." + %p ???????????????????????????????????????????????????????????? + + ???????????????: + -I, --include ??????????????????????????????????????????????????? + ??????????????? + -X, --exclude ??????????????????????????????????????????????????? + ?????????????????? + -o, --output ??????????????????????????????????????????????????? + ??? + -r, --rev ???????????????????????????????????????????????? + +clone [-U] [dest]:: + ???????????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????? + + ????????? pull ?????????????????????????????????????????????????????????????????? + .hg/hgrc ???????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????? + + ??????????????????: + -U, --noupdate ???????????????????????????????????? update ?????????????????? + -e, --ssh ??????????????? ssh ?????????????????????????????? + --remotecmd ?????????????????????????????? hg ?????????????????????????????? + +commit [options] [files...]:: + ????????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????"hg status" ??????????????????????????????????????????????????????????????? + + HGEDITOR ??? EDITOR ??????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????? + + ???????????????: + + -A, --addremove ?????????????????? addremove ?????????????????? + -I, --include ???????????????????????????????????????????????????????????? + ?????? + -X, --exclude ???????????????????????????????????????????????????????????? + ????????? + -m, --message ???????????????????????????????????????????????? + ??? + -l, --logfile ???????????????????????????????????????????????? + ?????? + -d, --date datecode ????????????????????????????????????????????? + ?????? + -u, --user user ?????????????????????????????????????????? + + ??????: ci + +copy :: + ???????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????????1???????????????????????? + ?????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????? --after ??????????????? + ?????????????????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????? + + ??????: ???????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????? + + ???????????????: + -A, --after ???????????????????????????????????????????????? + -I, --include ???????????????????????????????????????????????????????????? + ?????? + -X, --exclude ???????????????????????????????????????????????????????????? + ????????? + -f, --force ???????????????????????????????????????????????????????????? + ????????? + -p, --parents ?????????????????????????????????????????????????????? + + ??????: cp + +diff [-a] [-r revision] [-r revision] [files ...]:: + ?????????????????????????????????????????????????????????????????????????????? + + ??????????????????????????? unified diff ?????????????????????????????? + + 2?????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????1?????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????? ???????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????? + + -a ??????????????????????????????diff ??????????????????????????????????????????????????? + ????????????????????????????????????????????????-a ????????????????????????diff ????????? + ?????????????????????????????????????????????????????????????????????????????????????????? + + ???????????????: + -a, --text ????????????????????????????????????????????????????????? + -I, --include ???????????????????????????????????????????????????????????? + ?????? + -X, --exclude ???????????????????????????????????????????????????????????? + ????????? + +export [-o filespec] [revision] ...:: + 1????????????????????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????: ?????????????????????????????? + ??????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ???: + + %% ??????????????? "%" ?????? + %H ???????????????????????????????????? (40 ???????????? 16 ??????) + %N ??????????????????????????????????????? + %R ??????????????????????????????????????????????????? + %b ???????????????????????????????????????????????????????????? + %h ??????????????????????????????????????????????????? (12 ???????????? 16 ??????) + %n 0 ??? ??????????????? 1 ????????????????????? + %r 0 ??? ?????????????????????????????????????????? + + -a ??????????????????????????????diff ??????????????????????????????????????????????????? + ????????????????????????????????????????????????-a ????????????????????????diff ????????? + ?????????????????????????????????????????????????????????????????????????????????????????? + + ???????????????: + -a, --text ????????????????????????????????????????????????????????? + -o, --output ?????????????????????????????????????????????????????? + +forget [options] [files]:: + ??????????????????????????????????????? 'hg add' ???????????????????????? + + ???????????????: + -I, --include ??????????????????????????????????????????????????????????????? + -???X, --exclude ???????????????????????????????????????????????????????????? + -????????? + +grep [options] pattern [files]:: + ???????????????????????????????????????????????????????????????????????? + + ????????????????????? Unix ??? grep ????????????????????????????????????????????? + Python/Perl ??????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????? + + ????????????????????????grep ???????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????????("-" ?????????????????? + ???????????????"+" ??????????????????????????????)??????????????????????????????????????? + ???????????????--all ???????????????????????????????????? + + ???????????????: + -0, --print0 ?????????????????? NUL ?????????????????? + -I, --include ??????????????????????????????????????????????????? + ??????????????? + -X, --exclude ??????????????????????????????????????????????????? + ?????????????????? + --all ??????????????????????????????????????????????????? + ?????? + -i, --ignore-case ??????????????????????????????????????????????????? + ?????????????????????????????? + -l, --files-with-matches ??????????????????????????????????????????????????? + ????????????????????? + -n, --line-number ?????????????????????????????????????????? + -r, --rev ??????????????????????????????????????????????????? + ??? + -u, --user ??????????????????????????????????????????????????? + ????????? + +heads:: + ??????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ?????????????????????????????????????????????????????????????????????????????? update ??? + merge ?????????????????????????????????????????? + +identify:: + ???????????????????????????????????????????????????????????????????????? + + ?????????????????????????????????????????????1????????????2????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????? + ?????????????????????????????? + ???????????????????????????????????????????????????????????? + + ??????: id + +import [-p -b -f] :: + ??????????????????????????????????????????????????????????????????????????????????????? + + ??????????????????????????????????????????????????????????????????import ??? -f ?????? + ??????????????????????????????????????????????????? + + ????????????????????????????????????(??????????????? "From " ??? RFC 822 ????????? + ?????????) ???????????????-f ???????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????? -f ????????? + ?????????????????? + + ???????????????: + -p, --strip patch ??? ?????????????????????????????????????????????????????? + ??????????????? patch ?????????????????????????????????????????? + ?????? + -b ?????????????????????????????????????????????????????????????????? + ???????????? + -f, --force ?????????????????????????????????????????????????????????????????? + ????????????????????? + + ??????: patch + +incoming [-p] [source]:: + ?????????????????????????????????????????????????????? pull ?????????????????????????????? + ??????????????????????????????????????????????????????????????????????????? pull ????????? + ??????????????????pull ??????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????? + + ???????????????: + -p, --patch ??????????????????????????? + + ??????: in + +init [dest]:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ?????? + +locate [options] [files]:: + Mercurial ????????????????????????????????????????????????????????????????????????????????? + ?????????????????????????????????????????? + + ???????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????? + + ???????????????????????????????????? "xargs" ???????????????????????????????????? + "-0" ??????????????????????????????????????? "xargs" ????????????????????????????????? + ??????????????????????????? "xargs" ??????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????? + + ???????????????: + + -0, --print0 xargs ???????????????????????????????????????????????? + NUL ??????????????? + -f, --fullpath ????????????????????????????????????????????????????????? + ????????????????????? + -I, --include ????????????????????????????????????????????????????????? + ????????? + -r, --rev rev ????????????????????????????????????????????? + -X, --exclude ???????????????????????????????????????????????????????????? + ????????? + +log [-r revision ...] [-p] [files]:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????? + + ????????????????????????????????????????????????????????????????????????: ?????????????????? + ??????id ?????????????????????????????????????????????????????????????????????????????? + ??????-v ????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????????????????????????????? + + ???????????????: + -I, --include ???????????????????????????????????????????????????????????? + ?????? + -X, --exclude ???????????????????????????????????????????????????????????? + ????????? + -r, --rev ???????????????????????????????????????????????????????????? + ??? + -p, --patch ??????????????????????????? + + ??????: history + +manifest [revision]:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????? + + manifest ?????????????????????????????????????????????????????????????????????????????? + ?????????????????????????????????????????????tip ????????????????????? + +outgoing [-p] [dest]:: + ??????????????????????????????????????????????????????????????? push ????????????????????? + ???????????????????????????????????????????????????????????????????????????????????? push + ??????????????????????????? push ??????????????????????????????????????????????????? + + ???????????????: + -p, --patch ??????????????????????????? + + ??????: out + +parents:: + ?????????????????????????????????????????????????????????????????? + +paths [NAME]:: + ????????????????????????????????? NAME ??????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????????????????? + + ???????????? /etc/mercurial/hgrc ??? $HOME/.hgrc ??? [paths] ???????????? + ?????????????????????????????????????????????????????????????????????????????? + ??????.hg/hgrc ???????????????????????? + +pull :: + ??????????????????????????????????????????????????????????????????????????? pull ???????????? + + ????????????????????????????????? URL ??????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????????????????? + ?????????????????????????????????????????????????????????????????????????????????????????? + + ????????? URL ?????????????????????: + + local/filesystem/path + http://[user@]host[:port][/path] + https://[user@]host[:port][/path] + ssh://[user@]host[:port][/path] + + SSH ?????????????????????????????????????????????????????????????????????????????????hg + ???????????????????????????????????????SSH ???????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????????; ?????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????? 2?????????????????????????????? + + ???????????????: + -u, --update pull ???????????????????????????????????? tip ?????????????????? + -e, --ssh ???????????? ssh ?????????????????????????????? + --remotecmd ?????????????????????????????? hg ?????????????????????????????? + +push :: + ????????????????????????????????????????????????????????????????????? push ???????????? + + ????????? pull ??????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????? pull + ??????????????????????????? + + ????????????????????????push ???????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????? push + ???????????? sync ???merge ????????????????????????????????????????????? + + ????????? URL ?????????????????????: + + local/filesystem/path + ssh://[user@]host[:port][/path] + + SSH ????????????????????????????????????????????????????????????????????????????????? hg + ??????????????????????????????????????? + + ???????????????: + + -f, --force update ?????????????????? + -e, --ssh ??????????????? ssh ?????????????????????????????? + --remotecmd ????????????????????????????????? hg ?????????????????????????????? + +rawcommit [-p -d -u -F -m -l]:: + ??????????????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ?????????????????? SCM ??????????????????????????????????????????????????? + +recover:: + ??????????????? commit ??? pull ???????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????? Mercurial ??????????????????????????????????????????????????? + ??????????????? + +remove [options] [files ...]:: + ?????????????????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????? + + ??????: rm + +rename :: + ?????????????????????????????????????????????????????????????????????????????????; ????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????? 1 ?????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????? --after ??????????????? + ?????????????????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????? + + ??????: ???????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????? + + ???????????????: + -A, --after ???????????????????????????????????????????????? + -f, --force ??????????????????????????????????????????????????????????????? + ?????? + -p, --parents ?????????????????????????????????????????????????????? + + ??????: mv + +revert [names ...]:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????? + + ???????????????: + -r, --rev ??????????????????????????????????????????????????? + -n, --nonrecursive ???????????????????????????????????????????????????????????? + ????????? + +root:: + ??????????????????????????????????????????????????????????????????????????? + +serve [options]:: + ??????????????? HTTP ?????????????????? pull ?????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ?????????????????????????????????????????????????????????????????????????????? "-A" ??? + "-E" ?????????????????????????????????????????? + + ???????????????: + -A, --accesslog ????????????????????????????????????????????????????????? + ?????????????????? + -E, --errorlog ????????????????????????????????????????????????????????? + ??????????????? + -a, --address ?????????????????????????????????????????? + -p, --port ??????????????????????????????????????? + (???????????????: 8000) + -n, --name ????????????????????????????????????????????????????????? + (???????????????: working dir) + -t, --templatedir ???????????????????????????????????????????????? + -6, --ipv6 IPv4 ???????????? IPv6 ?????????????????? + +status [options] [files]:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????: + + M = ????????????????????? + A = ????????????????????? + R = ????????????????????? + ? = ?????????????????????????????????????????? + + ???????????????: + + -m, --modified ??????????????????????????????????????????????????? + -a, --added ??????????????????????????????????????????????????? + -r, --removed ??????????????????????????????????????????????????? + -u, --unknown ?????????(?????????????????????????????????)?????????????????? + ?????????????????? + -n, --no-status ??????????????????????????????????????? + -0, --print0 xargs ???????????????????????????????????????????????? NUL + ??????????????? + -I, --include ??????????????????????????????????????????????????????????????? + ??? + -X, --exclude ??????????????????????????????????????????????????????????????? + ?????? + +tag [-l -m -d -u ] [revision]:: + ??????????????????????????? ???????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????? + + ???????????????????????????????????????????????????tip ????????????????????? + + ?????????????????????????????????????????????????????????????????????????????????????????? + ".hgtags" ????????????????????????????????????????????????????????????????????????????????? + ?????????????????????????????????????????????????????????????????????????????? + + ???????????????: + -l, --local ????????????????????????????????? + -m, --message ???????????????????????????????????????????????????????????? + ????????????????????????????????? + -d, --date ??????????????????????????????????????? + -u, --user ????????????????????????????????????????????? + + ??????: ???????????????????????????????????????????????????????????????????????????????????? + ???. hg/localtags ?????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + +tags:: + ????????????????????????????????????????????? + + ??????????????????????????????????????????????????????????????????????????? + +tip:: + tip ??????????????????????????????????????? + +unbundle :: + (?????????) + + bundle ????????????????????????????????????????????????????????????????????????????????? + ????????????????????? + +undo:: + ????????? commit ??? pull ????????????????????????????????? + + ??????????????????????????? pull ??? commit ?????????????????????????????????????????? + ?????????????????????????????????????????? + + ??????????????????????????????????????????????????????????????? 1?????? undo ???????????? + redo ????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????? pull ???????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????? + +update [-m -C] [revision]:: + ?????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????update ?????????????????????????????? + + -m ?????????????????????????????????????????????????????? + + -C ??????????????????????????????????????????????????????????????? + + ???????????????: + -m, --merge ????????????????????????????????? + -C, --clean ??????????????????????????????????????????????????????????????? + + ??????: up checkout co + +verify:: + ????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????manifest, ??????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????????????????????????????????????????? + +?????????????????????????????? +--------- + + Mercurial ?????????????????????????????????????????????????????????????????????????????? + ???????????? + + ????????????????????????Mercurial ?????????????????????????????????????????????????????? + glob ???????????????????????????????????? + + ??????????????????????????????????????????????????????????????????????????? + + ???????????????????????????????????????????????????????????????????????????????????? + "path:" ????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????? + + ?????? glob ??????????????????????????? "glob:" ???????????????????????????glob ??? + ??????????????????????????????????????????????????????: "*.c" ???????????? glob ?????? + ?????????????????????????????? ".c" ?????????????????????????????????????????????????????? + + ??????????????????????????? glob ????????????????????????????????????????????????????????? + ?????????????????????????????? "**" ??????"a ????????? b" ??????????????? "{a,b}" + ????????? + + Perl/Python ?????????????????????????????????????????? "re:" ????????????????????? + ???????????????????????????????????????????????????????????????????????????????????????????????? + + ????????????: + + path:foo/bar ???????????????????????????????????? foo ??????????????????????????? + ??? bar ??????????????? + path:path:name "path:name" ??????????????????????????????????????????????????? + ?????? + + Glob ??????: + + glob:*.c ????????????????????????????????? ".c" ??????????????????????????? + *.c ????????????????????????????????? ".c" ??????????????????????????? + **.c ????????????????????????????????????????????????????????????????????? + ".c" ??????????????????????????? + foo/*.c ?????????????????? foo ?????? ".c" ??????????????????????????? + foo/**.c ?????????????????? foo ????????????????????????????????????????????? + ??? ".c" ??????????????????????????? + + ??????????????????: + + re:.*\.c$ ?????????????????????????????? ".c" ??????????????????????????? + + +???????????????????????????????????? +----------- + + Mercurial ?????????????????????????????????????????????????????????????????????????????? + ?????? + + ???????????????????????????????????????????????????????????????????????????????????????tip + ?????????????????????????????????????????????-1 ??? tip ?????????????????? + + 40 ?????? 16 ??????????????????????????????????????????????????????????????????????????? + ???????????? + + 40 ?????????????????? 16 ??????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????????????????????????? + + ????????????????????????????????????????????????????????????????????????????????????????????? + ?????????????????????????????????????????????????????????????????? ":" ?????????????????? + ????????????????????? + + ?????????????????? "tip" ??????????????????????????????????????????????????????????????? + ??????????????? + +???????????????????????????????????? +----------- + + Mercurial ??? 1???????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????? ":" ??????????????????????????? + ?????????????????????????????? + + ???????????????????????? [BEGIN]:[END] ??? BEGIN ??? END ????????????????????? + ??????????????????BEGIN ??? END ???????????????????????????????????? BEGIN ????????? + ?????????????????????????????????????????????????????????????????? 0 ????????????????????? + ??? END ???????????????????????????????????????????????? tip ??????????????????????????? + ?????? ":" ??? "????????????????????????" ????????????????????? + + ?????? BEGIN ??? END ?????????????????????????????????????????????????????????????????? + ??????????????? + + ??????????????????????????????????????????????????????????????? 3:5 ??? 3,4,5 ????????? + ????????????????????????????????????????????? 4:2 ??? 4,3,2 ?????????????????? + +???????????? +---- + +HGEDITOR:: + ?????????????????????????????????????????????????????????????????????????????????????????? + EDITOR ??????????????????????????? + + (??????????????????, .hgrc ????????????????????????) + +HGMERGE:: + merge ???????????????????????????????????????????????????????????????????????????????????? + ??????3 ?????????????????????????????????: ??????????????????????????????????????????????????? + ?????????1 ????????????????????????????????? + + ???????????????????????????????????? "hgmerge" ??????????????? Mercurial ????????? + ???????????????????????????????????????????????????????????????????????? + + (??????????????????, .hgrc ????????????????????????) + +HGUSER:: + ???????????????????????????????????????????????????????????????????????? + + (??????????????????, .hgrc ????????????????????????) + +EMAIL:: + ?????? HGUSER ??????????????????????????????????????????????????????????????????????????? + ????????????????????? + +LOGNAME:: + ?????? HGUSER ??? EMAIL ???????????????????????????????????????????????????????????? + ?????????LOGNAME ???('@hostname' ??????????????????)?????????????????? + +EDITOR:: + ????????? hgmerge ????????????????????????????????????????????????????????????????????? + HGEDITOR ?????????????????????????????????????????????????????????????????????????????? + ?????????????????????????????? 'vi' ????????? + +PYTHONPATH:: + ???????????????????????????????????????????????????????????????????????? Python ????????? + ???????????????Mercurial ??????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????? + +???????????? +---- + .hgignore:: + ?????????????????????(1????????????) hg ???????????????????????????????????????????????? + ?????????????????????????????????????????? + + .hgtags:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????(??????????????????????????????????????????)??? + ??????????????? + + /etc/mercurial/hgrc, $HOME/.hgrc, .hg/hgrc:: + ???????????????????????????????????????????????????????????????.hg/hgrc ????????? + $HOME/.hgrc ???????????????????????????$HOME/.hgrc ?????????????????????????????? + /etc/mercurial/hgrc ??????????????????????????????????????????????????????????????? + ???????????????????????????????????? hgrc(5) ?????????????????????????????? + +?????? +-- +???????????????????????????????????????????????????????????????????????????????????????????????? +(????????????????????????)??????????????????????????? + +???????????? +---- +hgrc(5) + +?????? +-- +Matt Mackall ?????????????????????????????? + +????????? +--- +http://selenic.com/mercurial[????????????????????????] + +http://www.serpentine.com/mercurial[Wiki ?????????] + +http://selenic.com/hg[????????????????????????????????????] + +http://selenic.com/mailman/listinfo/mercurial[????????????????????????] + +??????????????? +----- +Copyright (C) 2005 Matt Mackall. +????????????????????????????????????????????? GNU ???????????????????????? (GPL) ???????????? +????????????????????? diff --git a/doc/ja/hgmerge.1.ja.txt b/doc/ja/hgmerge.1.ja.txt new file mode 100644 --- /dev/null +++ b/doc/ja/hgmerge.1.ja.txt @@ -0,0 +1,37 @@ +HGMERGE(1) +========== +Matt Mackall +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 ????????????????????????????????? + +???????????? +-- +hg(1) - Mercurial ??????????????????????????????????????????????????????????????? + +??????????????? +---- +Copyright (C) 2005 Matt Mackall. +????????????????????????????????????????????? GNU ???????????????????????? (GPL) ???????????? +????????????????????? diff --git a/doc/ja/hgrc.5.ja.txt b/doc/ja/hgrc.5.ja.txt new file mode 100644 --- /dev/null +++ b/doc/ja/hgrc.5.ja.txt @@ -0,0 +1,204 @@ +HGRC(5) +======= +Bryan O'Sullivan + +?????? +-- +hgrc - Mercurial ????????????????????? + +?????? +-- + +Mercurial ???????????????????????????????????????????????????????????????????????????????????? +??????????????????????????? + +???????????? +---- + +Mercurial ??? 3?????????????????????????????????????????????: + +/etc/mercurial/hgrc:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????? Mercurial ???????????????????????????????????? + +$HOME/.hgrc:: + ????????????????????????????????????????????????????????????????????????????????? + Mercurial ?????????????????????????????????????????????????????????????????????????????? + ????????????????????????????????? + +/.hg/hgrc:: + ????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????? "clone" ?????????????????? + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????? + +?????? +-- + +????????????????????? "[???????????????]" ?????????????????????????????????????????????????????? +??????"??????: ???"?????????????????????????????????: "??????=???"???????????????????????? + + [spam] + eggs=ham + green= + eggs + +?????????1??????????????????????????????????????????????????????????????????????????????????????? +???????????????????????????????????????????????????????????? + +?????????????????????????????????????????????????????????????????????????????????????????? + +???????????????????????????????????????????????????????????? DEFAULT ???????????????????????? +?????????????????????????????????????????????????????????????????????????????? + +"#" ??? ";" ????????????????????????????????????????????????????????????????????????????????? +???????????? + +??????????????? +----- + +???????????????????????? Merucurial ??? "hgrc" ?????????????????????????????????????????? +??????????????????????????????????????????????????????????????????????????????????????????????????? +???????????? + +decode/encode:: + checkout/checkin ????????????????????????????????????????????????????????????????????? + ????????????????????????????????????????????????????????????/????????????????????????????????? + ?????? + + ???????????????????????????????????????????????????????????????????????????????????????????????? + ???????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????? + + ???: + + [encode] + # delta ?????????????????????????????????????????????????????? gzip ??????????????? + # ??????????????? + # ??????: ??????????????????????????????????????????????????????????????????????????? + *.gz = gunzip + + [decode] + # ??????????????????????????????????????????????????????????????? gzip ????????????????????? + *.gz = gzip + +hooks:: + ???????????????????????????????????????????????????????????????????????????????????????????????? + ?????????????????? + changegroup;; + push ??? pull ???????????????????????????????????????????????????????????????????????? + commit;; + ????????????????????????????????????????????????????????????????????????????????????????????? + ?????????????????? ID ????????????????????? + precommit;; + ????????????????????????????????????????????????????????? 0 ?????????????????????????????? + ??????????????????????????????????????????????????????????????????????????? + +http_proxy:: + HTTP ????????????????????????????????????????????? Mercurial ??????????????????????????? + ???????????????????????????????????? + host;; + ???????????????????????????????????????(??????????????????)???????????????????????? + "myproxy:8000"??????????????? + no;; + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????????????? + passwd;; + ???????????????????????????????????????????????????????????????????????????????????? + user;; + ????????????????????????????????????????????????????????????????????????????????? + +paths:: + ???????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????? URL ????????? + +ui:: + ??????????????????????????????????????????????????? + debug;; + ???????????????????????????????????????True ??? False ????????????????????????????????? + ?????? False ????????? + editor;; + ????????????????????????????????????????????????????????????????????? $EDITOR ??? + "vi" ????????? + interactive;; + ??????????????????????????????????????????????????????????????????True ??? False ?????? + ????????????????????????????????? True ????????? + merge;; + ???????????? merge ???????????????????????????????????????????????????????????????????????? + ?????????????????? "hgmerge" ????????? + quiet;; + ????????????????????????????????????????????????True ??? False ??????????????????????????? + ????????? False ????????? + remotecmd;; + clone/push/pull ????????????????????????????????????????????????????????????????????? + ?????? 'hg' ????????? + ssh;; + SSH ???????????????????????????????????????????????????????????? 'ssh' ????????? + username;; + ???????????????????????????????????????????????????????????????????????????????????????????????? + ?????????????????????????????????????????????????????????????????? "Fred Widget + " ????????????????????????????????? $EMAIL ??? + username@hostname ????????? + verbose;; + ????????????????????????????????????????????????True ??? False ??????????????????????????? + ????????? False ????????? + +web:: + ??????????????????????????????????????????????????? + accesslog;; + ????????????????????????????????????????????????????????????????????????????????? + address;; + ????????????????????????????????????????????????????????????????????????????????????????????? + ?????? + allowbz2;; + ??????????????????????????????????????? .tar.bz2 ??????????????????????????????????????? + ????????????????????????????????? false ????????? + allowgz;; + ??????????????????????????????????????? .tar.gz ??????????????????????????????????????? + ????????????????????????????????? false ????????? + allowpull;; + ????????????????????? pull ??????????????????????????????????????????????????? true ??? + ?????? + allowzip;; + ??????????????????????????????????????? .zip ????????????????????????????????????????????? + ??????????????????????????? false ?????????????????????????????????????????????????????? + ????????? + description;; + ????????????????????????????????????????????????????????????????????????????????????????????? + ????????????"unknown" ????????? + errorlog;; + ??????????????????????????????????????????????????????????????????????????????????????? + ipv6;; + IPv6 ??????????????????????????????????????????????????? false ????????? + name;; + ????????????????????????????????????????????????????????????????????????????????????????????? + ??????????????????????????????????????????????????? + maxchanges;; + ????????????????????????????????????????????????????????????????????????????????? 10 ????????? + maxfiles;; + ?????????????????????????????????????????????????????????????????????????????????????????? + 10 ????????? + port;; + ???????????????????????????????????????????????? ??? 8000 ????????? + style;; + ??????????????????????????????????????????????????????????????? + templates;; + HTML ???????????????????????????????????????????????????????????????????????????????????? + ????????????????????? + +?????? +-- +Bryan O'Sullivan . + +Mercurial ??? Matt Mackall ?????????????????????????????? + +???????????? +---- +hg(1) + +COPYING +------- +???????????????????????????????????? 2005 Bryan O'Sullivan ????????? +Mercurial ??????????????? 2005 Matt Mackall ????????? +????????????????????????????????????????????? GNU ???????????????????????? (GPL) ???????????? +?????????????????????