Hi, Anyone figured out a way to do sdiff (side by side diff) in hg, or anyone written an extension to do this? thanks, Mukesh
Good timing: From mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.3_.282012-08-01.29 * hgweb: side-by-side comparison functionality On 2012-08-22, at 3:12 PM, Mukesh Rathor <mukesh.rathor@oracle.com> wrote:> Hi, > > Anyone figured out a way to do sdiff (side by side diff) in hg, or > anyone written an extension to do this? > > thanks, > Mukesh > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > lists.xen.org/xen-devel >
extdiff extension + meld allows this: hg meld -c [changeset] meld will then show you the before and after, with the changes highlighted. meld is a graphical tool. -George On Wed, Aug 22, 2012 at 11:12 PM, Mukesh Rathor <mukesh.rathor@oracle.com> wrote:> Hi, > > Anyone figured out a way to do sdiff (side by side diff) in hg, or > anyone written an extension to do this? > > thanks, > Mukesh > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > lists.xen.org/xen-devel