Add mergetools.hgrc patch
This commit is contained in:
parent
733dfe8ae3
commit
78da9c97d1
@ -1,2 +1,3 @@
|
||||
mercurial-1.0.tar.gz
|
||||
mercurial-site-start.el
|
||||
mercurial-mergetools.hgrc.patch
|
||||
|
16
mercurial-mergetools.hgrc.patch
Normal file
16
mercurial-mergetools.hgrc.patch
Normal file
@ -0,0 +1,16 @@
|
||||
--- contrib/mergetools.hgrc.orig 2008-03-24 19:05:20.000000000 -0400
|
||||
+++ contrib/mergetools.hgrc 2008-04-15 15:27:46.000000000 -0400
|
||||
@@ -1,11 +1,12 @@
|
||||
# Some default global settings for common merge tools
|
||||
|
||||
[merge-tools]
|
||||
-kdiff3.args=--auto -L1 base --L2 local --L3 other $base $local $other -o $output
|
||||
+kdiff3.args=--auto --L1 base --L2 local --L3 other $base $local $other -o $output
|
||||
kdiff3.regkey=Software\KDiff3
|
||||
kdiff3.regappend=\kdiff3.exe
|
||||
kdiff3.fixeol=True
|
||||
kdiff3.gui=True
|
||||
+kdiff3.priority=1
|
||||
|
||||
gvimdiff.args=--nofork -d -g -O $local $other $base
|
||||
gvimdiff.regkey=Software\Vim\GVim
|
@ -9,6 +9,7 @@ Group: Development/Tools
|
||||
URL: http://www.selenic.com/mercurial/
|
||||
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
|
||||
Source1: mercurial-site-start.el
|
||||
Patch0: mercurial-mergetools.hgrc.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
BuildRequires: python-devel asciidoc xmlto
|
||||
BuildRequires: emacs emacs-el
|
||||
@ -78,6 +79,7 @@ documentation.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
make all
|
||||
|
Loading…
Reference in New Issue
Block a user