New Advanced Tips
-
Debug Command Tricks
Mercurial has some “hidden” debug commands that can make your day in special situations.
-
Merging MQ Patches with Rebase
MQ patches don’t usually merge well, but you can use the rebase extension to fix that!
-
Styling Mercurial’s CLI
Mercurial’s command line interface is great, but with a little bit of work we can make it even better!
-
Handling Binary Files in a Merge
Mostly we deal with text, source code etc. But sometimes we put binary files into our repository and dealing with the inevitable merge conflict is not as easy as source code.
- More…
New Beginner Tips
-
進行状況を知る
時々 hg があなたに隠して何かしてるような気がした? hg が何をしているか把握しておきたい? progress あれ!
-
共通でないチェンジセットを見分ける
リビジョン
Xに含まれていてYに 無い チェンジセットは、 どうやって見分けるの? -
まずいファイルを元に戻す
修正後にコミットしたくなくなったら、変更内容を取り除く方法があります。
-
これから push するチェンジセットを表示
前回の push 後にコミットしたチェンジセットを表示しよう。
- More…