##// END OF EJS Templates
sample.hgrc: hgk extension is now in hgext. Use churn as example for contrib.
Thomas Arendsen Hein -
r3944:20f1c844 default
parent child Browse files
Show More
@@ -46,7 +46,7 b''
46 ### hgk - GUI repository browser
46 ### hgk - GUI repository browser
47 ### hg help view
47 ### hg help view
48
48
49 # hgk = /home/user/hg/hg/contrib/hgk.py
49 # hgext.hgk =
50
50
51 ### mq - Mercurial patch queues
51 ### mq - Mercurial patch queues
52 ### hg help mq
52 ### hg help mq
@@ -63,6 +63,11 b''
63
63
64 # hgext.patchbomb =
64 # hgext.patchbomb =
65
65
66 ### churn - create a graph showing who changed the most lines
67 ### hg help churn
68
69 # hgext.churn = /home/user/hg/hg/contrib/churn.py
70
66 ### win32text - line ending conversion filters for the Windows platform
71 ### win32text - line ending conversion filters for the Windows platform
67
72
68 # hgext.win32text =
73 # hgext.win32text =
General Comments 0
You need to be logged in to leave comments. Login now