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
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip