Fri, 01 Jun 2007 19:45:05 +0200 Make "hg incoming -r revision_number" work for remote repos (issue566)
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Jun 2007 19:45:05 +0200] rev 4473
Make "hg incoming -r revision_number" work for remote repos (issue566) Uses the remote repository's lookup method as pull does and only transfers what is needed to calculate incoming changesets. One minor problem: As only the needed changesets are transfered and stored in a local bundle repository, the tip tag of this bundle is shows despite not being the tip changeset of the remote repository. (see "+tag: tip" in tests/test-incoming-outgoing.out in this patch)
Fri, 01 Jun 2007 16:02:49 +0200 Corrected similarity parameter used in test-addremove
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Jun 2007 16:02:49 +0200] rev 4472
Corrected similarity parameter used in test-addremove 0.5 meant 50% in the early stages of addremove -s, now 50 has to be used.
Fri, 01 Jun 2007 16:00:40 +0200 addremove: comparing two empty files caused ZeroDivisionError
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Jun 2007 16:00:40 +0200] rev 4471
addremove: comparing two empty files caused ZeroDivisionError (found by Giorgos Keramidas)
Fri, 01 Jun 2007 13:03:21 +0200 Add archive download links to hgweb search template
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Jun 2007 13:03:21 +0200] rev 4470
Add archive download links to hgweb search template
Fri, 01 Jun 2007 13:00:27 +0200 merge with crew
Thomas Arendsen Hein <thomas@intevation.de> [Fri, 01 Jun 2007 13:00:27 +0200] rev 4469
merge with crew
Thu, 31 May 2007 20:12:40 -0400 gitweb: Fixed-up search template
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Thu, 31 May 2007 20:12:40 -0400] rev 4468
gitweb: Fixed-up search template It seems that the search template has been forgoten over time, and needed major revamping.
Thu, 31 May 2007 19:59:02 -0400 gitweb: Add search box to the summary page
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Thu, 31 May 2007 19:59:02 -0400] rev 4467
gitweb: Add search box to the summary page
Tue, 29 May 2007 06:52:40 -0400 gitweb: file diff: Display metadata in same order as changeset does
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 06:52:40 -0400] rev 4466
gitweb: file diff: Display metadata in same order as changeset does
Tue, 29 May 2007 11:16:57 -0400 gitweb: file annotate: Display metadata in same order as changeset does
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 11:16:57 -0400] rev 4465
gitweb: file annotate: Display metadata in same order as changeset does
Tue, 29 May 2007 11:10:28 -0400 gitweb: file rev template: Display metadata in same order as changeset does
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 11:10:28 -0400] rev 4464
gitweb: file rev template: Display metadata in same order as changeset does
Tue, 29 May 2007 11:07:33 -0400 gitweb: changeset template: remove manifest link from cset metadata
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 11:07:33 -0400] rev 4463
gitweb: changeset template: remove manifest link from cset metadata
Fri, 11 May 2007 17:05:44 +0200 purge: add --include and --exclude options
Emanuele Aina <em@nerd.ocracy.org> [Fri, 11 May 2007 17:05:44 +0200] rev 4462
purge: add --include and --exclude options
Tue, 29 May 2007 16:42:05 +0200 hgweb: use generator to count parity of horizontal stripes for easier reading.
Thomas Arendsen Hein <thomas@intevation.de> [Tue, 29 May 2007 16:42:05 +0200] rev 4461
hgweb: use generator to count parity of horizontal stripes for easier reading. - use web.stripes in all places and consistently - start with parity0 for lists generated in reverse (e.g. changelog)
Tue, 29 May 2007 07:00:36 -0400 gitweb: shortlog: display nav links near the bottom
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 07:00:36 -0400] rev 4460
gitweb: shortlog: display nav links near the bottom
Tue, 29 May 2007 07:00:26 -0400 gitweb: file log: display nav links near the bottom
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 07:00:26 -0400] rev 4459
gitweb: file log: display nav links near the bottom
Tue, 29 May 2007 06:35:45 -0400 gitweb: file log template: removed excesive whitespace
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 06:35:45 -0400] rev 4458
gitweb: file log template: removed excesive whitespace
Tue, 29 May 2007 05:08:01 -0400 hgweb: manifest: pass parity for the '[up]' link
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 05:08:01 -0400] rev 4457
hgweb: manifest: pass parity for the '[up]' link
Tue, 29 May 2007 04:57:12 -0400 gitweb: manifest template: do not include trailing slash in directory names
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 04:57:12 -0400] rev 4456
gitweb: manifest template: do not include trailing slash in directory names
Tue, 29 May 2007 03:37:03 -0400 gitweb: Add title separator to tags template
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 03:37:03 -0400] rev 4455
gitweb: Add title separator to tags template
Tue, 29 May 2007 15:31:29 +0200 gitweb: changelog template: removed excessive whitespace
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 15:31:29 +0200] rev 4454
gitweb: changelog template: removed excessive whitespace
Tue, 29 May 2007 15:30:40 +0200 gitweb: shortlog template: removed excessive whitespace, added title bar.
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 15:30:40 +0200] rev 4453
gitweb: shortlog template: removed excessive whitespace, added title bar. The title bar is currently empty, this is just a preparation for filling it with content.
Tue, 29 May 2007 03:27:02 -0400 gitweb: Fixed manifest template opening an extra div tag
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 03:27:02 -0400] rev 4452
gitweb: Fixed manifest template opening an extra div tag
Tue, 29 May 2007 03:19:45 -0400 gitweb: Fix summary page ellipsis line colspans
Josef "Jeff" Sipek <jeffpc@josefsipek.net> [Tue, 29 May 2007 03:19:45 -0400] rev 4451
gitweb: Fix summary page ellipsis line colspans
Thu, 17 May 2007 13:55:24 -0400 accept -r REV in more places
Daniel Holth <dholth@fastmail.fm> [Thu, 17 May 2007 13:55:24 -0400] rev 4450
accept -r REV in more places Commands affected: * update * merge * backout
Sun, 20 May 2007 19:32:22 +0200 Merge with crew-stable.
Patrick Mezard <pmezard@gmail.com> [Sun, 20 May 2007 19:32:22 +0200] rev 4449
Merge with crew-stable.
Sun, 20 May 2007 19:27:14 +0200 Fix issue 563: error in _hg_commit in the contrib/zsh_completion script.
Henri Precheur <henry@precheur.org> [Sun, 20 May 2007 19:27:14 +0200] rev 4448
Fix issue 563: error in _hg_commit in the contrib/zsh_completion script.
Wed, 16 May 2007 01:10:12 -0400 use documented convert-repo interface
Daniel Holth <dholth@fastmail.fm> [Wed, 16 May 2007 01:10:12 -0400] rev 4447
use documented convert-repo interface
Wed, 16 May 2007 01:07:27 -0400 document conversion interface
Daniel Holth <dholth@fastmail.fm> [Wed, 16 May 2007 01:07:27 -0400] rev 4446
document conversion interface
Sat, 19 May 2007 22:51:43 +0200 Merge with crew-stable.
Patrick Mezard <pmezard@gmail.com> [Sat, 19 May 2007 22:51:43 +0200] rev 4445
Merge with crew-stable.
Sat, 19 May 2007 22:47:01 +0200 Fix issue 562: .hgignore requires newline at end.
Patrick Mezard <pmezard@gmail.com> [Sat, 19 May 2007 22:47:01 +0200] rev 4444
Fix issue 562: .hgignore requires newline at end. End-of-lines characters where discarded without any check for existence.
Sat, 19 May 2007 22:46:59 +0200 Test issue 562: .hgignore requires newline at end
Patrick Mezard <pmezard@gmail.com> [Sat, 19 May 2007 22:46:59 +0200] rev 4443
Test issue 562: .hgignore requires newline at end
Thu, 17 May 2007 20:09:52 -0700 Make hg import --exact work when a new branch is created by an import.
Eric Hopper <hopper@omnifarious.org> [Thu, 17 May 2007 20:09:52 -0700] rev 4442
Make hg import --exact work when a new branch is created by an import.
Thu, 17 May 2007 20:09:49 -0700 Alter test to test import --exact to make sure it works with branches.
Eric Hopper <hopper@omnifarious.org> [Thu, 17 May 2007 20:09:49 -0700] rev 4441
Alter test to test import --exact to make sure it works with branches.
Thu, 17 May 2007 20:09:47 -0700 Add ability to parse branch information to hg import
Eric Hopper <hopper@omnifarious.org> [Thu, 17 May 2007 20:09:47 -0700] rev 4440
Add ability to parse branch information to hg import
Thu, 17 May 2007 20:09:44 -0700 Add a test for the Branch header being in hg export.
Eric Hopper <hopper@omnifarious.org> [Thu, 17 May 2007 20:09:44 -0700] rev 4439
Add a test for the Branch header being in hg export.
Thu, 17 May 2007 09:29:30 -0700 Fix hg import --exact bug that hangs hg on failure.
Eric Hopper <hopper@omnifarious.org> [Thu, 17 May 2007 09:29:30 -0700] rev 4438
Fix hg import --exact bug that hangs hg on failure.
Sun, 13 May 2007 19:15:54 -0700 Make mergepatch save queue now that qpush isn't.
Brendan Cully <brendan@kublai.com> [Sun, 13 May 2007 19:15:54 -0700] rev 4437
Make mergepatch save queue now that qpush isn't.
Thu, 10 May 2007 13:42:36 -0700 Add branch information to hg export.
Eric Hopper <hopper@omnifarious.org> [Thu, 10 May 2007 13:42:36 -0700] rev 4436
Add branch information to hg export.
Sat, 12 May 2007 21:09:31 +0200 Add ui.patch option.
Patrick Mezard <pmezard@gmail.com> [Sat, 12 May 2007 21:09:31 +0200] rev 4435
Add ui.patch option. ui.patch overrides the default patch/gpatch command and options.
Sat, 12 May 2007 21:09:29 +0200 Fix issue483 - mq does not work under windows with gnu-win32 patch.
Patrick Mezard <pmezard@gmail.com> [Sat, 12 May 2007 21:09:29 +0200] rev 4434
Fix issue483 - mq does not work under windows with gnu-win32 patch. Add --binary option to patch command under win32.
Mon, 07 May 2007 21:44:11 +0900 mercurial.el: fix error on hg-read-rev() with small tip, and cleanups
NIIMI Satoshi <sa2c@sa2c.net> [Mon, 07 May 2007 21:44:11 +0900] rev 4433
mercurial.el: fix error on hg-read-rev() with small tip, and cleanups * Fix error if tip revision is smaller than hg-rev-completion-limit If tip revision is 10, "hg log -r -100:tip" fails. * Remove dependencies on cl package at runtime Quote from GNU Emacs Lisp Reference Manual, Emacs Lisp Coding Conventions: > * Please don't require the `cl' package of Common Lisp extensions at > run time. Use of this package is optional, and it is not part of > the standard Emacs namespace. If your package loads `cl' at run > time, that could cause name clashes for users who don't use that > package. * Check XEmacs at compile time Since byte-compiled file is not portable between GNU Emacs and XEmacs, checking type of emacs can be done at compile time. This reduces byte-compiler warnings. * Defvar variables binded dynamically and used across functions * Combine status output string to state symbol alist into a variable, and use char instead of string for key of state alist * Make hg-view-mode as minor-mode * Define keymaps as conventions
Tue, 08 May 2007 13:10:27 -0700 mq: add qgoto command.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 13:10:27 -0700] rev 4432
mq: add qgoto command.
Tue, 08 May 2007 11:51:16 -0700 Fix typo in bugzilla extension.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:51:16 -0700] rev 4431
Fix typo in bugzilla extension.
Tue, 08 May 2007 13:08:20 -0700 Fix test-patchbomb for crew
Brendan Cully <brendan@kublai.com> [Tue, 08 May 2007 13:08:20 -0700] rev 4430
Fix test-patchbomb for crew
Tue, 08 May 2007 11:54:39 -0700 mq.el: add mq-signoff, to sign off on a patch
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:54:39 -0700] rev 4429
mq.el: add mq-signoff, to sign off on a patch
Tue, 08 May 2007 11:54:39 -0700 mq.el: don't fill half the screen with a single line of output.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:54:39 -0700] rev 4428
mq.el: don't fill half the screen with a single line of output.
Tue, 08 May 2007 11:54:39 -0700 mq.el: add hook to run when finishing the edit of a patch.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:54:39 -0700] rev 4427
mq.el: add hook to run when finishing the edit of a patch.
Tue, 08 May 2007 11:54:39 -0700 imported patch mq-refresh-git.patch
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:54:39 -0700] rev 4426
imported patch mq-refresh-git.patch
Tue, 08 May 2007 11:54:39 -0700 mq.el: allow mq-diff to take a git option.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:54:39 -0700] rev 4425
mq.el: allow mq-diff to take a git option.
Tue, 08 May 2007 11:54:39 -0700 mq.el: add mq-diff function.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:54:39 -0700] rev 4424
mq.el: add mq-diff function.
Tue, 08 May 2007 11:54:39 -0700 mq.el: add mq-edit-series function.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:54:39 -0700] rev 4423
mq.el: add mq-edit-series function.
Tue, 08 May 2007 11:54:39 -0700 mq.el: add mq-new function.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:54:39 -0700] rev 4422
mq.el: add mq-new function.
Tue, 08 May 2007 12:36:34 -0700 Fix up patchbomb test
Brendan Cully <brendan@kublai.com> [Tue, 08 May 2007 12:36:34 -0700] rev 4421
Fix up patchbomb test
Tue, 08 May 2007 12:20:13 -0700 add test for patchbomb extension.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 12:20:13 -0700] rev 4420
add test for patchbomb extension.
Tue, 08 May 2007 11:51:25 -0700 contrib/hgsh: Check for .hg/store as well as .hg/data.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 11:51:25 -0700] rev 4419
contrib/hgsh: Check for .hg/store as well as .hg/data. This is required by the new repository layout.
Tue, 08 May 2007 12:16:02 -0700 MQ: tidy up if a qpush is interrupted.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 08 May 2007 12:16:02 -0700] rev 4418
MQ: tidy up if a qpush is interrupted. This aborts the transaction, makes sure the dirtied dirstate isn't written out, and cleans up the working directory.
Tue, 08 May 2007 11:42:48 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 08 May 2007 11:42:48 -0500] rev 4417
Merge with stable
Tue, 08 May 2007 02:59:13 -0500 merge: fix spurious merges for copies in linear updates
Matt Mackall <mpm@selenic.com> [Tue, 08 May 2007 02:59:13 -0500] rev 4416
merge: fix spurious merges for copies in linear updates We make better use of contexts to accurately identify copies that don't need merges. Add a simple test and update other tests.
Tue, 08 May 2007 02:57:05 -0500 branch.cache: silently ignore I/O and OS errors
Matt Mackall <mpm@selenic.com> [Tue, 08 May 2007 02:57:05 -0500] rev 4415
branch.cache: silently ignore I/O and OS errors
Mon, 07 May 2007 22:30:36 -0500 context: fix workingfilectx._changectx
Matt Mackall <mpm@selenic.com> [Mon, 07 May 2007 22:30:36 -0500] rev 4414
context: fix workingfilectx._changectx
Sat, 05 May 2007 15:56:49 +0900 mercurial.el: don't raise an error from find-file-hook
NIIMI Satoshi <sa2c@sa2c.net> [Sat, 05 May 2007 15:56:49 +0900] rev 4413
mercurial.el: don't raise an error from find-file-hook find-file() shouldn't fail even if unreadable .hg directory is exists. Not enabling hg-mode is sufficient for that senario.
Sat, 05 May 2007 15:50:40 +0900 mercurial.el: move defmacro of hg-do-across-repo before use
NIIMI Satoshi <sa2c@sa2c.net> [Sat, 05 May 2007 15:50:40 +0900] rev 4412
mercurial.el: move defmacro of hg-do-across-repo before use Macros must be defined before use to be byte-compiled properly.
Mon, 07 May 2007 08:42:48 -0700 Unconfuse font-lock
Brendan Cully <brendan@kublai.com> [Mon, 07 May 2007 08:42:48 -0700] rev 4411
Unconfuse font-lock
Sun, 06 May 2007 20:27:45 -0700 Add fast-forward branch merging
Brendan Cully <brendan@kublai.com> [Sun, 06 May 2007 20:27:45 -0700] rev 4410
Add fast-forward branch merging
Mon, 07 May 2007 00:12:35 +0200 Merge with crew-stable.
Patrick Mezard <pmezard@gmail.com> [Mon, 07 May 2007 00:12:35 +0200] rev 4409
Merge with crew-stable. HG: changed hgext/mq.py
Sun, 06 May 2007 23:44:18 +0200 mq: fix qtop failure when the series ends with guarded patches.
Patrick Mezard <pmezard@gmail.com> [Sun, 06 May 2007 23:44:18 +0200] rev 4408
mq: fix qtop failure when the series ends with guarded patches.
Sun, 06 May 2007 18:19:25 +0200 Test qtop breaking when series ends with guarded patches.
Patrick Mezard <pmezard@gmail.com> [Sun, 06 May 2007 18:19:25 +0200] rev 4407
Test qtop breaking when series ends with guarded patches.
Sun, 06 May 2007 16:40:53 +0200 simplemerge: flush stdout before writing to stderr.
Patrick Mezard <pmezard@gmail.com> [Sun, 06 May 2007 16:40:53 +0200] rev 4406
simplemerge: flush stdout before writing to stderr. Besides, stderr is not always unbuffered under win32 (when redirections occur for instance), and it should be flushed too.
Sun, 06 May 2007 16:40:53 +0200 Move win32 find_in_files from util_win32 to util.
Patrick Mezard <pmezard@gmail.com> [Sun, 06 May 2007 16:40:53 +0200] rev 4405
Move win32 find_in_files from util_win32 to util.
Thu, 03 May 2007 17:27:21 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Thu, 03 May 2007 17:27:21 -0500] rev 4404
Merge with stable
Thu, 03 May 2007 17:26:21 -0500 Merge with crew-stable
Matt Mackall <mpm@selenic.com> [Thu, 03 May 2007 17:26:21 -0500] rev 4403
Merge with crew-stable
Thu, 03 May 2007 14:09:09 -0700 Update Windows build instructions.
Lee Cantey <lcantey@gmail.com> [Thu, 03 May 2007 14:09:09 -0700] rev 4402
Update Windows build instructions.
Thu, 03 May 2007 17:24:43 -0500 merge: reorganize some hunks in findcopies
Matt Mackall <mpm@selenic.com> [Thu, 03 May 2007 17:24:43 -0500] rev 4401
merge: reorganize some hunks in findcopies
Thu, 03 May 2007 17:24:43 -0500 merge: simplify a check in checkcopies
Matt Mackall <mpm@selenic.com> [Thu, 03 May 2007 17:24:43 -0500] rev 4400
merge: simplify a check in checkcopies
Thu, 03 May 2007 17:24:43 -0500 merge: expand and simplify the invalid handling for directory moves
Matt Mackall <mpm@selenic.com> [Thu, 03 May 2007 17:24:43 -0500] rev 4399
merge: expand and simplify the invalid handling for directory moves
Thu, 03 May 2007 17:24:43 -0500 merge: fix a bug detecting directory moves
Matt Mackall <mpm@selenic.com> [Thu, 03 May 2007 17:24:43 -0500] rev 4398
merge: fix a bug detecting directory moves When all the files in a directory are moved, it may be incorrectly marked as moved even if it contains subdirectories.
Thu, 03 May 2007 17:24:43 -0500 merge: clarify the findcopies code
Matt Mackall <mpm@selenic.com> [Thu, 03 May 2007 17:24:43 -0500] rev 4397
merge: clarify the findcopies code
Tue, 01 May 2007 13:23:32 -0700 mq: account for readheaders munging in qrefresh
Brendan Cully <brendan@kublai.com> [Tue, 01 May 2007 13:23:32 -0700] rev 4396
mq: account for readheaders munging in qrefresh
Tue, 01 May 2007 14:42:54 -0500 verify: hold write lock
Matt Mackall <mpm@selenic.com> [Tue, 01 May 2007 14:42:54 -0500] rev 4395
verify: hold write lock Verify will report spurious errors if commits or pulls happen during verify.
Mon, 30 Apr 2007 09:32:44 -0700 Also restore old rm -A behavior for inexact patterns
Brendan Cully <brendan@kublai.com> [Mon, 30 Apr 2007 09:32:44 -0700] rev 4394
Also restore old rm -A behavior for inexact patterns
Mon, 30 Apr 2007 09:13:27 -0700 Fix rm -A with no patterns, which I just broke.
Brendan Cully <brendan@kublai.com> [Mon, 30 Apr 2007 09:13:27 -0700] rev 4393
Fix rm -A with no patterns, which I just broke.
Mon, 30 Apr 2007 08:51:59 -0700 Make rm --after simply mark files as removed, unless --force is also given
Brendan Cully <brendan@kublai.com> [Mon, 30 Apr 2007 08:51:59 -0700] rev 4392
Make rm --after simply mark files as removed, unless --force is also given
Sun, 29 Apr 2007 18:17:35 -0700 Add hgwebdir.fcgi to contrib
Michael Gebetsroither <michael.geb@gmx.at> [Sun, 29 Apr 2007 18:17:35 -0700] rev 4391
Add hgwebdir.fcgi to contrib
Sun, 29 Apr 2007 17:35:03 -0700 Flesh out bisect help text
Brendan Cully <brendan@kublai.com> [Sun, 29 Apr 2007 17:35:03 -0700] rev 4390
Flesh out bisect help text
Sun, 29 Apr 2007 12:33:24 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Sun, 29 Apr 2007 12:33:24 -0500] rev 4389
Merge with crew
Thu, 26 Apr 2007 18:41:18 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Thu, 26 Apr 2007 18:41:18 -0500] rev 4388
Merge with stable
Wed, 25 Apr 2007 13:35:18 -0500 hg serve: don't do DNS lookups
Matt Mackall <mpm@selenic.com> [Wed, 25 Apr 2007 13:35:18 -0500] rev 4387
hg serve: don't do DNS lookups
Sat, 28 Apr 2007 17:55:45 -0300 Fix minor mismerge.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 28 Apr 2007 17:55:45 -0300] rev 4386
Fix minor mismerge. The caching of umask ended up being duplicated.
Sat, 28 Apr 2007 17:55:45 -0300 run-tests.py: pass -L/--label to simplemerge
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Sat, 28 Apr 2007 17:55:45 -0300] rev 4385
run-tests.py: pass -L/--label to simplemerge This should give us conflict markers that don't change from one run to another. Remove some sed's/egrep's from some tests.
Thu, 26 Apr 2007 23:58:18 -0700 Add notes about configuring a merge program
Lee Cantey <lcantey@gmail.com> [Thu, 26 Apr 2007 23:58:18 -0700] rev 4384
Add notes about configuring a merge program
Fri, 27 Apr 2007 16:04:17 -0700 Update copyright year and change to range
Lee Cantey <lcantey@gmail.com> [Fri, 27 Apr 2007 16:04:17 -0700] rev 4383
Update copyright year and change to range
Sat, 28 Apr 2007 11:53:36 +0200 Use patch.patch() when checking for patch availability.
Patrick Mezard <pmezard@gmail.com> [Sat, 28 Apr 2007 11:53:36 +0200] rev 4382
Use patch.patch() when checking for patch availability. The test is closer to what we want to know. It also makes sense when you deal with patched versions of patch() as most people do under win32.
Sat, 28 Apr 2007 09:03:47 -0700 Merge with crew
Brendan Cully <brendan@kublai.com> [Sat, 28 Apr 2007 09:03:47 -0700] rev 4381
Merge with crew
Sat, 28 Apr 2007 11:43:31 +0200 Fix find_in_path not including some file extension logic under win32.
Patrick Mezard <pmezard@gmail.com> [Sat, 28 Apr 2007 11:43:31 +0200] rev 4380
Fix find_in_path not including some file extension logic under win32. Windows shell resolves utility path by combining PATH, the utility name and a set of file extensions from PATHEXT.
Sat, 28 Apr 2007 16:28:54 +0200 Fix bad reference to RepoError in import command
Joel Rosdahl <joel@rosdahl.net> [Sat, 28 Apr 2007 16:28:54 +0200] rev 4379
Fix bad reference to RepoError in import command
Fri, 27 Apr 2007 21:30:55 -0700 Refactor commands.serve to allow other commands to run as services.
Bryan O'Sullivan <bos@serpentine.com> [Fri, 27 Apr 2007 21:30:55 -0700] rev 4378
Refactor commands.serve to allow other commands to run as services. This introduces a new function, cmdutil.service.
Wed, 25 Apr 2007 13:14:01 -0700 Do not automatically rename an atomicfile if a write to it has generated an exception.
Brendan Cully <brendan@kublai.com> [Wed, 25 Apr 2007 13:14:01 -0700] rev 4377
Do not automatically rename an atomicfile if a write to it has generated an exception.
Wed, 25 Apr 2007 18:43:55 +0200 merge with stable
Thomas Arendsen Hein <thomas@intevation.de> [Wed, 25 Apr 2007 18:43:55 +0200] rev 4376
merge with stable
Sat, 27 Jan 2007 23:07:06 +0100 Fix segfaults when parsing bdiff hunks in mpatch.decode() and .patchedsize()
Thomas Arendsen Hein <thomas@intevation.de> [Sat, 27 Jan 2007 23:07:06 +0100] rev 4375
Fix segfaults when parsing bdiff hunks in mpatch.decode() and .patchedsize() - fix off by 11 when checking if there are more hunks (found by Maris Fogels) - bail out if start is greater than end - check if new hunk starts after start/end/len block of current hunk as the pointer can wrap around on very large values, reproducible with import mpatch; mpatch.patchedsize(12, 'x'*12)
Tue, 24 Apr 2007 18:43:18 -0700 Make copy --after work for files that have been hg added.
Brendan Cully <brendan@kublai.com> [Tue, 24 Apr 2007 18:43:18 -0700] rev 4374
Make copy --after work for files that have been hg added.
Tue, 24 Apr 2007 12:02:51 -0700 When reloading the dirstate, recompute ignore information if needed.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 24 Apr 2007 12:02:51 -0700] rev 4373
When reloading the dirstate, recompute ignore information if needed.
Tue, 24 Apr 2007 12:02:42 -0700 dirstate: speed up write by 50%.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 24 Apr 2007 12:02:42 -0700] rev 4372
dirstate: speed up write by 50%.
Tue, 24 Apr 2007 11:46:15 -0700 dirstate: make parents() faster.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 24 Apr 2007 11:46:15 -0700] rev 4371
dirstate: make parents() faster. This allows localrepository.status() to avoid reading all but the first 40 bytes of the dirstate in the common case of running "hg status".
Tue, 24 Apr 2007 11:05:39 -0700 localrepository.status: only acquire wlock if actually needed.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 24 Apr 2007 11:05:39 -0700] rev 4370
localrepository.status: only acquire wlock if actually needed. This speeds up the common case of not needing to update the dirstate, and avoids the need to reload and parse the dirstate "just in case".
Tue, 24 Apr 2007 10:53:25 -0700 util._matcher: speed up regexp matching.
Bryan O'Sullivan <bos@serpentine.com> [Tue, 24 Apr 2007 10:53:25 -0700] rev 4369
util._matcher: speed up regexp matching. In 4babaa52badf, Benoit made a change that substantially slows matching when a big .hgignore file is in play, because it calls into the regexp matching engine potentially hundreds of times per file to be matched. I've partly rolled back his change, so that we only call into the matcher once per file, but preserved the ability to report a meaningful error message if there's a syntax error in the regexp.
Tue, 24 Apr 2007 10:47:41 -0700 Merge with crew-stable
Brendan Cully <brendan@kublai.com> [Tue, 24 Apr 2007 10:47:41 -0700] rev 4368
Merge with crew-stable
Tue, 24 Apr 2007 10:44:13 -0700 Work around python 2.5.1 tarfile regression
Brendan Cully <brendan@kublai.com> [Tue, 24 Apr 2007 10:44:13 -0700] rev 4367
Work around python 2.5.1 tarfile regression
Thu, 19 Apr 2007 17:54:43 +0200 Merge with crew-stable
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 19 Apr 2007 17:54:43 +0200] rev 4366
Merge with crew-stable
Thu, 19 Apr 2007 17:52:42 +0200 Avoid float rounding errors when checking http protocol version.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 19 Apr 2007 17:52:42 +0200] rev 4365
Avoid float rounding errors when checking http protocol version.
Thu, 19 Apr 2007 13:04:26 +0200 Work around problem where 'del os.environ["FOO"]' doesn't update environment.
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 19 Apr 2007 13:04:26 +0200] rev 4364
Work around problem where 'del os.environ["FOO"]' doesn't update environment. test-hook failed since changeset 949516072388 because of this on Solaris 8.
Thu, 19 Apr 2007 12:47:55 +0200 Use python instead of shell printf with \x for test-simplemerge-cmd
Thomas Arendsen Hein <thomas@intevation.de> [Thu, 19 Apr 2007 12:47:55 +0200] rev 4363
Use python instead of shell printf with \x for test-simplemerge-cmd Needed e.g. to be compatible with Solaris.
Mon, 16 Apr 2007 20:23:45 -0300 Merge with crew.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Apr 2007 20:23:45 -0300] rev 4362
Merge with crew.
Mon, 16 Apr 2007 20:17:39 -0300 change tests to use simplemerge by default
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Apr 2007 20:17:39 -0300] rev 4361
change tests to use simplemerge by default
Mon, 16 Apr 2007 20:17:39 -0300 polish the simplemerge command; add a test
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Apr 2007 20:17:39 -0300] rev 4360
polish the simplemerge command; add a test
Mon, 16 Apr 2007 20:17:39 -0300 actually port simplemerge to hg
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Apr 2007 20:17:39 -0300] rev 4359
actually port simplemerge to hg - use bdiff instead of patiencediff; this is a larger change, since bdiff works on 2 multi-line strings, while patiencediff works on 2 lists; - rename the main class from Merge3 to Merge3Text and add a Merge3 class that derives from Merge3Text. This new Merge3 class has the same interface from the original class, so that the tests still work; - Merge3 uses util.binary to detect binary data and raises util.Abort instead of a specific exception; - don't use the @decorator syntax, to keep python2.3 compatibility; - the test uses unittest, which likes to print how long it took to run. This obviously doesn't play too well with hg's test suite, so we override time.time to fool unittest; - one test has a different (but still valid) output because of the different diff algorithm used; - the TestCase class used by bzr has some extras to help debugging. test-merge3.py used 2 of them: - log method to log some data - assertEqualDiff method to ease viewing diffs of diffs We add a dummy log method and use regular assertEquals instead of assertEqualDiff. - make simplemerge executable and add "#!/usr/bin/env python" header
Mon, 16 Apr 2007 20:17:39 -0300 Import 3-way merge code from bzr
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Apr 2007 20:17:39 -0300] rev 4358
Import 3-way merge code from bzr merge3.py is imported as contrib/simplemerge test_merge3.py is imported as tests/test-simplemerge.py
Mon, 16 Apr 2007 20:17:39 -0300 add mdiff.get_matching_blocks
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Mon, 16 Apr 2007 20:17:39 -0300] rev 4357
add mdiff.get_matching_blocks
Mon, 16 Apr 2007 12:37:30 -0500 Merge with stable
Matt Mackall <mpm@selenic.com> [Mon, 16 Apr 2007 12:37:30 -0500] rev 4356
Merge with stable
Mon, 16 Apr 2007 12:27:49 -0500 Merge with crew
Matt Mackall <mpm@selenic.com> [Mon, 16 Apr 2007 12:27:49 -0500] rev 4355
Merge with crew
Mon, 16 Apr 2007 12:24:52 -0500 merge: fix quadratic behavior in find-copies
Matt Mackall <mpm@selenic.com> [Mon, 16 Apr 2007 12:24:52 -0500] rev 4354
merge: fix quadratic behavior in find-copies
(0) -3000 -1000 -120 +120 +1000 tip