gnu.emacs.help
[Top] [All Lists]

Re: CVS merge

Subject: Re: CVS merge
From: Johan BockgÃrd
Date: Tue, 24 Apr 2007 12:33:43 +0200
Newsgroups: gnu.emacs.help
rocher <francesc.rocher@xxxxxxxxx> writes:

> After a CVS merge with a command like 'cvs update -kk -j HEAD', files
> with conflicts have regions like this:
>
> <<<<<<< file.cpp
>    local version
> =======
>    newer version
>>>>>>>> file.cpp (cvs-version)
>
> Is there a way in Emacs to automatically select one of these regions
> and to remove the other?

M-x vc-resolve-conflicts

-- 
Johan BockgÃrd
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@xxxxxxx
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

<Prev in Thread] Current Thread [Next in Thread>
  • CVS merge, rocher
    • Re: CVS merge, Johan BockgÃrd <=