New Advanced Tips
-
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.
-
Combining Repositories
What can you do when you realize: “Oh, maybe the documentation should be in the same repository as the code?”
- More…
New Beginner Tips
-
共通でないチェンジセットを見分ける
リビジョン
Xに含まれていてYに 無い チェンジセットは、 どうやって見分けるの? -
まずいファイルを元に戻す
修正後にコミットしたくなくなったら、変更内容を取り除く方法があります。
-
これから push するチェンジセットを表示
前回の push 後にコミットしたチェンジセットを表示しよう。
-
必ず Git Diff を使おう
1985 年リリースのプログラムに対応した diff が本当に必要?
- More…