with

hg diff  

mercurial show me the modifications, separated by @@.
I can get only one of them?

link|improve this question

65% accept rate
feedback

4 Answers

If you are on Windows, I would recommend installing TortoiseHg and using

hgtk status
link|improve this answer
TortoiseHg runs on Linux (and possibly macs) too. – Rudi Feb 24 '11 at 7:48
feedback

The modifications separated by @@ are named "patch hunk" or simply "hunk". You can use the record extension (disabled by default).

link|improve this answer
but this extension is only interactive – JuanPablo Feb 18 '11 at 15:15
Indeed. Perhaps you could add details to you question, it quite --- short. – shellholic Feb 18 '11 at 15:18
feedback

You can pipe the output of hg diff into a program like filterdiff to further refine the patch.

link|improve this answer
feedback

On Ubuntu, try the hgview program. It has a pretty nice interface.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.