projects
/
dotfiles-framework.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db0963
)
Enable Mercurial's purge extension.
author
W. Trevor King
<wking@drexel.edu>
Tue, 1 Jun 2010 17:42:50 +0000
(13:42 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 1 Jun 2010 17:42:50 +0000
(13:42 -0400)
This allows
hg purge
which removes all non-versioned files from the working directory.
See http://mercurial.selenic.com/wiki/PurgeExtension
_hgrc
patch
|
blob
|
history
diff --git
a/_hgrc
b/_hgrc
index 6f9bad1720b1ab8e945b62c67e7624af6ab061f2..0e0545b59eaa00453e2b7026df2dc93912d267f0 100644
(file)
--- a/
_hgrc
+++ b/
_hgrc
@@
-1,3
+1,6
@@
# .hgrc a Mercurial configuration file
[ui]
username = W. Trevor King <wking@drexel.edu>
+
+[extensions]
+hgext.purge=