Download:
child 109:25b567fe3a83
parent 107:5b333e300578
108:12a72179704b
Anton Shestakov <av6@dwimlabs.net>, Mon, 04 Jan 2016 14:33:52 +0800
.hgrc: never send patchbomb intro email

1 файлов изменено, 6 вставок(+), 3 удалений(-) [+]
.hgrc file | annotate | diff | comparison | revisions
--- a/.hgrc Mon Jan 04 14:24:12 2016 +0800
+++ b/.hgrc Mon Jan 04 14:33:52 2016 +0800
@@ -7,6 +7,10 @@
[phases]
publish = False
+[diff]
+git = True
+showfunc = True
+
[extensions]
pager =
progress =
@@ -19,9 +23,8 @@
pvr = log --pager=always -pvr
. = pvr .
-[diff]
-git = True
-showfunc = True
+[patchbomb]
+intro = never
[pager]
pager = LESS='FSRX' less