with
开发者_JAVA技巧hg diff
mercurial show me the modifications, separated by @@
.
If you are on Windows, I would recommend installing TortoiseHg and using
hgtk status
The modifications separated by @@
are named "patch hunk" or simply "hunk". You can use the record
extension (disabled by default).
You can pipe the output of hg diff
into a program like filterdiff
to further refine the patch.
On Ubuntu, try the hgview program. It has a pretty nice interface.
精彩评论