Thu, 11 Mar 2010 14:56:15 +0100 |
Martin Geisler |
commands: remove extra indentation from list in help text
stable
|
Thu, 11 Mar 2010 13:33:29 +0100 |
Dirkjan Ochtman |
server: initialize wsgi app in command, then wrap server around it
|
Thu, 11 Mar 2010 10:06:01 +0200 |
timeless |
commands: document and test hg clone update priority
stable
|
Wed, 10 Mar 2010 22:27:42 +0100 |
Benoit Boissinot |
serve: fix port config
|
Wed, 10 Mar 2010 21:35:38 +0100 |
Thomas Arendsen Hein |
drop (default: 8000), non-zero default is automatically added to help
|
Wed, 10 Mar 2010 21:21:15 +0100 |
Thomas Arendsen Hein |
make expression shorter, now the line fits into 80 chars
|
Wed, 10 Mar 2010 21:14:24 +0100 |
Benoit Boissinot |
serve: fix options recording, trailing whitespace
|
Wed, 10 Mar 2010 10:51:37 -0800 |
Bryan O'Sullivan |
serve: allow --port=0 to specify "server chooses the port number"
|
Tue, 09 Mar 2010 20:47:35 +0100 |
Benoit Boissinot |
merge with stable
|
Tue, 09 Mar 2010 20:38:23 +0100 |
Benoit Boissinot |
bundle: fix bundle generation for empty changegroup
stable
|
Mon, 08 Mar 2010 19:43:24 +0100 |
Benoit Boissinot |
patch/diff: move patch.export() to cmdutil.export()
|
Tue, 12 Jan 2010 22:49:10 +0900 |
Yuya Nishihara |
branch: help misuse of hg branch to switch branches
stable
|
Wed, 03 Mar 2010 22:04:59 +0100 |
Thomas Arendsen Hein |
Make annotate --follow an alias for -f/--file to behave like in older versions
stable
|
Mon, 01 Mar 2010 23:27:44 +0900 |
Yuya Nishihara |
alias: fixes exception when displaying translated help text
stable
|
Mon, 01 Mar 2010 15:41:21 -0500 |
Greg Ward |
resolve: rewrite help to be clearer and more complete (issue2030).
stable
|
Wed, 24 Feb 2010 11:04:56 -0300 |
Wagner Bruna |
commands: clarify --config syntax
stable
|
Tue, 23 Feb 2010 06:42:10 +0100 |
timeless |
commands: correct diff -c explanation
stable
|
Sun, 21 Feb 2010 01:21:17 +0200 |
timeless |
commands: mention diff -c
stable
|
Fri, 19 Feb 2010 20:34:23 -0500 |
Dirkjan Ochtman |
identify: don't include unknown in status
stable
|
Mon, 15 Feb 2010 15:25:29 -0500 |
Greg Ward |
merge: fix --preview to show all nodes that will be merged (issue2043).
stable
|
Mon, 16 Nov 2009 16:10:05 -0500 |
Benoit Boissinot |
bundle: exclude csets given in --base, unless they are in --rev (issue1910)
stable
|
Sat, 13 Feb 2010 22:10:31 +0100 |
Martin Geisler |
commands: correct example in add help text
|
Sat, 13 Feb 2010 18:44:19 +0100 |
Martin Geisler |
commands: add verbose example to help text for add
|
Sat, 13 Feb 2010 18:36:24 +0100 |
Martin Geisler |
commands: support verbose help
|
Tue, 09 Feb 2010 14:12:22 -0600 |
Matt Mackall |
fix up a bunch of check-code warnings
|
Mon, 08 Feb 2010 20:51:23 +0100 |
Peter Arrenbrecht |
whitespace cleanup
|
Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
Mon, 08 Feb 2010 11:04:38 +0100 |
Matt Mackall |
summary: various fixes, add a test
|
Mon, 08 Feb 2010 10:32:44 +0100 |
Sune Foldager |
fix remaining hg.parseurl uses
|
Sun, 07 Feb 2010 18:06:52 +0100 |
Brendan Cully |
import: import each patch in a file or stream as a separate change
|
Sun, 07 Feb 2010 15:23:46 +0100 |
Sune Foldager |
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
|
Sun, 07 Feb 2010 15:08:26 +0100 |
timeless |
help: Improved body text
|
Fri, 20 Nov 2009 14:37:36 +0200 |
timeless |
commands: Try to improve help options text for basic commands
|
Sun, 07 Feb 2010 14:51:52 +0100 |
Dirkjan Ochtman |
commands: annotate follows by default, separate -f/--file option
|
Sun, 07 Feb 2010 14:29:07 +0100 |
Sune Foldager |
interpret repo#name url syntax as branch instead of revision
|
Sun, 07 Feb 2010 14:01:43 +0100 |
Brodie Rao |
dispatch: provide help for disabled extensions and commands
|
Sun, 07 Feb 2010 00:51:59 +0100 |
Benoit Boissinot |
merge: add hints about the use of 'hg heads' to find the rev to merge
|
Sat, 06 Feb 2010 19:38:39 +0100 |
Dirkjan Ochtman |
commands: do all branch heads by default, demote topological to -t/--topo
|
Sat, 06 Feb 2010 19:33:40 +0100 |
Dirkjan Ochtman |
commands: actually implement --closed for topological heads
|
Sat, 06 Feb 2010 19:06:02 +0100 |
Dirkjan Ochtman |
commands: externalize branchheads so we can do it for all branches at once
|
Sat, 06 Feb 2010 19:33:33 +0100 |
Dirkjan Ochtman |
commands: move inactive/closed out so they can have more effect
|
Sat, 06 Feb 2010 19:33:28 +0100 |
Dirkjan Ochtman |
commands: don't do too much work for error messages
|
Sat, 06 Feb 2010 19:00:50 +0100 |
Dirkjan Ochtman |
commands: allow --closed even for topological heads displays
|
Sat, 06 Feb 2010 17:11:18 +0100 |
Benoit Boissinot |
merge with main
|
Fri, 05 Feb 2010 18:50:08 +0100 |
Benoit Boissinot |
fix spaces/identation issues
|
Sat, 06 Feb 2010 08:57:57 -0500 |
Steve Losh |
commands: fix more changeset header information in 'hg help export'
|
Sat, 06 Feb 2010 08:28:39 -0500 |
Steve Losh |
commands: fix the list of changeset header information in 'hg help export'
|
Sat, 06 Feb 2010 12:47:33 +0100 |
Dirkjan Ochtman |
commands: always order heads recent to oldest
|
Sat, 06 Feb 2010 12:47:24 +0100 |
Dirkjan Ochtman |
commands: fix up stupidly untested heads simplification
|
Sat, 06 Feb 2010 11:29:48 +0100 |
Dirkjan Ochtman |
commands: simplify heads a little bit before I start hacking it up
|
Sat, 06 Feb 2010 11:28:03 +0100 |
Dirkjan Ochtman |
commands: deprecate the heads -a option
|
Fri, 05 Feb 2010 07:07:53 -0600 |
Steve Borho |
Merge with stable
|
Fri, 05 Feb 2010 04:33:08 -0600 |
Steve Borho |
commands: label from user is in local encoding
stable
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Wed, 20 Jan 2010 16:58:48 +0100 |
Martin Geisler |
Merge with stable
|
Wed, 20 Jan 2010 13:50:06 +0900 |
FUJIWARA Katsunori |
summary: L10N messages hide clean-ness of workdir from 'hg summary'
stable
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sat, 09 Jan 2010 23:16:48 +0100 |
Martin Geisler |
Merge with stable
|
Sat, 09 Jan 2010 23:03:33 +0100 |
Jens Bäckman |
commands: fix typo in help text
stable
|
Tue, 05 Jan 2010 22:41:39 +0100 |
Martin Geisler |
Merge with stable.
|
Tue, 05 Jan 2010 15:07:38 -0500 |
Greg Ward |
commands: fix help string for pull -u and unbundle -u.
stable
|
Mon, 04 Jan 2010 01:11:18 +0100 |
Martin Geisler |
Merge with stable
|
Mon, 04 Jan 2010 01:09:23 +0100 |
Martin Geisler |
commands: update copyright year to 2010
stable
|
Mon, 28 Dec 2009 17:55:52 +0100 |
Robert Bachmann |
Added support for templatevar "footer" to cmdutil.py
|
Mon, 14 Dec 2009 00:32:29 +0900 |
Nicolas Dumazet |
cmdutil: replace sys.maxint with None as default value in loglimit
|
Sun, 13 Dec 2009 18:06:24 +0100 |
Patrick Mezard |
templatekw: change {file_copies} behaviour, add {file_copies_switch}
|
Sat, 05 Dec 2009 23:26:27 -0500 |
Brodie Rao |
help: don't display bogus help messages for invalid aliases
|
Sat, 28 Nov 2009 16:48:07 +0200 |
Alexander Solovyov |
commands.export: accept -r option as revision specification
|
Mon, 30 Nov 2009 23:51:06 +0100 |
Gilles Moris |
status: add the --change option to display files changed in a revision
|
Tue, 01 Dec 2009 14:37:57 -0600 |
Matt Mackall |
Merge with crew
|
Tue, 01 Dec 2009 14:37:33 -0600 |
Matt Mackall |
Merge with stable
|
Tue, 01 Dec 2009 00:43:54 +0100 |
Martin Geisler |
Merge with stable
|
Tue, 01 Dec 2009 00:15:45 +0100 |
Martin Geisler |
commands: mark "ssh://" as inline literals in help texts
stable
|
Sat, 28 Nov 2009 23:58:03 +0100 |
Martin Geisler |
Merge with stable
|
Sat, 28 Nov 2009 23:44:18 +0100 |
timeless |
commands: add missing options in command line help
stable
|
Sat, 28 Nov 2009 23:23:16 +0100 |
Martin Geisler |
commands: mark strings for translation
stable
|
Tue, 24 Nov 2009 16:07:36 +0200 |
Alexander Solovyov |
commands.log: getrenamed() cleanup
|
Fri, 20 Nov 2009 14:11:05 +0200 |
Henri Wiechers |
commands: minor refactoring
|
Thu, 19 Nov 2009 17:33:41 -0500 |
Faheem Mitha |
commands: improve help for "hg clone -r"
stable
|
Thu, 19 Nov 2009 23:29:02 +0100 |
Martin Geisler |
commands, dates: use real lists instead of literal blocks
stable
|
Thu, 19 Nov 2009 23:27:11 +0100 |
Martin Geisler |
commands: use field lists instead of literal blocks in docstrings
stable
|
Thu, 19 Nov 2009 22:25:38 +0100 |
Martin Geisler |
commands: do not indent list in clone help string
stable
|
Tue, 17 Nov 2009 16:23:05 -0600 |
Matt Mackall |
summary: note non-default branches with -q
stable
|
Sat, 14 Nov 2009 14:21:53 +0100 |
Martin Geisler |
diff: change --inverse to --reverse
|
Thu, 12 Nov 2009 13:43:36 +0100 |
Dirkjan Ochtman |
help: don't show extension list on extension help
|
Tue, 10 Nov 2009 22:27:31 -0800 |
Stuart W Marks |
help: improve wording of update help text
|
Mon, 09 Nov 2009 17:28:40 -0200 |
Wagner Bruna |
clone: simplify help text
|
Mon, 26 Oct 2009 02:06:23 +0200 |
timeless |
hg help resolve grossly mischaracterizes the --all switch
|
Sat, 07 Nov 2009 03:16:23 +0100 |
Martin Geisler |
commands: use enumerated lists in help texts
|
Sat, 07 Nov 2009 01:46:27 +0100 |
Martin Geisler |
commands: call ui.username carefully in debuginstall
|
Thu, 05 Nov 2009 15:18:56 +0100 |
Yannick Gingras |
diff: add --inverse option
|
Thu, 05 Nov 2009 10:59:33 +0100 |
Stuart W Marks |
help: describe new cross-branch behavior in update help text, plus cleanups
|
Thu, 05 Nov 2009 11:05:13 +0100 |
Adrian Buehlmann |
clone: add option -u/--updaterev
|
Mon, 02 Nov 2009 20:50:57 +0100 |
Martin Geisler |
commands: slightly better help for --traceback
|
Sun, 01 Nov 2009 03:26:10 +0100 |
Benoit Boissinot |
bisect: no need to save the state if it wasn't changed
|
Sun, 01 Nov 2009 02:54:32 +0100 |
Benoit Boissinot |
log --limit: break after a limited number of csets (broken by f3d60543924f)
|
Sat, 31 Oct 2009 17:04:46 +0100 |
Benoit Boissinot |
pychecker: remove unused local variables
|
Sat, 31 Oct 2009 16:56:58 +0100 |
Benoit Boissinot |
remove unused imports
|
Sat, 31 Oct 2009 00:31:08 +0100 |
Benoit Boissinot |
localrepo/branchcache: remove lbranchmap(), convert users to use utf-8 names
|
Thu, 29 Oct 2009 19:03:16 -0500 |
Matt Mackall |
walkchangerevs: drop ui arg
|
Thu, 29 Oct 2009 17:07:54 -0500 |
Matt Mackall |
log: tidy up some filter tests
|
Thu, 29 Oct 2009 17:07:51 -0500 |
Matt Mackall |
walkchangerevs: move 'add' to callback
|
Tue, 27 Oct 2009 17:14:19 -0500 |
Matt Mackall |
Merge with crew
|
Tue, 27 Oct 2009 17:01:32 -0500 |
Matt Mackall |
walkchangerevs: internalize ctx caching
|
Sun, 25 Oct 2009 18:43:59 -0500 |
Matt Mackall |
walkchangerevs: yield contexts
|
Sun, 25 Oct 2009 18:43:58 -0500 |
Matt Mackall |
walkchangerevs: kill window step of iterator
|
Sun, 25 Oct 2009 18:43:56 -0500 |
Matt Mackall |
walkchangerevs: pull out matchfn
|
Sun, 25 Oct 2009 14:45:38 +0200 |
timeless |
minor documentation improvements
|
Sun, 25 Oct 2009 13:27:54 +0100 |
timeless |
commands: adding --no-status to resolve to match status
|
Wed, 21 Oct 2009 12:41:28 +0300 |
timeless |
commands: use rev from remote repo when updating as part of a pull
|
Wed, 21 Oct 2009 12:03:14 +0300 |
timeless |
commands: highlighting that rev is based on the remote repository
|
Sun, 25 Oct 2009 02:53:33 +0200 |
Brodie Rao |
diffstat: with --git, mark binary files with Bin
|
Sun, 25 Oct 2009 02:52:35 +0200 |
Brodie Rao |
diff: add --stat for diffstat output
|
Sat, 24 Oct 2009 00:29:25 +0200 |
Martin Geisler |
commands: search for translated version of "DEPRECATED"
|
Wed, 21 Oct 2009 17:42:22 -0500 |
Matt Mackall |
summary: remove reference to -p
|
Tue, 20 Oct 2009 11:59:38 -0500 |
Matt Mackall |
summary: add --remote
|
Tue, 20 Oct 2009 11:58:09 -0500 |
Matt Mackall |
summary: restore briefer commit status
|
Tue, 20 Oct 2009 11:57:25 -0500 |
Matt Mackall |
summary: add empty repository and no revision checked out hints
|
Mon, 19 Oct 2009 23:53:25 -0500 |
Matt Mackall |
Merge with crew
|