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

Find K Complementary numbers from array Java implementation

find longest word in the sentence

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

Flatten nested javascript array

String Ordered Permutation Algorithm Problem

binary tree problems with solution

Kadane’s algorithm in C – Dynamic Programming

Implement Queue Using two Stacks – JavaScript algorithm

Array reversal in Recurrsion

Check if two strings are anagrams or not

Leave a Reply

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

*
*