log mercurial/help/config.txt @ 31589:7e3b145f8247

age author description
Tue, 21 Mar 2017 17:50:44 -0700 Martin von Zweigbergk status: support commands.status.relative config
Tue, 14 Mar 2017 17:43:18 -0700 Ryan McElroy update: add flag to require update destination
Tue, 21 Feb 2017 22:53:38 +0100 Pierre-Yves David help: use 'churn' instead of 'color' as an example extension
Tue, 21 Feb 2017 20:04:55 +0100 Pierre-Yves David color: update main documentation
Fri, 17 Feb 2017 11:08:36 +0100 Rainer Woitok doc: correct example concerning "hg purge" alias in man page "hgrc.5"
Tue, 07 Feb 2017 17:33:35 +0100 David Demelier hg: allow usage of XDG_CONFIG_HOME/hg/hgrc
Tue, 10 Jan 2017 23:37:08 -0800 Gregory Szorc hgweb: support Content Security Policy
Sat, 24 Dec 2016 15:29:32 -0700 Gregory Szorc protocol: send application/mercurial-0.2 responses to capable clients
Sat, 24 Dec 2016 15:21:46 -0700 Gregory Szorc wireproto: advertise supported media types and compression formats
Wed, 04 Jan 2017 22:32:42 -0600 Sean Farley config: add docs for ignoring all text below in the editor
Wed, 09 Nov 2016 16:04:44 -0800 Gregory Szorc help: fix double word usage
Fri, 04 Nov 2016 21:44:25 -0700 Gregory Szorc profiling: make statprof the default profiler (BC)
Fri, 04 Nov 2016 20:50:38 -0700 Gregory Szorc profiling: use vendored statprof and upstream enhancements (BC)
Sun, 14 Aug 2016 17:51:12 -0700 Gregory Szorc profiling: add a context manager that no-ops if profiling isn't enabled
Mon, 15 Aug 2016 12:26:02 -0400 Augie Fackler merge with stable
Sun, 07 Aug 2016 18:09:58 -0700 Gregory Szorc hgweb: config option to control zlib compression level
Mon, 08 Aug 2016 16:47:42 +0200 Mathias De Maré help: add example of '[templates]' usage stable
Mon, 01 Aug 2016 06:08:27 +0900 FUJIWARA Katsunori doc: make previous line of certificate example end with "::" stable
Mon, 01 Aug 2016 06:08:27 +0900 FUJIWARA Katsunori doc: fix incorrect use of rst hg role in help text stable
Sun, 17 Jul 2016 10:59:32 -0700 Gregory Szorc sslutil: support defining cipher list
Wed, 13 Jul 2016 21:35:54 -0700 Gregory Szorc sslutil: require TLS 1.1+ when supported
Thu, 14 Jul 2016 20:47:22 -0700 Gregory Szorc sslutil: config option to specify TLS protocol version
Thu, 30 Jun 2016 18:59:53 -0700 Gregory Szorc hgweb: expose list of per-repo labels to templates
Fri, 01 Jul 2016 16:02:56 -0500 Matt Mackall merge with stable
Sun, 26 Jun 2016 07:59:02 -0700 Gregory Szorc ui: path option to declare which revisions to push by default
Thu, 16 Jun 2016 09:15:12 -0700 Mike Miller help: document that [subpaths] may rewrite relative paths stable
Tue, 07 Jun 2016 20:29:54 -0700 Gregory Szorc sslutil: per-host config option to define certificates
Sat, 04 Jun 2016 11:13:28 -0700 Gregory Szorc mail: unsupport smtp.verifycert (BC)
Sat, 28 May 2016 12:37:36 -0700 Gregory Szorc sslutil: allow fingerprints to be specified in [hostsecurity]
Thu, 28 Apr 2016 10:37:47 -0400 Jordi Gutiérrez Hermoso dispatch: add fail-* family of hooks