Added hg config.
authoruser@localhost
Sat, 24 Apr 2010 21:44:38 +0300
changeset 59 9c0a6fa1b7bd
parent 55 8fd48debf4cc
child 60 0980cc675a28
Added hg config.
.hgignore
.hgrc
Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgignore	Sat Apr 24 21:44:38 2010 +0300
@@ -0,0 +1,10 @@
+syntax: glob
+*.o
+*.obj
+*.exe
+*.lib
+*.a
+*.so
+*.elc
+*.pyc
+*~
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgrc	Sat Apr 24 21:44:38 2010 +0300
@@ -0,0 +1,7 @@
+[defaults]
+log = -v
+incoming = -v
+outgoing = -v
+
+[extensions]
+hgext.fetch =
--- a/Makefile	Sat Apr 03 11:09:46 2010 +0300
+++ b/Makefile	Sat Apr 24 21:44:38 2010 +0300
@@ -12,7 +12,7 @@
   host_os = windows
 endif
 
-ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh
+ITEMS = .Xdefaults .bashrc .mailsign .xinitrc .mc .vimrc .inputrc .ssh .hgrc .hgignore
 
 .PHONY: install
 install: