New Advanced Tips

  1. Merging MQ Patches with Rebase

    MQ patches don’t usually merge well, but you can use the rebase extension to fix that!

  2. Styling Mercurial’s CLI

    Mercurial’s command line interface is great, but with a little bit of work we can make it even better!

  3. 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.

  4. Combining Repositories

    What can you do when you realize: “Oh, maybe the documentation should be in the same repository as the code?”

  5. More…

New Beginner Tips

  1. 共通でないチェンジセットを見分ける

    リビジョン X に含まれていて Y無い チェンジセットは、 どうやって見分けるの?

  2. まずいファイルを元に戻す

    修正後にコミットしたくなくなったら、変更内容を取り除く方法があります。

  3. これから push するチェンジセットを表示

    前回の push 後にコミットしたチェンジセットを表示しよう。

  4. 必ず Git Diff を使おう

    1985 年リリースのプログラムに対応した diff が本当に必要?

  5. More…