Seeing changes and diffs introduced by particular revision in mercurial

Seeing changes and diffs introduced by particular revision in mercurial

How to get changed files by revision in mercurial?
Here is a simple tricto see the diffs of files by revision in mercurial (hg)

Say if you want to see the changes by revision number 8976 then

to see the changed files :

hg status –change 8976

and to see the diff

hg diff –change 8976

See how you would solve these known algorithm problems

Check if there are three numbers a, b, c giving a total T from array A

Java solution for checking anagram strings – tell if phrases are anagrams

Kadane’s algorithm in C – Dynamic Programming

Finding missing numbers from billion sequential number list file

Array reversal in Recurrsion

Flatten nested javascript array

Find the pairs that makes K Complementary in the given array java solution

Implement Queue Using two Stacks – JavaScript algorithm

Implementing tokenizer and adding tokens to the linked list

Changing decimal number to its binary equivalent

Leave a Reply

Your email address will not be published. Required fields are marked *

*
*