changeset 20:f6823591218b

Initial commit.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 15 Nov 2011 16:43:27 -0800
parents
children 3ae165d0221a
files hgrc/README.md hgrc/hgrc hgrc/hgrc-Windows_NT
diffstat 3 files changed, 42 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgrc/README.md	Tue Nov 15 16:43:27 2011 -0800
@@ -0,0 +1,6 @@
+
+These are my [Mercurial] configuration files.
+
+
+  [mercurial]: http://hg-scm.com
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgrc/hgrc	Tue Nov 15 16:43:27 2011 -0800
@@ -0,0 +1,23 @@
+[ui]
+username = Ludovic Chabant <ludovic@chabant.com>
+editor = vim
+
+[diff]
+git=True
+
+[extensions]
+mq =
+color =
+extdiff =
+graphlog =
+record =
+
+[alias]
+clog = glog --limit 10 --style compact
+
+[extdiff]
+cmd.sbsdiff = diff
+opts.sbsdiff = -N -b --side-by-side --width=90
+
+%include .hg\hgrc-${OS}
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/hgrc/hgrc-Windows_NT	Tue Nov 15 16:43:27 2011 -0800
@@ -0,0 +1,13 @@
+[ui]
+ssh="${userprofile}\Dropbox\Utilities\plink.exe" -ssh -i "${userprofile}\Dropbox\Personal\Security\PuTTY\key.ppk"
+
+[extensions]
+hggit = ${userprofile}\Code\BitBucket\HgGit\hggit
+
+[extdiff]
+cmds.wdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe"
+
+[tortoisehg]
+editor = "C:\Program Files (x86)\Notepad++\notepad++.exe"
+vdiff = "C:\Program Files (x86)\WinMerge\WinMergeU.exe"
+