Author Topic: Diff and 3-way merge Settings for Mercurial?  (Read 6506 times)

bikeoid

  • New Community Member
  • Posts: 1
  • Hero Points: 0
Diff and 3-way merge Settings for Mercurial?
« on: May 22, 2009, 06:01:52 PM »
 I have found the DifZilla command line arguments for Diff, but have not for merge.  Has anyone set up SlickEdit for use with Mercurial? 

Can the 3-way merge vsmerge be called from the command line?

Thanks,


Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: Diff and 3-way merge Settings for Mercurial?
« Reply #1 on: May 22, 2009, 06:11:32 PM »
Can the 3-way merge vsmerge be called from the command line?

Yes.  Use "vsmerge /?" to see how to specify the arguments... but since we're here anyway:

vsmerge

Usage:

vsmerge [options] <basefile> <revision1file> <revision2file> <outputfile>
   options are as follows:
      -smart:   Attempt to resolve simple conficts
      -quiet:   Supress "No conficts detected" message
      -showchanges:   Force user to merge in non-conflict changes
      -ignorespaces:   Ignore spaces in the files being merged
Usage:
   To launch 3-way merge dialog:

   vsmerge


   A SlickEdit configuration path may be specified with a -sc option
   ex:
      vsmerge -sc <configpath> ...