Mon, 31 Oct 2005 10:56:42 -0700 fix handling of daylight saving time
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 31 Oct 2005 10:56:42 -0700] rev 1482
fix handling of daylight saving time
Sat, 29 Oct 2005 13:45:01 -0700 Change test-hook to test multiple hooks
Matt Mackall <mpm@selenic.com> [Sat, 29 Oct 2005 13:45:01 -0700] rev 1481
Change test-hook to test multiple hooks
Sat, 29 Oct 2005 13:44:05 -0700 allow multiples hook
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 29 Oct 2005 13:44:05 -0700] rev 1480
allow multiples hook suggested by Vadim Gelfer This patch allows to have multiple hooks of the same kind: for example commit.email = /my/email/hook commit.autobuild = /my/build/hook
Fri, 28 Oct 2005 17:18:50 -0700 fix a bug where hg could remove file ending with .tmp
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Oct 2005 17:18:50 -0700] rev 1479
fix a bug where hg could remove file ending with .tmp util.opener used a fixed filename for writing tempfile instead of using the tempfile module.
Fri, 28 Oct 2005 11:03:18 -0700 add a test for hgignore
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Oct 2005 11:03:18 -0700] rev 1478
add a test for hgignore
Fri, 28 Oct 2005 11:01:25 -0700 util.opener already create the base directory if it doesn't exist
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Oct 2005 11:01:25 -0700] rev 1477
util.opener already create the base directory if it doesn't exist
Fri, 28 Oct 2005 10:57:40 -0700 fix dirstate.change: it should walk ignored files
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 28 Oct 2005 10:57:40 -0700] rev 1476
fix dirstate.change: it should walk ignored files
Thu, 27 Oct 2005 13:49:15 -0700 Elevate parents to a "common" command in help
Matt Mackall <mpm@selenic.com> [Thu, 27 Oct 2005 13:49:15 -0700] rev 1475
Elevate parents to a "common" command in help
Thu, 27 Oct 2005 13:48:00 -0700 Add missing test output
Matt Mackall <mpm@selenic.com> [Thu, 27 Oct 2005 13:48:00 -0700] rev 1474
Add missing test output
Thu, 27 Oct 2005 13:40:56 -0700 make readconfig take a filename instead of a file pointer as argument
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Oct 2005 13:40:56 -0700] rev 1473
make readconfig take a filename instead of a file pointer as argument catch parse error while reading a config file add a testcase for parse error
Thu, 27 Oct 2005 13:31:12 -0700 make revert use standard matcher
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Oct 2005 13:31:12 -0700] rev 1472
make revert use standard matcher
Thu, 27 Oct 2005 13:29:35 -0700 rewrote changes function in dirstate to use generic walk code
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 27 Oct 2005 13:29:35 -0700] rev 1471
rewrote changes function in dirstate to use generic walk code now, file with unsupported type will not show up in status anymore
Thu, 27 Oct 2005 13:29:28 -0700 minor fix on command help docstrings
TK Soh <teekaysoh@yahoo.com> [Thu, 27 Oct 2005 13:29:28 -0700] rev 1470
minor fix on command help docstrings
Thu, 27 Oct 2005 12:26:16 -0700 Merge bundle -r work from Eric Hopper
Matt Mackall <mpm@selenic.com> [Thu, 27 Oct 2005 12:26:16 -0700] rev 1469
Merge bundle -r work from Eric Hopper
Sun, 16 Oct 2005 16:24:40 -0700 Added a test for clone -r.
Eric Hopper <hopper@omnifarious.org> [Sun, 16 Oct 2005 16:24:40 -0700] rev 1468
Added a test for clone -r.
Wed, 12 Oct 2005 11:32:51 -0700 Stupid spelling mistake in a variable name.
Eric Hopper <hopper@omnifarious.org> [Wed, 12 Oct 2005 11:32:51 -0700] rev 1467
Stupid spelling mistake in a variable name.
Tue, 11 Oct 2005 18:56:47 -0700 Added a lot of comments to changegroupsubset.
Eric Hopper <hopper@omnifarious.org> [Tue, 11 Oct 2005 18:56:47 -0700] rev 1466
Added a lot of comments to changegroupsubset.
Tue, 11 Oct 2005 08:39:21 -0700 Implementing pull -r and changing clone -r. Both now support
Eric Hopper <hopper@omnifarious.org> [Tue, 11 Oct 2005 08:39:21 -0700] rev 1465
Implementing pull -r and changing clone -r. Both now support multiple 'target' revisions.
Tue, 11 Oct 2005 08:06:52 -0700 Fixed silly bug involving a non-existent variable.
Eric Hopper <hopper@omnifarious.org> [Tue, 11 Oct 2005 08:06:52 -0700] rev 1464
Fixed silly bug involving a non-existent variable.
Mon, 10 Oct 2005 17:20:38 -0700 Fix to handle case of empty list for roots or heads in nodesbetween.
Eric Hopper <hopper@omnifarious.org> [Mon, 10 Oct 2005 17:20:38 -0700] rev 1463
Fix to handle case of empty list for roots or heads in nodesbetween.
Mon, 10 Oct 2005 08:36:29 -0700 Optimizing manifest reads in changegroupsubset by using deltas.
Eric Hopper <hopper@omnifarious.org> [Mon, 10 Oct 2005 08:36:29 -0700] rev 1462
Optimizing manifest reads in changegroupsubset by using deltas.
Fri, 07 Oct 2005 19:51:09 -0700 Implementing clone -r, which clones all changesets needed to reach a
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 19:51:09 -0700] rev 1461
Implementing clone -r, which clones all changesets needed to reach a particular revision.
Fri, 07 Oct 2005 19:49:25 -0700 Bug fixing in localrepository.changegroupsubset. Bugs found in testing.
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 19:49:25 -0700] rev 1460
Bug fixing in localrepository.changegroupsubset. Bugs found in testing.
Fri, 07 Oct 2005 17:07:57 -0700 Fix small bug in nodesbetween if heads is [nullid].
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 17:07:57 -0700] rev 1459
Fix small bug in nodesbetween if heads is [nullid].
Fri, 07 Oct 2005 10:57:11 -0700 This changes the revlog.group and re-implements the localrepo.changeroup
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 10:57:11 -0700] rev 1458
This changes the revlog.group and re-implements the localrepo.changeroup function in terms of it. revlog.group now takes a list of nodes, and some callback functions instead of a linkmap.
Fri, 07 Oct 2005 10:48:27 -0700 This implements the nodesbetween method, and it removes the newer method
Eric Hopper <hopper@omnifarious.org> [Fri, 07 Oct 2005 10:48:27 -0700] rev 1457
This implements the nodesbetween method, and it removes the newer method and replaces it with calls to nodesbetween. nodesbetween calculates all the changesets needed to have a complete revision graph between a given set of base nodes and a given set of head nodes.
Wed, 26 Oct 2005 16:32:50 -0700 Remove copy/rename --parents option
Matt Mackall <mpm@selenic.com> [Wed, 26 Oct 2005 16:32:50 -0700] rev 1456
Remove copy/rename --parents option This is no longer needed now that we have more standard UNIX-like copy semantics.
Wed, 26 Oct 2005 16:24:10 -0700 [PATCH] copy/rename a directory
Robin Farine <robin.farine@terminus.org> [Wed, 26 Oct 2005 16:24:10 -0700] rev 1455
[PATCH] copy/rename a directory This patch adds support for 'hg copy dir1 dir2' or 'hg rename dir1 dir2'. When "dir2" exists, "dir1" is recursively copied (or moved) to "dir2/dir1". When "dir2" does not exists, "dir1" is copied to (renamed as) "dir2".
Wed, 26 Oct 2005 16:10:56 -0700 further fix traceback on invalid .hgignore patterns
Benoit Boissinot <mercurial-bugs@selenic.com> [Wed, 26 Oct 2005 16:10:56 -0700] rev 1454
further fix traceback on invalid .hgignore patterns Please apply this little fix (matchfn return None if no patterns are specified).
Wed, 26 Oct 2005 16:10:36 -0700 get command defaults from hgrc
TK Soh <teekaysoh@yahoo.com> [Wed, 26 Oct 2005 16:10:36 -0700] rev 1453
get command defaults from hgrc
Tue, 25 Oct 2005 22:17:31 -0700 Remove now unused sortdiff and diff from mdiff
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 22:17:31 -0700] rev 1452
Remove now unused sortdiff and diff from mdiff
Tue, 25 Oct 2005 22:15:44 -0700 Remove old manifest diff code, it's now buggy
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 22:15:44 -0700] rev 1451
Remove old manifest diff code, it's now buggy
Tue, 25 Oct 2005 16:31:38 -0700 Add Benoit to CONTRIBUTORS
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 16:31:38 -0700] rev 1450
Add Benoit to CONTRIBUTORS
Tue, 25 Oct 2005 15:54:44 -0700 Add test-confused-revert, fix permissions on test-revert
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 15:54:44 -0700] rev 1449
Add test-confused-revert, fix permissions on test-revert
Tue, 25 Oct 2005 15:52:27 -0700 Allow reverting a deleted file with two parents
Matt Mackall <mpm@selenic.com> [Tue, 25 Oct 2005 15:52:27 -0700] rev 1448
Allow reverting a deleted file with two parents As elsewhere, we choose the first parent by default
Tue, 25 Oct 2005 15:51:28 -0700 revert added and removed files to their normal state before reverting
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Oct 2005 15:51:28 -0700] rev 1447
revert added and removed files to their normal state before reverting add a test for revert
Tue, 25 Oct 2005 14:58:11 -0700 abort on invalid pattern in matcher
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Oct 2005 14:58:11 -0700] rev 1446
abort on invalid pattern in matcher
Tue, 25 Oct 2005 14:57:14 -0700 hgweb: add strip and rstrip filters to handle summary
TK Soh <teekaysoh@yahoo.com> [Tue, 25 Oct 2005 14:57:14 -0700] rev 1445
hgweb: add strip and rstrip filters to handle summary
Tue, 25 Oct 2005 14:55:39 -0700 fix for cloning empty repo (.hg is still empty)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 25 Oct 2005 14:55:39 -0700] rev 1444
fix for cloning empty repo (.hg is still empty)
Mon, 24 Oct 2005 20:42:20 -0700 Remove deprecated commit -t option
Matt Mackall <mpm@selenic.com> [Mon, 24 Oct 2005 20:42:20 -0700] rev 1443
Remove deprecated commit -t option
Mon, 24 Oct 2005 19:55:44 -0700 zsh completion: Added '--newest-first' to incoming, outgoing
Steve Borho <steve@borho.org> [Mon, 24 Oct 2005 19:55:44 -0700] rev 1442
zsh completion: Added '--newest-first' to incoming, outgoing
Mon, 24 Oct 2005 17:54:06 -0700 hgweb: a couple of fixes on search page
TK Soh <teekaysoh@yahoo.com> [Mon, 24 Oct 2005 17:54:06 -0700] rev 1441
hgweb: a couple of fixes on search page - show search string in the bottom search box - wrap search boxes within paragraphs, this also puts some space between last changeset and bottom search box in firefox.
Mon, 24 Oct 2005 17:41:45 -0700 Fix relative pull in a subdir
tonfa@arakou.lan [Mon, 24 Oct 2005 17:41:45 -0700] rev 1440
Fix relative pull in a subdir
Mon, 24 Oct 2005 16:59:31 -0700 allow 'hg out' / 'hg in' to show newest commit first
Michal Kvasnica <kvasnica@gmail.com> [Mon, 24 Oct 2005 16:59:31 -0700] rev 1439
allow 'hg out' / 'hg in' to show newest commit first
Mon, 24 Oct 2005 16:54:07 -0700 zsh completions: new -M, -m arguments for log, etc.
Steve Borho <steve@borho.org> [Mon, 24 Oct 2005 16:54:07 -0700] rev 1438
zsh completions: new -M, -m arguments for log, etc.
Mon, 24 Oct 2005 15:52:28 -0700 import docstring from doc/hg.1.txt
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 24 Oct 2005 15:52:28 -0700] rev 1437
import docstring from doc/hg.1.txt
Mon, 24 Oct 2005 15:37:45 -0700 add --only-merges (-m) log
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 24 Oct 2005 15:37:45 -0700] rev 1436
add --only-merges (-m) log
Mon, 24 Oct 2005 15:37:20 -0700 add --no-merges (-M) for log, outgoing, incoming
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 24 Oct 2005 15:37:20 -0700] rev 1435
add --no-merges (-M) for log, outgoing, incoming
Mon, 24 Oct 2005 14:55:53 -0700 Fix use of diff(1) triggered by set -e.
levon@movementarian.org [Mon, 24 Oct 2005 14:55:53 -0700] rev 1434
Fix use of diff(1) triggered by set -e. Search harder for a decent diff/patch to use.
Mon, 24 Oct 2005 14:55:46 -0700 hgweb: fix broken filelog->changelog link
TK Soh <teekaysoh@yahoo.com> [Mon, 24 Oct 2005 14:55:46 -0700] rev 1433
hgweb: fix broken filelog->changelog link
Mon, 24 Oct 2005 14:55:34 -0700 hgweb: fix broken search->changelog link
TK Soh <teekaysoh@yahoo.com> [Mon, 24 Oct 2005 14:55:34 -0700] rev 1432
hgweb: fix broken search->changelog link
Mon, 24 Oct 2005 14:55:20 -0700 Calling flush is unnecessary with bz2 decompressors and may not even exist.
Matt Mackall <mpm@selenic.com> [Mon, 24 Oct 2005 14:55:20 -0700] rev 1431
Calling flush is unnecessary with bz2 decompressors and may not even exist.
Mon, 24 Oct 2005 14:54:54 -0700 hgk: add horizontal scrollbar to patch window
TK Soh <teekaysoh@yahoo.com> [Mon, 24 Oct 2005 14:54:54 -0700] rev 1430
hgk: add horizontal scrollbar to patch window
Mon, 24 Oct 2005 14:54:48 -0700 Add control-w key binding to quit hgk.
Eric Bloodworth <ergosys@gmail.com> [Mon, 24 Oct 2005 14:54:48 -0700] rev 1429
Add control-w key binding to quit hgk.
Mon, 24 Oct 2005 14:54:34 -0700 Change asciidoc backend to more recent name.
Eric Bloodworth <ergosys@gmail.com> [Mon, 24 Oct 2005 14:54:34 -0700] rev 1428
Change asciidoc backend to more recent name. The latest asciidoc doesn't have an 'html' backend. 'html' was last valid with version 6 ( 2005-1-28). Current options are xhtml11, or html4, with xhtml11 by default.
Mon, 24 Oct 2005 14:54:17 -0700 Fixed problem with invoking hgmerge on paths with spaces.
michael.w.dales@intel.com [Mon, 24 Oct 2005 14:54:17 -0700] rev 1427
Fixed problem with invoking hgmerge on paths with spaces.
Mon, 24 Oct 2005 14:53:36 -0700 add a target for running only one test
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 24 Oct 2005 14:53:36 -0700] rev 1426
add a target for running only one test
Mon, 24 Oct 2005 14:53:25 -0700 hgweb: improve look-n-feel of changelog nagivation
TK Soh <teekaysoh@yahoo.com> [Mon, 24 Oct 2005 14:53:25 -0700] rev 1425
hgweb: improve look-n-feel of changelog nagivation
Mon, 24 Oct 2005 14:53:12 -0700 [issue21] cannot debug extension
Benoit Boissinot <mercurial-bugs@selenic.com> [Mon, 24 Oct 2005 14:53:12 -0700] rev 1424
[issue21] cannot debug extension The following patch should work.
Mon, 24 Oct 2005 14:52:49 -0700 Use $(MAKE) not make
levon@movementarian.org [Mon, 24 Oct 2005 14:52:49 -0700] rev 1423
Use $(MAKE) not make
Mon, 24 Oct 2005 14:52:41 -0700 py2exe is not able to handle win32com.shell
Volker Kleinfeld <Volker.Kleinfeld@gmx.de> [Mon, 24 Oct 2005 14:52:41 -0700] rev 1422
py2exe is not able to handle win32com.shell Changes: - setup.py: help py2exe finding the shell module in win32com.shell
Mon, 24 Oct 2005 14:52:30 -0700 Option -i broken in py2exe_for_demandload
Volker Kleinfeld <Volker.Kleinfeld@gmx.de> [Mon, 24 Oct 2005 14:52:30 -0700] rev 1421
Option -i broken in py2exe_for_demandload Using the includes option -i on modified py2exe is not working. Change: - setup.py: convert self.includes to a list.
Mon, 24 Oct 2005 14:34:48 -0700 Avoid insertion/deletion of CRs on stdio during hg serve
olivier.maquelin@intel.com [Mon, 24 Oct 2005 14:34:48 -0700] rev 1420
Avoid insertion/deletion of CRs on stdio during hg serve
Fri, 21 Oct 2005 00:15:55 -0700 hgweb: fix broken tags->changelog link
Matt Mackall <mpm@selenic.com> [Fri, 21 Oct 2005 00:15:55 -0700] rev 1419
hgweb: fix broken tags->changelog link
Thu, 20 Oct 2005 11:41:14 -0700 Make hgweb work when the repository is empty (no 00changelog.i)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Thu, 20 Oct 2005 11:41:14 -0700] rev 1418
Make hgweb work when the repository is empty (no 00changelog.i)
Thu, 20 Oct 2005 00:26:24 -0700 hgweb: add a mercurial link to the footer
Matt Mackall <mpm@selenic.com> [Thu, 20 Oct 2005 00:26:24 -0700] rev 1417
hgweb: add a mercurial link to the footer
Wed, 19 Oct 2005 20:54:46 -0700 hgweb: hide trivial parent (like in show_changeset)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 19 Oct 2005 20:54:46 -0700] rev 1416
hgweb: hide trivial parent (like in show_changeset)
Wed, 19 Oct 2005 00:10:52 -0700 refactor some unlink/remove code and make sure we prune empty dir
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 19 Oct 2005 00:10:52 -0700] rev 1415
refactor some unlink/remove code and make sure we prune empty dir
Wed, 19 Oct 2005 00:05:08 -0700 New vim script; provides key mappings and menus for GVIM
Steve Borho <steve@borho.org> [Wed, 19 Oct 2005 00:05:08 -0700] rev 1414
New vim script; provides key mappings and menus for GVIM
Wed, 19 Oct 2005 00:02:41 -0700 Do not use 'glob' expansion by default on OS != 'nt'
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Wed, 19 Oct 2005 00:02:41 -0700] rev 1413
Do not use 'glob' expansion by default on OS != 'nt'
Tue, 18 Oct 2005 23:58:00 -0700 hgweb: fix too short manifest link
Matt Mackall <mpm@selenic.com> [Tue, 18 Oct 2005 23:58:00 -0700] rev 1412
hgweb: fix too short manifest link
Tue, 18 Oct 2005 23:50:55 -0700 hgweb: make viewing of non-text work in hgweb
Matt Mackall <mpm@selenic.com> [Tue, 18 Oct 2005 23:50:55 -0700] rev 1411
hgweb: make viewing of non-text work in hgweb We use mimetypes.guess_type to guess file types and util.binary to determine whether a file is displayable as text. This lets us display displayable text files in our normal source view. Files that appear to be binary will be displayed as something like "(binary:image/gif)". Clicking on raw view will send the raw file with an appropriate MIME type. Thus things like GIFs will now be viewable inside hgweb without making a mess. Further, things like postscript files that are text should show source in the normal view and a browser can launch a postscript viewer for the raw view.
Tue, 18 Oct 2005 23:08:35 -0700 hgweb: shorten all the URLs in the standard templates
Matt Mackall <mpm@selenic.com> [Tue, 18 Oct 2005 23:08:35 -0700] rev 1410
hgweb: shorten all the URLs in the standard templates A URL like this: http://www.selenic.com/hg/?cmd=changeset;node=5010207c35273ac1331cae44c253dd41fa07cb7f is now presented as: http://www.selenic.com/hg/?cs=5010207c352 (though the old style still works, of course)
Tue, 18 Oct 2005 23:05:30 -0700 hgweb: add shortcuts for all the web commands / fix empty arg bug
Matt Mackall <mpm@selenic.com> [Tue, 18 Oct 2005 23:05:30 -0700] rev 1409
hgweb: add shortcuts for all the web commands / fix empty arg bug
Tue, 18 Oct 2005 21:32:51 -0700 symlink unit test
Matthew Elder <sseses@gmail.com> [Tue, 18 Oct 2005 21:32:51 -0700] rev 1408
symlink unit test
Tue, 18 Oct 2005 21:11:24 -0700 allow empty values for url so we can have /?tip
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 18 Oct 2005 21:11:24 -0700] rev 1407
allow empty values for url so we can have /?tip
Tue, 18 Oct 2005 20:06:34 -0700 hgweb: allow urls to be shorter by using shortcuts
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 18 Oct 2005 20:06:34 -0700] rev 1406
hgweb: allow urls to be shorter by using shortcuts for example cs=xxx will be expanded to cmd=changeset;node=xxx
Tue, 18 Oct 2005 20:06:13 -0700 log: speedup keyword search when used with --branch
TK Soh <teekaysoh@yahoo.com> [Tue, 18 Oct 2005 20:06:13 -0700] rev 1405
log: speedup keyword search when used with --branch By avoiding unnecessary branch lookup.
Tue, 18 Oct 2005 20:06:05 -0700 log: make keyword search truly case-insensitive
TK Soh <teekaysoh@yahoo.com> [Tue, 18 Oct 2005 20:06:05 -0700] rev 1404
log: make keyword search truly case-insensitive
Tue, 18 Oct 2005 20:05:54 -0700 lazyindex fix, make load handle negative indexes properly.
Eric Hopper <hopper@omnifarious.org> [Tue, 18 Oct 2005 20:05:54 -0700] rev 1403
lazyindex fix, make load handle negative indexes properly.
Tue, 18 Oct 2005 18:38:39 -0700 i18n part2: use '_' for all strings who are part of the user interface
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 18 Oct 2005 18:38:39 -0700] rev 1402
i18n part2: use '_' for all strings who are part of the user interface
Tue, 18 Oct 2005 18:38:04 -0700 use a dummy function for gettext
Benoit Boissinot <benoit.boissinot@ens-lyon.org [Tue, 18 Oct 2005 18:38:04 -0700] rev 1401
use a dummy function for gettext import gettext is really slow, until we figure out a solution we use identity for gettext
Tue, 18 Oct 2005 18:37:48 -0700 i18n first part: make '_' available for files who need it
Benoit Boissinot <benoit.boissinot@ens-lyon.org [Tue, 18 Oct 2005 18:37:48 -0700] rev 1400
i18n first part: make '_' available for files who need it
Tue, 18 Oct 2005 17:57:27 -0700 Try to use ini-file in the same directory as the exe as the default on NT.
Zbynek Winkler <zwin@users.sourceforge.net> [Tue, 18 Oct 2005 17:57:27 -0700] rev 1399
Try to use ini-file in the same directory as the exe as the default on NT.
Tue, 18 Oct 2005 17:56:50 -0700 make update quieter when nothing is wrong
Vadim Gelfer <vadim.gelfer@gmail.com> [Tue, 18 Oct 2005 17:56:50 -0700] rev 1398
make update quieter when nothing is wrong sometimes when i am going around in my history, i get long lists of errors from the update command. this patch will fix that. i tried to make the code style the same like the rest of the code.
Tue, 18 Oct 2005 12:11:23 -0700 bdiff: change spurious __inline to inline
Matt Mackall <mpm@selenic.com> [Tue, 18 Oct 2005 12:11:23 -0700] rev 1397
bdiff: change spurious __inline to inline
Tue, 18 Oct 2005 00:45:27 -0700 check if a file is ignored before complaining if it is an unsupported type
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 18 Oct 2005 00:45:27 -0700] rev 1396
check if a file is ignored before complaining if it is an unsupported type
Tue, 18 Oct 2005 00:43:33 -0700 Add debugsetparents command
Matt Mackall <mpm@selenic.com> [Tue, 18 Oct 2005 00:43:33 -0700] rev 1395
Add debugsetparents command
Tue, 18 Oct 2005 00:43:19 -0700 dirstate: make sure we read the dirstate before setting parents
Matt Mackall <mpm@selenic.com> [Tue, 18 Oct 2005 00:43:19 -0700] rev 1394
dirstate: make sure we read the dirstate before setting parents
Sat, 15 Oct 2005 15:49:05 -0700 Fix traceback on bad revlog.lookup
Matt Mackall <mpm@selenic.com> [Sat, 15 Oct 2005 15:49:05 -0700] rev 1393
Fix traceback on bad revlog.lookup
Sat, 15 Oct 2005 15:43:40 -0700 add a check for filetype when walking
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 15 Oct 2005 15:43:40 -0700] rev 1392
add a check for filetype when walking
Sat, 15 Oct 2005 15:04:45 -0700 Fix patch failure reporting exception
Matt Mackall <mpm@selenic.com> [Sat, 15 Oct 2005 15:04:45 -0700] rev 1391
Fix patch failure reporting exception
Sat, 15 Oct 2005 15:04:22 -0700 Borrow patch header detection heuristic from quilt
Matt Mackall <mpm@selenic.com> [Sat, 15 Oct 2005 15:04:22 -0700] rev 1390
Borrow patch header detection heuristic from quilt
Wed, 05 Oct 2005 19:27:35 -0700 convert-repo: fix up octopus merge conversion
Matt Mackall <mpm@selenic.com> [Wed, 05 Oct 2005 19:27:35 -0700] rev 1389
convert-repo: fix up octopus merge conversion
Wed, 05 Oct 2005 19:26:41 -0700 convert-repo: change duplicate elimination
Matt Mackall <mpm@selenic.com> [Wed, 05 Oct 2005 19:26:41 -0700] rev 1388
convert-repo: change duplicate elimination
Wed, 05 Oct 2005 19:25:45 -0700 convert-repo: linearize the tag commit
Matt Mackall <mpm@selenic.com> [Wed, 05 Oct 2005 19:25:45 -0700] rev 1387
convert-repo: linearize the tag commit
Wed, 05 Oct 2005 17:11:06 -0700 convert-repo: retrieve the commit hash from the tag object for tag import
Matt Mackall <mpm@selenic.com> [Wed, 05 Oct 2005 17:11:06 -0700] rev 1386
convert-repo: retrieve the commit hash from the tag object for tag import
Wed, 05 Oct 2005 17:09:51 -0700 convert-repo: Fix timezone handling
Matt Mackall <mpm@selenic.com> [Wed, 05 Oct 2005 17:09:51 -0700] rev 1385
convert-repo: Fix timezone handling
Wed, 05 Oct 2005 10:59:42 -0700 hg verify: add some bin to hex conversions
Matt Mackall <mpm@selenic.com> [Wed, 05 Oct 2005 10:59:42 -0700] rev 1384
hg verify: add some bin to hex conversions
Wed, 05 Oct 2005 10:51:02 -0700 hg verify: add an error reporting helper function
Matt Mackall <mpm@selenic.com> [Wed, 05 Oct 2005 10:51:02 -0700] rev 1383
hg verify: add an error reporting helper function
Wed, 05 Oct 2005 10:37:51 -0700 hg verify: more consistency checking between changesets and manifests
Matt Mackall <mpm@selenic.com> [Wed, 05 Oct 2005 10:37:51 -0700] rev 1382
hg verify: more consistency checking between changesets and manifests
Tue, 04 Oct 2005 17:34:02 -0700 log --debug: fix misplaced manifest field
TK Soh <teekaysoh@yahoo.com> [Tue, 04 Oct 2005 17:34:02 -0700] rev 1381
log --debug: fix misplaced manifest field Index: hg/mercurial/commands.py =================================================================== --- hg.orig/mercurial/commands.py 2005-10-04 16:44:26.000000000 -0700 +++ hg/mercurial/commands.py 2005-10-04 17:16:42.000000000 -0700 @@ -1238,6 +1238,9 @@ def log(ui, repo, *pats, **opts): self.write(*args) def write(self, *args): self.hunk[self.rev].append(args) + def debug(self, *args): + if self.debugflag: + self.write(*args) def __getattr__(self, key): return getattr(self.ui, key) cwd = repo.getcwd()
Tue, 04 Oct 2005 12:24:59 -0700 Fix an hg copy/move bug. Failed if file being copied or moved not in tip.
Eric Hopper <hopper@omnifarious.org> [Tue, 04 Oct 2005 12:24:59 -0700] rev 1380
Fix an hg copy/move bug. Failed if file being copied or moved not in tip.
Tue, 04 Oct 2005 11:25:48 -0700 Clean up mdiff imports
Matt Mackall <mpm@selenic.com> [Tue, 04 Oct 2005 11:25:48 -0700] rev 1379
Clean up mdiff imports
Tue, 04 Oct 2005 11:21:48 -0700 make diff dates be epoch for add/remove
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 04 Oct 2005 11:21:48 -0700] rev 1378
make diff dates be epoch for add/remove
Mon, 03 Oct 2005 16:07:54 -0700 Fixed a bug in my changes to httprepo.py
Eric Hopper <hopper@omnifarious.org> [Mon, 03 Oct 2005 16:07:54 -0700] rev 1377
Fixed a bug in my changes to httprepo.py
Mon, 03 Oct 2005 15:06:46 -0700 Fix same performance bug as c3654cfaa77 but for httprepo.py instead.
Eric Hopper <hopper@omnifarious.org> [Mon, 03 Oct 2005 15:06:46 -0700] rev 1376
Fix same performance bug as c3654cfaa77 but for httprepo.py instead.
Mon, 03 Oct 2005 14:45:14 -0700 Fix traceback when nothing was added during unbundle
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 03 Oct 2005 14:45:14 -0700] rev 1375
Fix traceback when nothing was added during unbundle The changegroup and commit hook are now run only when something is modified. The correct number of changesets added is printed.
Mon, 03 Oct 2005 14:43:11 -0700 Fix hg unbundle chunking performance bug
Eric Hopper <hopper@omnifarious.org> [Mon, 03 Oct 2005 14:43:11 -0700] rev 1374
Fix hg unbundle chunking performance bug
Mon, 03 Oct 2005 13:45:59 -0700 hg log: add -k for keyword searching
Matt Mackall <mpm@selenic.com> [Mon, 03 Oct 2005 13:45:59 -0700] rev 1373
hg log: add -k for keyword searching
Mon, 03 Oct 2005 12:52:45 -0700 Merge with TAH
Matt Mackall <mpm@selenic.com> [Mon, 03 Oct 2005 12:52:45 -0700] rev 1372
Merge with TAH
Wed, 28 Sep 2005 19:42:03 +0200 emacs minor mode optional argument
Robin Farine <robin.farine@terminus.org> [Wed, 28 Sep 2005 19:42:03 +0200] rev 1371
emacs minor mode optional argument With GNU Emacs 21.4.1 and desktop save/restore enabled, loading "mercurial.el" from ".emacs" breaks Emacs' initialization sequence when the desktop restore code loads a file under Mercurial control. The function 'desktop-create-buffer' passes an argument to each minor mode it activates for the buffer.
Sat, 01 Oct 2005 13:11:48 -0700 hgweb: remove various manifest and file hashes from display
Matt Mackall <mpm@selenic.com> [Sat, 01 Oct 2005 13:11:48 -0700] rev 1370
hgweb: remove various manifest and file hashes from display
Sat, 01 Oct 2005 12:50:56 -0700 Allows abbreviated hashes in hgweb
Matt Mackall <mpm@selenic.com> [Sat, 01 Oct 2005 12:50:56 -0700] rev 1369
Allows abbreviated hashes in hgweb
Sat, 01 Oct 2005 00:02:01 -0700 Fix completion function for 'hg pull'. Fix truncation bug and remove tabs.
Steve Borho <steve@borho.org> [Sat, 01 Oct 2005 00:02:01 -0700] rev 1368
Fix completion function for 'hg pull'. Fix truncation bug and remove tabs.
Fri, 30 Sep 2005 11:08:13 -0700 bisect extension for mercurial
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Fri, 30 Sep 2005 11:08:13 -0700] rev 1367
bisect extension for mercurial it works almost the same as git-bisect: hg bisect init # start bisecting hg bisect bad # mark current revision as broken hg bisect good [<rev>] # mark <rev> as working ... the bisect code finds a new revision to try ... see if it works hg bisect good # if it worked hg bisect bad # it doesn't work continue until there is only one revision left
Fri, 30 Sep 2005 11:06:19 -0700 Fixed an exception that was caught and improperly forgotten.
Eric Hopper <hopper@omnifarious.org> [Fri, 30 Sep 2005 11:06:19 -0700] rev 1366
Fixed an exception that was caught and improperly forgotten.
Fri, 30 Sep 2005 11:06:13 -0700 Suppress warning in zsh_completion script
Mikael Berthe <mikael@lilotux.net> [Fri, 30 Sep 2005 11:06:13 -0700] rev 1365
Suppress warning in zsh_completion script
Thu, 29 Sep 2005 15:18:32 -0700 Fix data reported for the nullid changeset
Matt Mackall <mpm@selenic.com> [Thu, 29 Sep 2005 15:18:32 -0700] rev 1364
Fix data reported for the nullid changeset
Thu, 29 Sep 2005 13:20:03 -0700 Merge with self
Matt Mackall <mpm@selenic.com> [Thu, 29 Sep 2005 13:20:03 -0700] rev 1363
Merge with self
(0) -1000 -120 +120 +1000 +3000 tip