Tools for three way merge of Python source files?

Marc Poinot poinot at onera.fr
Wed Apr 14 08:02:52 EDT 1999


"Milton L. Hankins" wrote:
> 
> Keywords: diff3, merge, three-way, 3-way
> 
You can use the GNU Emacs merge tool.
You will have a color presentation with some nice facilities.
Emacs can translate tabs to white-spaces and reverse and back
(untabify).
http://www.fsf.org

You can also use CVS to store your files
and ask it to merge them when you have several
branches of development.
http://www.cyclic.com

Marcvs [alias Emacs also have an undo, if to want to get back to the
reverse
        of your translation]




More information about the Python-list mailing list