Enable transplant, use abd's fork of hg-git, and alias histedit to rewrite.
author |
Steve Losh <steve@stevelosh.com> |
date |
Mon, 06 Jul 2009 06:05:17 -0400 |
parents |
30876d882752
|
children |
aa40029d1619
|
branches/tags |
(none) |
files |
.hgrc |
Changes
--- a/.hgrc Sun Jul 05 18:34:01 2009 -0400
+++ b/.hgrc Mon Jul 06 06:05:17 2009 -0400
@@ -11,12 +11,16 @@
hgext.mq =
hgext.patchbomb =
hgext.convert =
+hgext.transplant =
color =
parentrevspec =
hgshelve = ~/lib/hg/hgshelve/hgshelve.py
prompt = ~/src/hg-prompt/prompt.py
histedit = ~/lib/hg/histedit
-hg-git = ~/lib/hg/hg-git
+hg-git = ~/lib/hg/hg-git-abderrahim
+
+[alias]
+rewrite = histedit
[diff]
git = True