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
Fri, 20 Nov 2009 14:37:36 +0200 commands: Try to improve help options text for basic commands
timeless@mozdev.org [Fri, 20 Nov 2009 14:37:36 +0200] rev 10375
commands: Try to improve help options text for basic commands Mostly rewrite -r text
Sun, 07 Feb 2010 10:58:51 +0100 check-code.py: make help strings consistent
Martin Geisler <mg@lazybytes.net> [Sun, 07 Feb 2010 10:58:51 +0100] rev 10374
check-code.py: make help strings consistent
Sun, 07 Feb 2010 01:52:10 +0100 check-code.py: escape backslash
Mads Kiilerich <mads@kiilerich.com> [Sun, 07 Feb 2010 01:52:10 +0100] rev 10373
check-code.py: escape backslash
Sun, 07 Feb 2010 07:37:05 -0600 qnew: ignore force option
Augie Fackler <durin42@gmail.com> [Sun, 07 Feb 2010 07:37:05 -0600] rev 10372
qnew: ignore force option This makes the default behavior the same as qnew --force, and deprecates the force option.
Sun, 07 Feb 2010 15:09:02 +0100 strip apostrophes from an error messages
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 15:09:02 +0100] rev 10371
strip apostrophes from an error messages
Sun, 07 Feb 2010 14:53:17 +0100 mq: fix typo, thanks pmezard
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 14:53:17 +0100] rev 10370
mq: fix typo, thanks pmezard
Sun, 07 Feb 2010 14:51:52 +0100 commands: annotate follows by default, separate -f/--file option
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 14:51:52 +0100] rev 10369
commands: annotate follows by default, separate -f/--file option
Sun, 07 Feb 2010 14:43:21 +0100 Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 07 Feb 2010 14:43:21 +0100] rev 10368
Merge with crew-stable
Sun, 07 Feb 2010 11:38:36 +0100 test-mq-qrefresh: test qrefresh when tip != qtip stable
Patrick Mezard <pmezard@gmail.com> [Sun, 07 Feb 2010 11:38:36 +0100] rev 10367
test-mq-qrefresh: test qrefresh when tip != qtip
Sat, 06 Feb 2010 18:36:27 +0100 mq: remove qrefresh slow path (issue2025) stable
Dan Villiom Podlaski Christiansen <danchr@gmail.com> [Sat, 06 Feb 2010 18:36:27 +0100] rev 10366
mq: remove qrefresh slow path (issue2025) The slow path/fast path distinction has existed since mq was added to Mercurial in 2006. The slow path was used whenever the refreshed revision wasn't the tip
Sun, 07 Feb 2010 14:29:07 +0100 interpret repo#name url syntax as branch instead of revision
Sune Foldager <cryo@cyanite.org> [Sun, 07 Feb 2010 14:29:07 +0100] rev 10365
interpret repo#name url syntax as branch instead of revision Previously, the name part of an repo#name url was interpreted as a revision, similar to using the --rev option. Now it is instead looked up as a branch first, and if that succeeds all the heads of the branch will be processed instead of just its tip-most head. If the branch lookup fails, it will be assumed to be an revision as before (e.g. for tags).
Sun, 07 Feb 2010 14:01:43 +0100 dispatch: provide help for disabled extensions and commands
Brodie Rao <me+hg@dackz.net> [Sun, 07 Feb 2010 14:01:43 +0100] rev 10364
dispatch: provide help for disabled extensions and commands Before a command is declared unknown, each extension in hgext is searched, starting with hgext.<cmdname>. If there's a matching command, a help message suggests the appropriate extension and how to enable it. Every extension could potentially be imported, but for cases like rebase, relink, etc. only one extension is imported. For the case of "hg help disabledext", if the extension is in hgext, the extension description is read and a similar help suggestion is printed. No extension import occurs.
Sun, 07 Feb 2010 11:32:08 +0100 extensions: refactor disabled()
Brodie Rao <me+hg@dackz.net> [Sun, 07 Feb 2010 11:32:08 +0100] rev 10363
extensions: refactor disabled()
Sun, 07 Feb 2010 14:06:05 +0100 mq: don't warn on qpush against a branch head
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Sun, 07 Feb 2010 14:06:05 +0100] rev 10362
mq: don't warn on qpush against a branch head
Sun, 07 Feb 2010 13:49:52 +0100 mq: deprecate qinit and qcommit
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Sun, 07 Feb 2010 13:49:52 +0100] rev 10361
mq: deprecate qinit and qcommit
Sun, 07 Feb 2010 12:34:02 +0100 mq: deprecate qsave, qrestore and related options
Dirkjan Ochtman <djc.ochtman@kentyde.com> [Sun, 07 Feb 2010 12:34:02 +0100] rev 10360
mq: deprecate qsave, qrestore and related options
Tue, 23 Dec 2008 09:46:40 -0800 mq: add --mq option to some commands
Brendan Cully <brendan@kublai.com> [Tue, 23 Dec 2008 09:46:40 -0800] rev 10359
mq: add --mq option to some commands This causes them to operate on the queue repository as qcommit does, and is nicer than hg -R $(hg root)
Sat, 06 Feb 2010 20:24:51 +0100 pull: with -u and -r, update to the first revision given
Sune Foldager <cryo@cyanite.org> [Sat, 06 Feb 2010 20:24:51 +0100] rev 10358
pull: with -u and -r, update to the first revision given This makes pull consistent with clone. The actual change is in mercurial.hg.parseurl, changing its checkout result, which is only used for pull.
Sun, 07 Feb 2010 10:01:55 +0100 localrepo: inline single-use nested function
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 10:01:55 +0100] rev 10357
localrepo: inline single-use nested function
Sun, 07 Feb 2010 09:58:41 +0100 localrepo: unify changegroup and changegroupsubset code paths a bit
Dirkjan Ochtman <dirkjan@ochtman.nl> [Sun, 07 Feb 2010 09:58:41 +0100] rev 10356
localrepo: unify changegroup and changegroupsubset code paths a bit
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip