mozilla-centralに移ってから、初のチェックイン。とりあえずメモ書き程度に残しておく。
とりあえず、hg commitで変更をローカルへコミット。本当は、-mをつけてログをコマンドラインで書く方がベター。
makoto@localhost:~/Development/mozilla-hg/mozilla/xulrunner$ hg commit app/xulrunner.exe.manifest stub/xulrunner-stub.exe.manifest
ちなみにコミット内容は、これ。
makoto@localhost:~/Development/mozilla-hg/mozilla/xulrunner$ hg log -l 1
changeset: 15286:039430d96985
tag: tip
user: Makoto Kato <m_kato@xxxxx>
date: Sat Jun 07 08:14:56 2008 +0900
summary: Bug 437046 – Support x64 for xulrunnder.exe.manifest. r=ted.mielczarek
ローカルにコミットした後、hg pushで本体のmercurial serverへコミット。
makoto@localhost:~/Development/mozilla-hg/mozilla/xulrunner$ hg push
Enter passphrase for key '/home/makoto/.ssh/id_dsa':
pushing to ssh://hg.mozilla.org/mozilla-central/
searching for changes
remote: Could not chdir to home directory : No such file or directory
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 2 changes to 2 files
これで終了。cvsの時に比べればhg pushのような作業が増えるけど、ローカルにリポジトリを持っているので作業効率がいい。