リポジトリの作成(init) ファイルの状態を確認(status) ファイルの追加(add) commit ( commit ) レポジトリのクローン (clone)
mkdir newrepo ; cd newrepo ; hg init newrepo
hg status
hg add
hg commit
hg clone コピー元レポジトリ コピー先レポジトリ
タグ: