Add mergetools.hgrc patch
This commit is contained in:
parent
733dfe8ae3
commit
78da9c97d1
@ -1,2 +1,3 @@
|
|||||||
mercurial-1.0.tar.gz
|
mercurial-1.0.tar.gz
|
||||||
mercurial-site-start.el
|
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/
|
URL: http://www.selenic.com/mercurial/
|
||||||
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
|
Source0: http://www.selenic.com/mercurial/release/%{name}-%{version}.tar.gz
|
||||||
Source1: mercurial-site-start.el
|
Source1: mercurial-site-start.el
|
||||||
|
Patch0: mercurial-mergetools.hgrc.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: python-devel asciidoc xmlto
|
BuildRequires: python-devel asciidoc xmlto
|
||||||
BuildRequires: emacs emacs-el
|
BuildRequires: emacs emacs-el
|
||||||
@ -78,6 +79,7 @@ documentation.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make all
|
make all
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
9f8dd7fa6f8886f77be9b923f008504c mercurial-1.0.tar.gz
|
9f8dd7fa6f8886f77be9b923f008504c mercurial-1.0.tar.gz
|
||||||
04d22d401ce507989137d7171c2502f0 mercurial-site-start.el
|
04d22d401ce507989137d7171c2502f0 mercurial-site-start.el
|
||||||
|
48afc53e60fff52d2283a8c028436abd mercurial-mergetools.hgrc.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user