Wed, 18 Feb 2009 13:19:30 +0100 tests: use same popen strategy for jython as for nt
Frank Wierzbicki <fwierzbicki@gmail.com> [Wed, 18 Feb 2009 13:19:30 +0100] rev 7792
tests: use same popen strategy for jython as for nt
Tue, 17 Feb 2009 18:47:28 -0500 Makefile: remove locale folder during clean
Brodie Rao <me+hg@dackz.net> [Tue, 17 Feb 2009 18:47:28 -0500] rev 7791
Makefile: remove locale folder during clean
Wed, 18 Feb 2009 00:44:38 +0100 setup: use sys.executable to call hg
Martin Geisler <mg@daimi.au.dk> [Wed, 18 Feb 2009 00:44:38 +0100] rev 7790
setup: use sys.executable to call hg Executing ".\hg" does not work on Windows, but we can instead ask Python to execute hg.
Tue, 17 Feb 2009 23:58:56 +0100 bookmarks: escape literal backslashes in docstring
Martin Geisler <mg@daimi.au.dk> [Tue, 17 Feb 2009 23:58:56 +0100] rev 7789
bookmarks: escape literal backslashes in docstring
Tue, 17 Feb 2009 23:13:48 +0800 i18n: updated Chinese translation
Dongsheng Song <dongsheng.song@gmail.com> [Tue, 17 Feb 2009 23:13:48 +0800] rev 7788
i18n: updated Chinese translation
Mon, 16 Feb 2009 19:35:07 -0600 Introduce HG_PREPEND to solve pretxn races
Matt Mackall <mpm@selenic.com> [Mon, 16 Feb 2009 19:35:07 -0600] rev 7787
Introduce HG_PREPEND to solve pretxn races - add writepending to flush delayed writes to separate file - add support in hooks for lazy evaluation of callable parameters - add HG_PENDING to pretxn hooks - call writepending if hook is used - pass repo root to hook environment - if HG_PENDING = repo root, we're in pretxn hook - read pending data to make pending changesets visible - filter HG_PENDING in tests/printenv.py
Sun, 18 Jan 2009 19:59:51 +0100 rebase: pull --rebase updates if there is nothing to rebase
Stefano Tortarolo <stefano.tortarolo@gmail.com> [Sun, 18 Jan 2009 19:59:51 +0100] rev 7786
rebase: pull --rebase updates if there is nothing to rebase
Tue, 10 Feb 2009 22:47:38 +0100 test-merge-tool: Make sure no hgmerge can be found in $PATH
Mads Kiilerich <mads@kiilerich.com> [Tue, 10 Feb 2009 22:47:38 +0100] rev 7785
test-merge-tool: Make sure no hgmerge can be found in $PATH The merge tool selecting algorithm is hardcoded to look for hgmerge in $PATH before it falls back to use internal merge. This fixes the test for this fallback to be tolerant to existing hgmerges.
Mon, 16 Feb 2009 17:37:23 -0600 audit: check for casefolding of .hg (issue1450)
Matt Mackall <mpm@selenic.com> [Mon, 16 Feb 2009 17:37:23 -0600] rev 7784
audit: check for casefolding of .hg (issue1450)
Mon, 16 Feb 2009 17:37:23 -0600 patch: teach selectfile about symlinks (issue1438)
Matt Mackall <mpm@selenic.com> [Mon, 16 Feb 2009 17:37:23 -0600] rev 7783
patch: teach selectfile about symlinks (issue1438)
Mon, 16 Feb 2009 17:37:23 -0600 mq: handle empty patches more gracefully (issue1501)
Matt Mackall <mpm@selenic.com> [Mon, 16 Feb 2009 17:37:23 -0600] rev 7782
mq: handle empty patches more gracefully (issue1501)
Mon, 16 Feb 2009 17:37:23 -0600 keepalive: borrow code from newer httplib to patch ValueError (issue1088)
Matt Mackall <mpm@selenic.com> [Mon, 16 Feb 2009 17:37:23 -0600] rev 7781
keepalive: borrow code from newer httplib to patch ValueError (issue1088)
Mon, 16 Feb 2009 17:37:23 -0600 rename: simplify forced renaming
Matt Mackall <mpm@selenic.com> [Mon, 16 Feb 2009 17:37:23 -0600] rev 7780
rename: simplify forced renaming This should help work around virus scanner issues with rename on Windows.
Mon, 16 Feb 2009 17:37:23 -0600 log: ignore --removed if no files specified (issue1166)
Matt Mackall <mpm@selenic.com> [Mon, 16 Feb 2009 17:37:23 -0600] rev 7779
log: ignore --removed if no files specified (issue1166) Otherwise we filter out merge changesets with no changed files
Mon, 16 Feb 2009 17:37:23 -0600 Don't fail on clone on win98 (issue1492)
Matt Mackall <mpm@selenic.com> [Mon, 16 Feb 2009 17:37:23 -0600] rev 7778
Don't fail on clone on win98 (issue1492)
Sun, 15 Feb 2009 20:18:29 +0200 zeroconf: don't allow ipv6 addresses
Alexander Solovyov <piranha@piranha.org.ua> [Sun, 15 Feb 2009 20:18:29 +0200] rev 7777
zeroconf: don't allow ipv6 addresses
Mon, 16 Feb 2009 01:41:01 +0100 hgk: select first changeset at startup (issue1382)
Martin Geisler <mg@daimi.au.dk> [Mon, 16 Feb 2009 01:41:01 +0100] rev 7776
hgk: select first changeset at startup (issue1382)
Mon, 16 Feb 2009 00:09:47 +0100 pure/mpatch: use StringIO instead of mmap (issue1493)
Martin Geisler <mg@daimi.au.dk> [Mon, 16 Feb 2009 00:09:47 +0100] rev 7775
pure/mpatch: use StringIO instead of mmap (issue1493) This is more portable than memory mapping /dev/zero: Windows obviously does not have /dev/zero and mapping /dev/zero failed on Mac OS X.
Wed, 11 Feb 2009 21:47:57 +0100 Handle when the slicemap option is an empty string
Stefan Rusek <stefan@rusek.org> [Wed, 11 Feb 2009 21:47:57 +0100] rev 7774
Handle when the slicemap option is an empty string In the cmdtable for the convert extension, the default value for splicefile is empty string, while mapfile (the class that reads splicemaps) expects either a real path or None. This patch changes mapfile to expect a real path or logical false (False, None, empty string, etc.)
Sun, 08 Feb 2009 13:46:04 +0100 test suite: saver check if bzr is installed
Simon Heimberg <simohe@besonet.ch> [Sun, 08 Feb 2009 13:46:04 +0100] rev 7773
test suite: saver check if bzr is installed Test if bzrlib.__doc__ is not empty. Ignores an empty lib.
Tue, 10 Feb 2009 13:26:00 -0600 fancyopts: Parse options that occur after arguments.
Augie Fackler <durin42@gmail.com> [Tue, 10 Feb 2009 13:26:00 -0600] rev 7772
fancyopts: Parse options that occur after arguments. This changes the behavior of qguard in the case of setting negative guards, as -- will now always be required. Fixes issue1402. Doc fixes for mq by mpm.
Tue, 10 Feb 2009 16:31:52 -0600 tests: Add a test for the behavior of 'hg export -- -2'
Augie Fackler <durin42@gmail.com> [Tue, 10 Feb 2009 16:31:52 -0600] rev 7771
tests: Add a test for the behavior of 'hg export -- -2'
Sun, 15 Feb 2009 11:14:20 -0600 fix disappearing symlinks [issue1509]
Peter van Dijk <mercurial-bugs@selenic.com> [Sun, 15 Feb 2009 11:14:20 -0600] rev 7770
fix disappearing symlinks [issue1509]
Tue, 10 Feb 2009 16:11:48 +0100 test-merge-tools: Don't use tac
Mads Kiilerich <mads@kiilerich.com> [Tue, 10 Feb 2009 16:11:48 +0100] rev 7769
test-merge-tools: Don't use tac "tac" was a bad tool - is not available on all platforms. The test now only uses the "tools" true, false, head, echo, cat and /bin/cat
Sun, 15 Feb 2009 10:50:48 -0600 merge: mark kept local files as readded on linear update (issue539)
Matt Mackall <mpm@selenic.com> [Sun, 15 Feb 2009 10:50:48 -0600] rev 7768
merge: mark kept local files as readded on linear update (issue539)
Mon, 09 Feb 2009 07:55:42 -0600 Use shutil.copystat in copyfile().
Will Maier <willmaier@ml1.net> [Mon, 09 Feb 2009 07:55:42 -0600] rev 7767
Use shutil.copystat in copyfile().
Sun, 08 Feb 2009 15:58:39 +0100 Update tcsh completion scripts with new commands and for new help output.
Gilles Moris <gilles.moris@free.fr> [Sun, 08 Feb 2009 15:58:39 +0100] rev 7766
Update tcsh completion scripts with new commands and for new help output. Also make the build script executable.
Sun, 08 Feb 2009 08:44:33 +0100 resolve: accepts walkopts (-I and -X)
Simon Heimberg <simohe@besonet.ch> [Sun, 08 Feb 2009 08:44:33 +0100] rev 7765
resolve: accepts walkopts (-I and -X)
Sun, 15 Feb 2009 12:56:38 +0100 help: better formatting in "Date Formats" section
timeless <timeless@gmail.com> [Sun, 15 Feb 2009 12:56:38 +0100] rev 7764
help: better formatting in "Date Formats" section
Sat, 14 Feb 2009 22:41:18 +0100 log-like commands now use -G for --graph, -g for --git
Jim Correia <jim.correia@pobox.com> [Sat, 14 Feb 2009 22:41:18 +0100] rev 7763
log-like commands now use -G for --graph, -g for --git
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip