Remove some unused extensions.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 07 Jan 2010 17:51:26 -0500 |
parents |
5e9b8669ce08
|
children |
2d16a749fa6a
6976591c3382
|
branches/tags |
(none) |
files |
.hgrc |
Changes
--- a/.hgrc Wed Dec 30 22:43:08 2009 -0500
+++ b/.hgrc Thu Jan 07 17:51:26 2010 -0500
@@ -10,8 +10,6 @@
purge =
mq =
patchbomb =
-convert =
-transplant =
extdiff =
color =
parentrevspec =
@@ -23,7 +21,6 @@
hggit = ~/lib/hg/hg-git/hggit
collapse = ~/lib/hg/hgcollapse/hgext/collapse.py
diffstat = ~/lib/hg/hgdiffstat/hgext/diffstat.py
-compass = ~/lib/hg/hg-compass/compass.py
review = ~/src/hg-review/review
[schemes]
@@ -91,7 +88,6 @@
cm = commit -m
up = update --check
? = summary
-_ = compass --hide-closed
: = status
show = log --template 'changeset: {rev}:{node|short} \033[33;40m{tags}\033[37;40m\033[35;40m{branches}\033[37;40m\nauthor: {author}\ndate: {date|rfc822date} ({date|age} ago)\nsummary: {desc|firstline}\n\nadded: \033[32;40m{file_adds}\033[37;40m\nremoved: \033[31;40m{file_dels}\033[37;40m\nchanged: \033[36;40m{file_mods}\033[37;40m\n\n' --color=always -pr