Mon, 08 Feb 2010 20:51:23 +0100 whitespace cleanup
Peter Arrenbrecht <peter.arrenbrecht@gmail.com> [Mon, 08 Feb 2010 20:51:23 +0100] rev 10405
whitespace cleanup
Tue, 09 Feb 2010 14:02:07 +0100 revlog.size: remove alternate implementation (revlogv0 specific)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Feb 2010 14:02:07 +0100] rev 10404
revlog.size: remove alternate implementation (revlogv0 specific) it's only useful for revlogv0 anyway, revlogNG has the uncompressed size in the index.
Tue, 09 Feb 2010 13:48:52 +0100 pylintrc: string isn't deprecated, only some of its methods
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Tue, 09 Feb 2010 13:48:52 +0100] rev 10403
pylintrc: string isn't deprecated, only some of its methods
Mon, 08 Feb 2010 10:50:00 +0100 mq: make init -Q do what qinit -c did
Brendan Cully <brendan@kublai.com> [Mon, 08 Feb 2010 10:50:00 +0100] rev 10402
mq: make init -Q do what qinit -c did
Mon, 08 Feb 2010 10:23:44 +0100 mq: add -Q option to all commands not in norepo
Brendan Cully <brendan@kublai.com> [Mon, 08 Feb 2010 10:23:44 +0100] rev 10401
mq: add -Q option to all commands not in norepo
Sun, 07 Feb 2010 23:07:58 +0100 setup.py: fixing version info for Windows hg.exe (py2exe)
Adrian Buehlmann <adrian@cadifra.com> [Sun, 07 Feb 2010 23:07:58 +0100] rev 10400
setup.py: fixing version info for Windows hg.exe (py2exe) Fixes warning: py2exe: Version Info will not be included: could not parse version number ... which was seen when doing nightly builds. hg.exe files of nightly builds did not have any version info resoure, which may cause problems with installers. Also setting a copyright string for the version resource (was missing).
Mon, 08 Feb 2010 23:47:23 +0100 test-branch-option: make it executable
Patrick Mezard <pmezard@gmail.com> [Mon, 08 Feb 2010 23:47:23 +0100] rev 10399
test-branch-option: make it executable
Mon, 08 Feb 2010 02:53:41 +0100 tests: don't just silently strip port numbers
Mads Kiilerich <mads@kiilerich.com> [Mon, 08 Feb 2010 02:53:41 +0100] rev 10398
tests: don't just silently strip port numbers
Sun, 07 Feb 2010 10:47:54 -0500 mq: add parent node IDs to MQ patches on qrefresh/qnew
Steve Losh <steve@stevelosh.com> [Sun, 07 Feb 2010 10:47:54 -0500] rev 10397
mq: add parent node IDs to MQ patches on qrefresh/qnew The goal of this patch is to add the IDs of the parents of applied MQ patches into the patch file headers whenever qnew or qrefresh are run. This will serve as a reminder of when the patches last applied cleanly and will let us do more intelligent things in the future, such as: * Resolve conflicts found when qpushing to a new location by merging instead of simply showing rejects. * Display better diffs of versioned MQ patches because we can tell how the patched files have changed in the meantime. Here are the new rules this patch introduces. They are checked in this order: * If a patch currently has old, plain-style patch headers ("From:" and "Date:") do not change the style or add any new headers. * If the 'mq.plain' configuration setting is true, only plain-style headers will be used for all MQ patches. * qnew will initialize new patches with HG-style headers and fill in the "# Parent" header with the appropriate parent node. * qrefresh will refresh the "# Parent" header with the current parent of the current patch.
Mon, 08 Feb 2010 19:44:04 +0100 prepush: add more precise error messages
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Feb 2010 19:44:04 +0100] rev 10396
prepush: add more precise error messages Part of the patch is from timeless@mozdev.org - indicate the branch name where there are multiple heads - give better advice when hitting a possible race, where new heads are added between discovery and the call to branchmap(). In that case, asking the user to merge isn't helpful, since only remote has the changes.
Mon, 08 Feb 2010 17:28:19 +0100 revlog: don't silently discard revlog flags on revlogv0
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Feb 2010 17:28:19 +0100] rev 10395
revlog: don't silently discard revlog flags on revlogv0
Mon, 08 Feb 2010 15:36:34 +0100 fix coding style (reported by pylint)
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Feb 2010 15:36:34 +0100] rev 10394
fix coding style (reported by pylint)
Mon, 08 Feb 2010 15:06:26 +0100 add pylintrc with some mercurial specific configuration
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Feb 2010 15:06:26 +0100] rev 10393
add pylintrc with some mercurial specific configuration
Mon, 08 Feb 2010 14:52:28 +0100 localrepo: cleanup branch tip computation
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Mon, 08 Feb 2010 14:52:28 +0100] rev 10392
localrepo: cleanup branch tip computation
Mon, 08 Feb 2010 06:24:34 -0600 hgrc.5: Fix a typo
Steve Borho <steve@borho.org> [Mon, 08 Feb 2010 06:24:34 -0600] rev 10391
hgrc.5: Fix a typo
Mon, 08 Feb 2010 11:04:38 +0100 summary: various fixes, add a test
Matt Mackall <mpm@selenic.com> [Mon, 08 Feb 2010 11:04:38 +0100] rev 10390
summary: various fixes, add a test fix breakage from recent parseurl changes fix reporting of resolved fix reporting of update in certain cases
Mon, 08 Feb 2010 10:32:44 +0100 fix remaining hg.parseurl uses
Sune Foldager <cryo@cyanite.org> [Mon, 08 Feb 2010 10:32:44 +0100] rev 10389
fix remaining hg.parseurl uses
Sun, 07 Feb 2010 05:34:22 -0600 win32: allow hgrc.d on Windows
Steve Borho <steve@borho.org> [Sun, 07 Feb 2010 05:34:22 -0600] rev 10388
win32: allow hgrc.d on Windows
Mon, 08 Feb 2010 00:01:08 +0100 zeroconf: use DNS length field to safely skip unknown record types
Brendan Cully <brendan@kublai.com> [Mon, 08 Feb 2010 00:01:08 +0100] rev 10387
zeroconf: use DNS length field to safely skip unknown record types
Sun, 07 Feb 2010 19:39:29 +0100 zeroconf: better fix for readName error
Brendan Cully <brendan@kublai.com> [Sun, 07 Feb 2010 19:39:29 +0100] rev 10386
zeroconf: better fix for readName error Stop parsing when an unknown type is seen, since it is impossible to resynchronize on the stream.
Sun, 07 Feb 2010 18:37:14 +0100 zeroconf: try utf-16 decoding if utf-8 fails
Brendan Cully <brendan@kublai.com> [Sun, 07 Feb 2010 18:37:14 +0100] rev 10385
zeroconf: try utf-16 decoding if utf-8 fails
Sun, 07 Feb 2010 18:06:52 +0100 import: import each patch in a file or stream as a separate change
Brendan Cully <brendan@kublai.com> [Sun, 07 Feb 2010 18:06:52 +0100] rev 10384
import: import each patch in a file or stream as a separate change Supports hg export <revrange>, mail messages, and mailboxes. Does not support multiple patches in a single MIME attachment. Closes issue167.
Sun, 07 Feb 2010 16:44:55 +0100 ui: look before you leap on sys.stdout.closed
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 16:44:55 +0100] rev 10383
ui: look before you leap on sys.stdout.closed
Sun, 07 Feb 2010 16:03:38 +0100 mq: fix deprecation mention, line length
Augie Fackler <durin42@gmail.com> [Sun, 07 Feb 2010 16:03:38 +0100] rev 10382
mq: fix deprecation mention, line length
Sun, 07 Feb 2010 16:04:42 +0100 merge with mpm
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 16:04:42 +0100] rev 10381
merge with mpm
Sun, 07 Feb 2010 15:57:16 +0100 addbranchrevs: fallback for older servers
Sune Foldager <cryo@cyanite.org> [Sun, 07 Feb 2010 15:57:16 +0100] rev 10380
addbranchrevs: fallback for older servers
Sun, 07 Feb 2010 15:23:46 +0100 add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
Sune Foldager <cryo@cyanite.org> [Sun, 07 Feb 2010 15:23:46 +0100] rev 10379
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
Sat, 06 Feb 2010 19:14:37 +0100 subrepo: change default path in hgrc of subrepo after cloning
Saint Germain <saintger@gmail.com> [Sat, 06 Feb 2010 19:14:37 +0100] rev 10378
subrepo: change default path in hgrc of subrepo after cloning Previous behavior was to put in the cloned subrepos the path found in the original main repo. However it isn't valid for relative path and it seems more logical to reference instead the subrepos working copy path of the original main repo.
Sun, 07 Feb 2010 15:31:53 +0100 streamclone: allow uncompressed clones by default
Matt Mackall <mpm@selenic.com> [Sun, 07 Feb 2010 15:31:53 +0100] rev 10377
streamclone: allow uncompressed clones by default
Sun, 07 Feb 2010 15:08:26 +0100 help: Improved body text
timeless <timeless@mozdev.org> [Sun, 07 Feb 2010 15:08:26 +0100] rev 10376
help: Improved body text
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip