hg bookmarks - ブックマーク

使用例

1. ワーキングディレクトリに入って、ブックマークを作成

 cd HG_WORKING_DIR
 hg bookmark my-tip
 hg bookmark my-new-feature

2. 新機能ブックマークに入って、新機能をコミットする

 hg update my-new-feature
 vi 1.txt
 hg ci -m "add a new feature on 1.txt"

3. TIPブックマークに入って、修正をコミットする

 hg update my-tip
 vi 1.txt
 hg ci -m 'fix 1.txt'

4. TIPブックマークにて、新機能ブックマークをマージする

 hg merge my-new-feature

参考


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2013-03-17 (日) 21:07:15