Mon, 14 Apr 2008 22:31:33 +0200 localrepo: forbid nullid copyrev
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6535
localrepo: forbid nullid copyrev
Mon, 14 Apr 2008 22:31:33 +0200 verify: check copy source revlog and nodeid
Patrick Mezard <pmezard@gmail.com> [Mon, 14 Apr 2008 22:31:33 +0200] rev 6534
verify: check copy source revlog and nodeid
Sun, 13 Apr 2008 11:31:45 -0500 Merge with -stable
Matt Mackall <mpm@selenic.com> [Sun, 13 Apr 2008 11:31:45 -0500] rev 6533
Merge with -stable
Fri, 11 Apr 2008 15:14:00 +0200 removing unused local ccache in patch.diff
Adrian Buehlmann <adrian@cadifra.com> [Fri, 11 Apr 2008 15:14:00 +0200] rev 6532
removing unused local ccache in patch.diff
Sat, 12 Apr 2008 23:05:51 -0400 merge with -stable
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 12 Apr 2008 23:05:51 -0400] rev 6531
merge with -stable
Sat, 12 Apr 2008 20:51:26 +0200 merge: replace readline() call, missing from posixfile_nt
Patrick Mezard <pmezard@gmail.com> [Sat, 12 Apr 2008 20:51:26 +0200] rev 6530
merge: replace readline() call, missing from posixfile_nt
Sat, 12 Apr 2008 21:34:01 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 12 Apr 2008 21:34:01 +0200] rev 6529
Merge with crew-stable
Sat, 12 Apr 2008 20:03:54 +0200 remove trailing whitespace introduced in cfeeac24fc1e
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sat, 12 Apr 2008 20:03:54 +0200] rev 6528
remove trailing whitespace introduced in cfeeac24fc1e
Sat, 12 Apr 2008 06:37:38 +0300 templates/coal: spell class correctly in {fileentry}
Giorgos Keramidas <keramida@ceid.upatras.gr> [Sat, 12 Apr 2008 06:37:38 +0300] rev 6527
templates/coal: spell class correctly in {fileentry}
Fri, 11 Apr 2008 22:19:52 -0700 repo: add rjoin method
Bryan O'Sullivan <bos@serpentine.com> [Fri, 11 Apr 2008 22:19:52 -0700] rev 6526
repo: add rjoin method
Fri, 11 Apr 2008 22:19:51 -0700 parseurl: make revs optional
Bryan O'Sullivan <bos@serpentine.com> [Fri, 11 Apr 2008 22:19:51 -0700] rev 6525
parseurl: make revs optional
Fri, 11 Apr 2008 22:18:38 -0700 Hoist localpath to the top level
Bryan O'Sullivan <bos@serpentine.com> [Fri, 11 Apr 2008 22:18:38 -0700] rev 6524
Hoist localpath to the top level
Fri, 11 Apr 2008 22:17:20 -0700 test-imerge: disable due to massive brokenness
Bryan O'Sullivan <bos@serpentine.com> [Fri, 11 Apr 2008 22:17:20 -0700] rev 6523
test-imerge: disable due to massive brokenness
Fri, 04 Apr 2008 02:21:53 +0300 use internal merge tool when specified for a merge-pattern in hgrc
Dov Feldstern <dfeldstern@fastimap.com> [Fri, 04 Apr 2008 02:21:53 +0300] rev 6522
use internal merge tool when specified for a merge-pattern in hgrc It is possible to specify in the hgrc file that one of the internal merge tools (internal:fail, internal:local or internal:other) be used for performing merges on files matching a given pattern. However, this setting is not being acted upon (the merge tool is not found). This patch fixes that.
Fri, 04 Apr 2008 02:20:58 +0300 test that internal merge tools are used when set for a merge-pattern in hgrc
Dov Feldstern <dfeldstern@fastimap.com> [Fri, 04 Apr 2008 02:20:58 +0300] rev 6521
test that internal merge tools are used when set for a merge-pattern in hgrc It is possible to specify that one of the internal merge tools (internal:fail, internal:local or internal:other) should be used for performing merges on files matching a given pattern. This test makes sure that such a setting actually works.
Sat, 12 Apr 2008 22:41:07 -0400 fix import with -p0
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 12 Apr 2008 22:41:07 -0400] rev 6520
fix import with -p0
Sat, 12 Apr 2008 21:08:03 +0200 context: handle untracked files in filectx.fileflags()
Patrick Mezard <pmezard@gmail.com> [Sat, 12 Apr 2008 21:08:03 +0200] rev 6519
context: handle untracked files in filectx.fileflags()
Fri, 11 Apr 2008 12:52:56 -0500 resolve: new command
Matt Mackall <mpm@selenic.com> [Fri, 11 Apr 2008 12:52:56 -0500] rev 6518
resolve: new command - add basic resolve command functionality - point failed update and merge at resolve
Fri, 11 Apr 2008 12:04:26 +0200 python-2.6: use sha wrapper from util for new merge code
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 11 Apr 2008 12:04:26 +0200] rev 6517
python-2.6: use sha wrapper from util for new merge code
Fri, 11 Apr 2008 09:27:28 +0200 fixed missing sorting in test-dumprevlog
Adrian Buehlmann <adrian@cadifra.com> [Fri, 11 Apr 2008 09:27:28 +0200] rev 6516
fixed missing sorting in test-dumprevlog The test failed at random because the order of files was non-deterministic, which produced diffs in test output.
Fri, 11 Apr 2008 11:21:55 +0200 test-dumprevlog: fix extra path separator under MacOSX
Patrick Mezard <pmezard@gmail.com> [Fri, 11 Apr 2008 11:21:55 +0200] rev 6515
test-dumprevlog: fix extra path separator under MacOSX The "find .hg/store/ -name '*.i'" command returned paths with extra separators like '.hg/store//00changelog.i'.
Fri, 11 Apr 2008 08:35:37 +0200 Merge from main.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Fri, 11 Apr 2008 08:35:37 +0200] rev 6514
Merge from main.
Thu, 10 Apr 2008 23:07:54 +0200 Add a batch file driver for Windows
Paul Moore <p.f.moore@gmail.com> [Thu, 10 Apr 2008 23:07:54 +0200] rev 6513
Add a batch file driver for Windows
Thu, 10 Apr 2008 15:02:24 -0500 merge: introduce mergestate
Matt Mackall <mpm@selenic.com> [Thu, 10 Apr 2008 15:02:24 -0500] rev 6512
merge: introduce mergestate
Thu, 10 Apr 2008 14:25:50 +0200 Merge with crew-stable.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 10 Apr 2008 14:25:50 +0200] rev 6511
Merge with crew-stable.
Thu, 10 Apr 2008 14:08:38 +0200 win32text: actually import util so util.binary() can be used
Dirkjan Ochtman <dirkjan@ochtman.nl> [Thu, 10 Apr 2008 14:08:38 +0200] rev 6510
win32text: actually import util so util.binary() can be used
Wed, 09 Apr 2008 16:02:37 -0700 issue 1053: heavily qualify the "cp -al" advice for cloning
Bryan O'Sullivan <bos@serpentine.com> [Wed, 09 Apr 2008 16:02:37 -0700] rev 6509
issue 1053: heavily qualify the "cp -al" advice for cloning
Wed, 09 Apr 2008 15:49:20 -0700 Get rid of reimplementations of util.binary
Bryan O'Sullivan <bos@serpentine.com> [Wed, 09 Apr 2008 15:49:20 -0700] rev 6508
Get rid of reimplementations of util.binary
Tue, 08 Apr 2008 13:19:36 +0200 Let util.binary check entire data for \0 (issue1066, issue1079)
Christian Ebert <blacktrash@gmx.net> [Tue, 08 Apr 2008 13:19:36 +0200] rev 6507
Let util.binary check entire data for \0 (issue1066, issue1079)
Wed, 09 Apr 2008 14:12:32 +0200 keyword: check for '\0' in entire data before acting
Christian Ebert <blacktrash@gmx.net> [Wed, 09 Apr 2008 14:12:32 +0200] rev 6506
keyword: check for '\0' in entire data before acting util.binary might not be safe enough, as it fails eg. on certain pdf files (issue1066).
Wed, 09 Apr 2008 14:05:57 +0200 keyword: make overwrite() arguments mandatory
Christian Ebert <blacktrash@gmx.net> [Wed, 09 Apr 2008 14:05:57 +0200] rev 6505
keyword: make overwrite() arguments mandatory
Wed, 09 Apr 2008 14:05:57 +0200 keyword: compact setting of optional arguments
Christian Ebert <blacktrash@gmx.net> [Wed, 09 Apr 2008 14:05:57 +0200] rev 6504
keyword: compact setting of optional arguments
Wed, 09 Apr 2008 14:05:57 +0200 keyword: privatize remaining monkeypatches by moving them into reposetup
Christian Ebert <blacktrash@gmx.net> [Wed, 09 Apr 2008 14:05:57 +0200] rev 6503
keyword: privatize remaining monkeypatches by moving them into reposetup Make it more transparent if and when monkeypatches are needed.
Wed, 09 Apr 2008 14:05:56 +0200 keyword: collect filename patterns, wrap dispatch._parse in uisetup
Christian Ebert <blacktrash@gmx.net> [Wed, 09 Apr 2008 14:05:56 +0200] rev 6502
keyword: collect filename patterns, wrap dispatch._parse in uisetup Store [keyword] config in kwtools. hgcmd defaults to empty string.
Wed, 09 Apr 2008 15:28:30 -0700 Merge
Bryan O'Sullivan <bos@serpentine.com> [Wed, 09 Apr 2008 15:28:30 -0700] rev 6501
Merge
Wed, 09 Apr 2008 15:27:57 -0700 Tidy code, fix typo
Bryan O'Sullivan <bos@serpentine.com> [Wed, 09 Apr 2008 15:27:57 -0700] rev 6500
Tidy code, fix typo
Thu, 20 Dec 2007 20:02:51 +0000 Added hgexecutable support for py2exe/frozen scripts
"Paul Moore <p.f.moore@gmail.com>" [Thu, 20 Dec 2007 20:02:51 +0000] rev 6499
Added hgexecutable support for py2exe/frozen scripts
Tue, 08 Apr 2008 18:40:11 +0200 Remove trailing space
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 08 Apr 2008 18:40:11 +0200] rev 6498
Remove trailing space
Tue, 08 Apr 2008 18:39:41 +0200 merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 08 Apr 2008 18:39:41 +0200] rev 6497
merge with crew-stable
Tue, 08 Apr 2008 15:41:21 +0200 python-2.6: md5 import in test-archive helper
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 08 Apr 2008 15:41:21 +0200] rev 6496
python-2.6: md5 import in test-archive helper
Tue, 08 Apr 2008 15:42:43 +0200 python-2.6: deprecation of GzipFile.filename
Dirkjan Ochtman <dirkjan@ochtman.nl> [Tue, 08 Apr 2008 15:42:43 +0200] rev 6495
python-2.6: deprecation of GzipFile.filename
Thu, 10 Apr 2008 14:24:27 +0200 highlight: backward compatibility with pygments 0.5.1
Benoit Allard <benoit@aeteurope.nl> [Thu, 10 Apr 2008 14:24:27 +0200] rev 6494
highlight: backward compatibility with pygments 0.5.1
Tue, 08 Apr 2008 18:39:02 +0200 Fix spacing error introduced in 5efd447a9b8d
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 08 Apr 2008 18:39:02 +0200] rev 6493
Fix spacing error introduced in 5efd447a9b8d
Mon, 07 Apr 2008 13:16:11 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Mon, 07 Apr 2008 13:16:11 +0200] rev 6492
Merge with crew-stable
Mon, 07 Apr 2008 11:59:20 +0200 convert: check svn branches are directories
Patrick Mezard <pmezard@gmail.com> [Mon, 07 Apr 2008 11:59:20 +0200] rev 6491
convert: check svn branches are directories
Mon, 07 Apr 2008 09:26:40 +0200 Merge from crew-stable.
Dirkjan Ochtman <dirkjan@ochtman.nl> [Mon, 07 Apr 2008 09:26:40 +0200] rev 6490
Merge from crew-stable.
Mon, 07 Apr 2008 09:02:26 +0200 tests/test-diff-copy-depth: using sh instead of bash
Adrian Buehlmann <adrian@cadifra.com> [Mon, 07 Apr 2008 09:02:26 +0200] rev 6489
tests/test-diff-copy-depth: using sh instead of bash test failed on plain FreeBSD 6.2 due to nonexistent bash
Sun, 06 Apr 2008 13:13:31 +0200 gendoc: fix indentation
Christian Ebert <blacktrash@gmx.net> [Sun, 06 Apr 2008 13:13:31 +0200] rev 6488
gendoc: fix indentation
Sun, 06 Apr 2008 13:13:31 +0200 hg.1: bogus escaping of .hg* not needed anymore
Christian Ebert <blacktrash@gmx.net> [Sun, 06 Apr 2008 13:13:31 +0200] rev 6487
hg.1: bogus escaping of .hg* not needed anymore Revert ba40e267762b, 1c1ef561d541 workarounds.
Mon, 07 Apr 2008 09:02:04 +0200 doc: escape .hg at bol in manpages with make (issue1072)
Christian Ebert <blacktrash@gmx.net> [Mon, 07 Apr 2008 09:02:04 +0200] rev 6486
doc: escape .hg at bol in manpages with make (issue1072) This works around a bug in old docbook stylesheets. Remove .*.swp example from hgignore.5.txt. Diagnosis and workaround thanks to Alexis S. L. Carvalho.
Sat, 05 Apr 2008 21:29:02 +0200 highlight: Generate pygments style sheet dynamically
Isaac Jurado <diptongo@gmail.com> [Sat, 05 Apr 2008 21:29:02 +0200] rev 6485
highlight: Generate pygments style sheet dynamically This patch allows a per-repository (for example, within a hgwebdir) selection of pygments_style web option. No static .css files required. Test edited by pmezard (compatibility fixes)
Sat, 05 Apr 2008 19:33:34 +0200 Merge with macencode branch
Patrick Mezard <pmezard@gmail.com> [Sat, 05 Apr 2008 19:33:34 +0200] rev 6484
Merge with macencode branch
Sat, 05 Apr 2008 19:06:16 +0200 win32text: rename forbidcrlforcr() function
Patrick Mezard <pmezard@gmail.com> [Sat, 05 Apr 2008 19:06:16 +0200] rev 6483
win32text: rename forbidcrlforcr() function
Sat, 05 Apr 2008 19:03:45 +0200 test-mactext: simplify test, coverage is ensured by win32text tests
Patrick Mezard <pmezard@gmail.com> [Sat, 05 Apr 2008 19:03:45 +0200] rev 6482
test-mactext: simplify test, coverage is ensured by win32text tests
Thu, 03 Apr 2008 20:41:31 +0900 win32text: Add macencode/macdecode
OHASHI Hideya <ohachige@gmail.com> [Thu, 03 Apr 2008 20:41:31 +0900] rev 6481
win32text: Add macencode/macdecode
Sat, 05 Apr 2008 18:19:49 +0200 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sat, 05 Apr 2008 18:19:49 +0200] rev 6480
Merge with crew-stable
Sat, 05 Apr 2008 18:15:04 +0200 dirstate: do not ignore current directory '.' (issue 1078)
Patrick Mezard <pmezard@gmail.com> [Sat, 05 Apr 2008 18:15:04 +0200] rev 6479
dirstate: do not ignore current directory '.' (issue 1078)
Sat, 05 Apr 2008 17:48:10 +0200 patchbomb: fix cStringIO import (spotted by pychecker)
Christian Ebert <blacktrash@gmx.net> [Sat, 05 Apr 2008 17:48:10 +0200] rev 6478
patchbomb: fix cStringIO import (spotted by pychecker)
Sat, 05 Apr 2008 00:11:36 +0200 Make tests/test-dumprevlog executable
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 05 Apr 2008 00:11:36 +0200] rev 6477
Make tests/test-dumprevlog executable
Sat, 05 Apr 2008 00:04:50 +0200 merge with main
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 05 Apr 2008 00:04:50 +0200] rev 6476
merge with main
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip