Fri, 21 Aug 2009 21:52:57 +1200 util: Fix date format for 12-hour time.
Carey Evans <carey@carey.geek.nz> [Fri, 21 Aug 2009 21:52:57 +1200] rev 9383
util: Fix date format for 12-hour time.
Sat, 22 Aug 2009 15:36:52 +0200 test-command-template: Don't diff files with same content
Mads Kiilerich <mads@kiilerich.com> [Sat, 22 Aug 2009 15:36:52 +0200] rev 9382
test-command-template: Don't diff files with same content Solaris diff will report "No differences encountered" on stdout
Sat, 22 Aug 2009 10:52:53 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Sat, 22 Aug 2009 10:52:53 +0200] rev 9381
Merge with crew-stable
Sat, 22 Aug 2009 10:50:29 +0200 hgrc.5: document %unset directive
Martin Geisler <mg@lazybytes.net> [Sat, 22 Aug 2009 10:50:29 +0200] rev 9380
hgrc.5: document %unset directive
Sat, 22 Aug 2009 10:25:50 +0200 merge with crew-stable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 22 Aug 2009 10:25:50 +0200] rev 9379
merge with crew-stable
Fri, 21 Aug 2009 14:17:23 +0200 dirstate.write: don't ignore stat data if mtime is in the future (issue1790)
Adrian Buehlmann <adrian@cadifra.com> [Fri, 21 Aug 2009 14:17:23 +0200] rev 9378
dirstate.write: don't ignore stat data if mtime is in the future (issue1790) This change narrows the race guard that was introduced by af3f26b6bba4 ("dirstate: ignore stat data for files that were updated too recently") to not discard the _map entry's stat data if the mtime is in the future. Without this change, status locks files having odd mtimes in the future into the 'unset' state, causing needless file compares later (admittedly harmless), but also inflicting highly irritating sticky effects on tools/plugins that directly read .hg/dirstate (e.g. TortoiseHg).
Sat, 22 Aug 2009 01:37:28 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Sat, 22 Aug 2009 01:37:28 +0200] rev 9377
Merge with crew-stable
Sat, 22 Aug 2009 01:34:56 +0200 hgrc.5: document %include directive
Martin Geisler <mg@lazybytes.net> [Sat, 22 Aug 2009 01:34:56 +0200] rev 9376
hgrc.5: document %include directive
Fri, 21 Aug 2009 16:58:30 +0200 mq: don't mention qtop in module doc string
Martin Geisler <mg@lazybytes.net> [Fri, 21 Aug 2009 16:58:30 +0200] rev 9375
mq: don't mention qtop in module doc string (qtop was removed in b8dc3eba4f9d)
Fri, 21 Aug 2009 14:29:54 +0200 color: no need for itertools, zip() is good enough
Patrick Mezard <pmezard@gmail.com> [Fri, 21 Aug 2009 14:29:54 +0200] rev 9374
color: no need for itertools, zip() is good enough
Fri, 21 Aug 2009 09:33:27 +0200 log: fix traceback for log -k caused by 1ef630452e0b (issue1805)
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 21 Aug 2009 09:33:27 +0200] rev 9373
log: fix traceback for log -k caused by 1ef630452e0b (issue1805)
Thu, 20 Aug 2009 10:41:56 +0200 templater: remove support for ## template variables
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 10:41:56 +0200] rev 9372
templater: remove support for ## template variables
Thu, 20 Aug 2009 08:49:01 +0200 graphlog: simplify ascii drawing to process one cset at a time
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:49:01 +0200] rev 9371
graphlog: simplify ascii drawing to process one cset at a time
Thu, 20 Aug 2009 08:36:20 +0200 graphlog: shorter variable names, fewer underscores, single state container
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:36:20 +0200] rev 9370
graphlog: shorter variable names, fewer underscores, single state container
Thu, 20 Aug 2009 08:35:35 +0200 graphlog: move common code into function again, change function types
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:35:35 +0200] rev 9369
graphlog: move common code into function again, change function types
Thu, 20 Aug 2009 08:35:03 +0200 graphlog: extract some setup code out of common functions
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:35:03 +0200] rev 9368
graphlog: extract some setup code out of common functions
Thu, 20 Aug 2009 08:34:22 +0200 cmdutil: use context objects for walkchangerevs()
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 20 Aug 2009 08:34:22 +0200] rev 9367
cmdutil: use context objects for walkchangerevs()
Tue, 18 Aug 2009 22:07:43 -0400 tags: don't crash if unable to write tag cache
Greg Ward <greg-hg@gerg.ca> [Tue, 18 Aug 2009 22:07:43 -0400] rev 9366
tags: don't crash if unable to write tag cache This happens with hgweb in real life, if the httpd user is unable to write in the repository directory. Another case is doing 'hg incoming' on a repository in the filesystem owned by someone else.
Wed, 19 Aug 2009 12:51:07 +0200 mq: get rid of qnext, qprev and qtop
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 19 Aug 2009 12:51:07 +0200] rev 9365
mq: get rid of qnext, qprev and qtop
Wed, 19 Aug 2009 12:50:46 +0200 mq: add options to qapplied/qunapplied to act like qprev/qnext
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 19 Aug 2009 12:50:46 +0200] rev 9364
mq: add options to qapplied/qunapplied to act like qprev/qnext
Wed, 19 Aug 2009 12:47:04 +0200 hgweb: add web.descend configuration variable
Dirkjan Ochtman <dirkjan@ochtman.nl> [Wed, 19 Aug 2009 12:47:04 +0200] rev 9363
hgweb: add web.descend configuration variable
Tue, 18 Aug 2009 13:59:30 +0200 help: align columns "hg help templates" output
Martin Geisler <mg@lazybytes.net> [Tue, 18 Aug 2009 13:59:30 +0200] rev 9362
help: align columns "hg help templates" output
Tue, 18 Aug 2009 13:55:34 +0200 Merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Tue, 18 Aug 2009 13:55:34 +0200] rev 9361
Merge with crew-stable
Tue, 18 Aug 2009 13:40:19 +0200 help: show results of all date filters
Martin Geisler <mg@lazybytes.net> [Tue, 18 Aug 2009 13:40:19 +0200] rev 9360
help: show results of all date filters
Tue, 18 Aug 2009 13:00:13 +0200 help: document isodatesec and rfc3339 filters (issue1799)
Martin Geisler <mg@lazybytes.net> [Tue, 18 Aug 2009 13:00:13 +0200] rev 9359
help: document isodatesec and rfc3339 filters (issue1799)
Mon, 17 Aug 2009 20:20:34 -0500 Merge with crew-stable
Steve Borho <steve@borho.org> [Mon, 17 Aug 2009 20:20:34 -0500] rev 9358
Merge with crew-stable
Sun, 16 Aug 2009 20:53:49 -0500 iss: make mfc*.dll and msvc*.dll optional
Steve Borho <steve@borho.org> [Sun, 16 Aug 2009 20:53:49 -0500] rev 9357
iss: make mfc*.dll and msvc*.dll optional mfc71.dll was only needed for Python2.4 msvc*.dll is similarly optional Do not bail installer build if not found
Sun, 16 Aug 2009 21:23:48 -0500 iss: take version from iscc command line or __version__.py
Steve Borho <steve@borho.org> [Sun, 16 Aug 2009 21:23:48 -0500] rev 9356
iss: take version from iscc command line or __version__.py Requires InnoSetup Preprocessor to be installed.
(0) -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip