Wed, 06 Aug 2008 15:10:05 +0200 |
Benoit Boissinot |
ui: add an option to prompt for the username when it isn't provided
|
Wed, 14 May 2008 01:08:51 +0200 |
Adrian Buehlmann |
doc/hgrc.5.txt: add anchors for sections
|
Tue, 01 Apr 2008 14:35:35 +0200 |
Christian Ebert |
asciidoc: consistently use 1 space after full stop
|
Tue, 01 Apr 2008 14:35:11 +0200 |
Christian Ebert |
hgrc.5: fix subsection formatting
|
Thu, 20 Mar 2008 11:12:35 -0500 |
Matt Mackall |
pager: remove pager code from core
|
Fri, 07 Mar 2008 16:19:46 +0100 |
Peter Arrenbrecht |
make hgrc man page tell about ~/.hgrc on Windows
|
Tue, 18 Mar 2008 22:12:34 +0100 |
David Soria Parra |
Use the pager given by the environment to display long output
|
Fri, 07 Mar 2008 00:24:36 +0100 |
Thomas Arendsen Hein |
Removed trailing spaces from everything except test output
|
Thu, 28 Feb 2008 22:39:59 +0100 |
Thomas Arendsen Hein |
Add config option to disable putting .hg_archival.txt inside archives.
|
Tue, 26 Feb 2008 06:25:11 -0600 |
Steve Borho |
add explicit extension disabling syntax to hgrc.5
|
Mon, 18 Feb 2008 19:21:33 +0100 |
Thomas Arendsen Hein |
merge backout
|
Mon, 18 Feb 2008 19:20:22 +0100 |
Thomas Arendsen Hein |
Backed out changeset b913d3aacddc (see issue971/msg5317)
|
Wed, 06 Feb 2008 20:32:06 -0600 |
Steve Borho |
filemerge: add 'checkchanged' merge tool property
|
Thu, 31 Jan 2008 22:32:11 -0600 |
Steve Borho |
add merge sections to hgrc.5
|
Fri, 01 Feb 2008 13:31:46 -0800 |
Bryan O'Sullivan |
profile: expand PID in output file name
|
Fri, 01 Feb 2008 13:09:45 -0800 |
Bryan O'Sullivan |
profiling: allow CGI and FastCGI to be profiled
|
Tue, 22 Jan 2008 23:07:23 +0100 |
Michele Cella |
added an entry about the prefix option inside the hgrc man page
|
Tue, 01 Jan 2008 17:07:15 +0100 |
Thomas Arendsen Hein |
Don't let ui.username override web.contact (issue900)
|
Thu, 20 Dec 2007 07:46:47 -0800 |
Jesse Glick |
man 5 hgrc implied you need to use external tools to do CRLF translation.
|
Mon, 10 Dec 2007 10:23:56 -0600 |
Matt Mackall |
doc: correct preoutgoing description
|
Sun, 02 Dec 2007 17:15:03 +0100 |
Steve Borho |
win32: read system rcpath from registry
|
Tue, 07 Aug 2007 10:24:33 +0200 |
Thomas Arendsen Hein |
Remove trailing spaces
|
Mon, 25 Jun 2007 22:41:15 +0200 |
Thomas Arendsen Hein |
New config option: ui.report_untrusted (defaults to True)
|
Sun, 24 Jun 2007 11:17:49 +0200 |
Thomas Arendsen Hein |
Fixed sorting inside nearly sorted sections in hgrc.5
|
Mon, 25 Jun 2007 14:46:20 +0200 |
Markus F.X.J. Oberhumer |
Add option "hidden" to hgwebdir.
|
Wed, 13 Jun 2007 18:18:06 +0900 |
OHASHI Hideya |
Enable to select encoding in hgrc web section
|
Thu, 21 Jun 2007 10:00:59 +0200 |
Thomas Arendsen Hein |
Backed out changeset cfa477946181824f4c769580ebf59710090ba08a
|
Thu, 21 Jun 2007 09:45:33 +0200 |
Thomas Arendsen Hein |
Adjust note about variables not being set for empty values.
|
Wed, 20 Jun 2007 22:05:43 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 20 Jun 2007 21:35:41 +0200 |
Patrick Mezard |
Document empty environment variables not being passed to hooks under Windows.
|
Tue, 19 Jun 2007 08:51:34 +0200 |
Thomas Arendsen Hein |
Updated copyright notices and add "and others" to "hg version"
|
Mon, 18 Jun 2007 17:49:56 -0500 |
Matt Mackall |
dispatch: add generic pre- and post-command hooks
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add ui.slash hgrc setting
|
Sat, 12 May 2007 21:09:31 +0200 |
Patrick Mezard |
Add ui.patch option.
|
Thu, 08 Mar 2007 16:12:52 -0600 |
Matt Mackall |
Allow disabling store format to work with absurdly long filenames
|
Thu, 15 Feb 2007 08:51:32 -0200 |
Alexis S. L. Carvalho |
hgweb: allow static files to be served directly by the HTTP server
|
Thu, 25 Jan 2007 17:57:51 +0100 |
Thomas Arendsen Hein |
Adjust documentation for 78a0dd93db0b (empty username to force specifying it)
|
Fri, 29 Dec 2006 04:22:31 +0100 |
Benoit Boissinot |
add [diff] section to hgrc documentation
|
Fri, 08 Dec 2006 22:01:05 -0200 |
Alexis S. L. Carvalho |
Allow the user to specify the fallback encoding for the changelog
|
Tue, 28 Nov 2006 21:16:05 +0100 |
Benoit Boissinot |
only print a warning when no username is specified
|
Sun, 05 Nov 2006 21:57:52 +0100 |
Thomas Arendsen Hein |
Corrected documentation for return value of python hooks.
|
Thu, 26 Oct 2006 19:25:45 +0200 |
Alexis S. L. Carvalho |
save settings from untrusted config files in a separate configparser
|
Thu, 26 Oct 2006 19:25:44 +0200 |
Alexis S. L. Carvalho |
Only read .hg/hgrc files from trusted users/groups
|
Mon, 23 Oct 2006 14:56:51 +0200 |
Thomas Arendsen Hein |
Commit username: Better error message, abort on empty name, fix documentation.
|
Wed, 18 Oct 2006 22:24:03 +0200 |
Benoit Boissinot |
makes username mandatory
|
Fri, 15 Sep 2006 16:01:16 -0500 |
Matt Mackall |
Merge with backout
|
Fri, 15 Sep 2006 16:00:16 -0500 |
Matt Mackall |
Back out trusted hgrc change for now
|
Sat, 02 Sep 2006 20:24:53 +0800 |
TK Soh |
add document on command defaults
|
Tue, 29 Aug 2006 19:26:58 +0200 |
Benoit Boissinot |
Document the fact that revert might overwrite .orig files
|
Tue, 22 Aug 2006 20:45:03 -0300 |
Alexis S. L. Carvalho |
Only read .hg/hgrc files from trusted users/groups
|
Mon, 21 Aug 2006 21:59:29 -0700 |
Bryan O'Sullivan |
Add ui.strict config item.
|
Fri, 11 Aug 2006 09:11:54 +0200 |
Thomas Arendsen Hein |
Adjusted documentation for hgrc's "[smtp] host" for change in 9f745d3675d4.
|
Thu, 27 Jul 2006 13:18:21 +0200 |
Christian Ebert |
email: reflect that recipients are specified as comma-separated list
|
Wed, 26 Jul 2006 14:42:17 +0200 |
Christian Ebert |
added documentation for to, cc, and bcc addressing
|
Wed, 26 Jul 2006 15:21:20 +0200 |
Christian Ebert |
fix reference to "smtp" section
|
Tue, 25 Jul 2006 13:50:32 -0700 |
Vadim Gelfer |
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
|
Mon, 24 Jul 2006 23:06:05 -0700 |
Frank Kingswood |
hgweb: Configurable zebra stripes
|
Sun, 16 Jul 2006 10:04:16 -0700 |
Vadim Gelfer |
rename stream hgrc option to compressed.
|
Sat, 15 Jul 2006 16:06:35 -0700 |
Vadim Gelfer |
clone: disable stream support on server side by default.
|
Sun, 09 Jul 2006 14:12:19 +0200 |
Valentino Volonghi aka dialtone |
adding local_hostname option to smtp configuration
|