Fri, 01 May 2009 12:35:13 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Fri, 01 May 2009 12:35:13 +0200] rev 8270
Merge with crew-stable
Thu, 30 Apr 2009 23:57:36 -0500 simplemerge: use ui.warn() for warnings
Steve Borho <steve@borho.org> [Thu, 30 Apr 2009 23:57:36 -0500] rev 8269
simplemerge: use ui.warn() for warnings
Sat, 02 May 2009 12:57:20 +0200 test-glog: Remove sed hack - '...$HGTMP...' isn't expanded anyway
Mads Kiilerich <mads@kiilerich.com> [Sat, 02 May 2009 12:57:20 +0200] rev 8268
test-glog: Remove sed hack - '...$HGTMP...' isn't expanded anyway
Sat, 02 May 2009 12:13:24 +0200 test-convert-baz: hide GNU tar deprecation warning
Mads Kiilerich <mads@kiilerich.com> [Sat, 02 May 2009 12:13:24 +0200] rev 8267
test-convert-baz: hide GNU tar deprecation warning
Fri, 01 May 2009 12:26:37 +0200 rebase: fix bug where --keepbranches could leave wrong branch in dirstate
Patrick Mezard <pmezard@gmail.com> [Fri, 01 May 2009 12:26:37 +0200] rev 8266
rebase: fix bug where --keepbranches could leave wrong branch in dirstate Report and original fix by Augie Fackler <durin42@gmail.com>
Thu, 30 Apr 2009 19:22:06 -0500 config: add parse interface
Matt Mackall <mpm@selenic.com> [Thu, 30 Apr 2009 19:22:06 -0500] rev 8265
config: add parse interface
Mon, 27 Apr 2009 21:33:39 +0300 zeroconf: guess ip for Zeroconf
Alexander Solovyov <piranha@piranha.org.ua> [Mon, 27 Apr 2009 21:33:39 +0300] rev 8264
zeroconf: guess ip for Zeroconf Zeroconf() is actually pretty dumb in guessing IPs and in case of socket.gaierror will not guess right IP.
Wed, 29 Apr 2009 20:47:30 -0500 config: allow spaces in key portion of items
Matt Mackall <mpm@selenic.com> [Wed, 29 Apr 2009 20:47:30 -0500] rev 8263
config: allow spaces in key portion of items
Wed, 29 Apr 2009 20:47:28 -0500 localrepo: use set for requirements
Matt Mackall <mpm@selenic.com> [Wed, 29 Apr 2009 20:47:28 -0500] rev 8262
localrepo: use set for requirements
Wed, 29 Apr 2009 20:47:18 -0500 dirstate: use propertycache
Matt Mackall <mpm@selenic.com> [Wed, 29 Apr 2009 20:47:18 -0500] rev 8261
dirstate: use propertycache
Wed, 29 Apr 2009 20:47:15 -0500 localrepo: use propertycache
Matt Mackall <mpm@selenic.com> [Wed, 29 Apr 2009 20:47:15 -0500] rev 8260
localrepo: use propertycache
Thu, 30 Apr 2009 10:15:32 -0500 ui: replace regexp pattern with sequence of choices
Steve Borho <steve@borho.org> [Thu, 30 Apr 2009 10:15:32 -0500] rev 8259
ui: replace regexp pattern with sequence of choices Use ampersands (&) to delineate the response char in each choice. ui.prompt() responses are now explicitly case insensitive. GUIs that subclass ui can generate dialogs from the full choice names.
Fri, 24 Apr 2009 14:40:56 -0700 run-tests.py: ensure that hgpkg is always visible
Bryan O'Sullivan <bos@serpentine.com> [Fri, 24 Apr 2009 14:40:56 -0700] rev 8258
run-tests.py: ensure that hgpkg is always visible
Thu, 30 Apr 2009 08:38:20 +0200 Fix missing import from e68e149f4d44 merge
Patrick Mezard <pmezard@gmail.com> [Thu, 30 Apr 2009 08:38:20 +0200] rev 8257
Fix missing import from e68e149f4d44 merge
Wed, 29 Apr 2009 23:56:20 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Wed, 29 Apr 2009 23:56:20 +0200] rev 8256
Merge with crew-stable
Wed, 29 Apr 2009 09:30:28 +0200 util.rename: use temporary file name for rename-targets on windows
Sune Foldager <cryo@cyanite.org> [Wed, 29 Apr 2009 09:30:28 +0200] rev 8255
util.rename: use temporary file name for rename-targets on windows Use a temporary file name as target for a forced rename on Windows. The target file name is not opened at any time; just renamed into and then unlinked. Using a temporary instead of a static name is necessary since otherwise a hg crash can leave the file lying around, blocking future attempts at renaming.
Wed, 29 Apr 2009 20:03:54 +0200 churn: use .hgchurn in repo root as default map file
Martin Geisler <mg@lazybytes.net> [Wed, 29 Apr 2009 20:03:54 +0200] rev 8254
churn: use .hgchurn in repo root as default map file
Sun, 26 Apr 2009 01:49:12 +0200 win32text: add copyright header
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:49:12 +0200] rev 8253
win32text: add copyright header
Sun, 26 Apr 2009 01:48:53 +0200 patchbomb: add copyright and license header
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:48:53 +0200] rev 8252
patchbomb: add copyright and license header
Sun, 26 Apr 2009 01:48:43 +0200 highlight: add copyright and license header
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:48:43 +0200] rev 8251
highlight: add copyright and license header
Sun, 26 Apr 2009 01:47:44 +0200 convert: add copyright and license headers to back-ends
Martin Geisler <mg@lazybytes.net> [Sun, 26 Apr 2009 01:47:44 +0200] rev 8250
convert: add copyright and license headers to back-ends
Sat, 18 Apr 2009 13:29:48 -0400 Reproduce crash where synthetic revs break merge detection (issue1578).
Greg Ward <greg-hg@gerg.ca> [Sat, 18 Apr 2009 13:29:48 -0400] rev 8249
Reproduce crash where synthetic revs break merge detection (issue1578). (The fix for this was committed as 9bbcfa898cd3.) Slightly edited by Patrick Mezard <pmezard@gmail.com>
Wed, 29 Apr 2009 21:48:59 +0200 convert/svn: ignore composite tags
Patrick Mezard <pmezard@gmail.com> [Wed, 29 Apr 2009 21:48:59 +0200] rev 8248
convert/svn: ignore composite tags Tools like cvs2svn generate tags made of files coming from different revisions from different branches. This is not supported by Mercurial, and it slows down the conversion a lot. Ignore them. See bacula@4082 for a sample.
Wed, 29 Apr 2009 21:48:15 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Wed, 29 Apr 2009 21:48:15 +0200] rev 8247
Merge with crew-stable
Wed, 29 Apr 2009 21:44:25 +0200 convert/svn: keep latest and not oldest tag value
Patrick Mezard <pmezard@gmail.com> [Wed, 29 Apr 2009 21:44:25 +0200] rev 8246
convert/svn: keep latest and not oldest tag value
Tue, 28 Apr 2009 17:17:54 +0200 Don't use sed -r; instead use old-style regexp
Martijn Pieters <mj@zopatista.com> [Tue, 28 Apr 2009 17:17:54 +0200] rev 8245
Don't use sed -r; instead use old-style regexp Rev d895158fe8af introduced some sed -r tests, but -r is only available on GNU sed, while BSD sed uses -E. Better to use old-style regular expressions, that way the tests work on all sed variants.
Tue, 28 Apr 2009 18:14:49 +0200 localrepo: Refactor var names in filecommit to improve readability.
Martijn Pieters <mj@zopatista.com> [Tue, 28 Apr 2009 18:14:49 +0200] rev 8244
localrepo: Refactor var names in filecommit to improve readability.
Wed, 29 Apr 2009 18:36:55 +0200 merge with crew-stable
Martin Geisler <mg@lazybytes.net> [Wed, 29 Apr 2009 18:36:55 +0200] rev 8243
merge with crew-stable I pushed the dd1b47e17d7e to crew before realizing that it would also be suitable for crew-stable, hence the double changeset.
Wed, 29 Apr 2009 11:39:49 +0200 Fix typeerror when specifying both --rebase and --pull
Martijn Pieters <mj@zopatista.com> [Wed, 29 Apr 2009 11:39:49 +0200] rev 8242
Fix typeerror when specifying both --rebase and --pull
Wed, 29 Apr 2009 11:39:49 +0200 Fix typeerror when specifying both --rebase and --pull
Martijn Pieters <mj@zopatista.com> [Wed, 29 Apr 2009 11:39:49 +0200] rev 8241
Fix typeerror when specifying both --rebase and --pull
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip