Fri, 16 Sep 2011 17:08:18 -0500 |
Matt Mackall |
import: add help examples
|
Fri, 16 Sep 2011 16:52:45 -0500 |
Matt Mackall |
id: add some help examples
|
Fri, 16 Sep 2011 16:40:27 -0500 |
Matt Mackall |
export: add help examples
|
Fri, 16 Sep 2011 16:39:55 -0500 |
Matt Mackall |
diff: add help examples
|
Fri, 16 Sep 2011 15:31:21 -0500 |
Matt Mackall |
archive: add help examples
|
Fri, 16 Sep 2011 14:37:57 -0500 |
Matt Mackall |
log: add a usage note about --removed
|
Fri, 16 Sep 2011 14:37:56 -0500 |
Matt Mackall |
log: rearrange the help text a bit
|
Fri, 16 Sep 2011 14:37:55 -0500 |
Matt Mackall |
log: add some usage examples to verbose help
|
Sat, 10 Sep 2011 17:56:42 -0500 |
Matt Mackall |
merge with stable
|
Fri, 09 Sep 2011 14:41:22 -0500 |
Matt Mackall |
log: remove -h short option for --hidden (issue2995)
stable
|
Sat, 20 Aug 2011 21:47:10 +0100 |
Marc Simpson |
ui: use labels when outputting tags
|
Thu, 18 Aug 2011 17:24:04 -0500 |
Matt Mackall |
merge with stable
|
Thu, 18 Aug 2011 13:56:58 +0200 |
Martin Geisler |
commands: clarify that 'hg heads foo' shows heads on branch foo
stable
|
Wed, 17 Aug 2011 14:17:35 +0200 |
Martin Geisler |
merge with stable
|
Wed, 17 Aug 2011 16:41:14 +0800 |
Pang Yan Han |
commands: fix grammar in resolve help text
stable
|
Thu, 11 Aug 2011 22:05:57 -0500 |
Matt Mackall |
minirst: add simple table support
|
Thu, 04 Aug 2011 16:12:58 -0500 |
Matt Mackall |
help: move option text display into a helper function
|
Thu, 04 Aug 2011 15:36:15 -0500 |
Matt Mackall |
help: move 'additional help topics' code
|
Thu, 04 Aug 2011 15:08:41 -0500 |
Matt Mackall |
help: drop with_version
|
Tue, 02 Aug 2011 11:32:39 +0200 |
Adrian Buehlmann |
revert: introduce short option -C for --no-backup
|
Sat, 30 Jul 2011 11:08:45 +0100 |
Andrzej Bieniek |
export: add %m to file format string (first line of the commit message)
|
Mon, 25 Jul 2011 15:36:13 -0500 |
Augie Fackler |
help command: use safehasattr instead of hasattr
|
Mon, 25 Jul 2011 16:36:56 -0500 |
Augie Fackler |
debugignore: use getattr instead of hasattr
|
Mon, 25 Jul 2011 16:24:37 -0500 |
Augie Fackler |
globally: use safehasattr(x, '__call__') instead of hasattr(x, '__call__')
|
Fri, 22 Jul 2011 17:17:23 -0500 |
Matt Mackall |
merge with stable
|
Thu, 21 Jul 2011 15:52:08 -0500 |
Augie Fackler |
summary: allow color to highlight active bookmark
|
Mon, 18 Jul 2011 07:53:26 -0500 |
Augie Fackler |
summary: show bookmarks separate from tags and note active mark (issue2892)
|
Thu, 21 Jul 2011 15:39:37 -0500 |
Matt Mackall |
revert: restore check for uncommitted merge (issue2915) (BC)
stable
|
Wed, 13 Jul 2011 16:43:18 -0500 |
Matt Mackall |
commit: suppress spurious new head message for duplicate commit (issue2893)
|
Thu, 07 Jul 2011 10:34:19 +0200 |
Martin Geisler |
merge with stable
|
Thu, 07 Jul 2011 10:19:37 +0200 |
Martin Geisler |
commands: use mergetoolopts when a command supports --tool
|
Thu, 07 Jul 2011 10:32:30 +0200 |
Martin Geisler |
commands: improve help for -y/--noninteractive
stable
|
Tue, 05 Jul 2011 14:36:33 +0300 |
Idan Kamara |
commands, merge: call setconfig on the right ui
|
Sun, 26 Jun 2011 01:13:30 +0200 |
Adrian Buehlmann |
revert: improve hints on abort when reverting to parent without --all
stable
|
Fri, 24 Jun 2011 17:04:37 +0300 |
Idan Kamara |
archive: wrap the ui descriptor so it doesn't get closed
stable
|
Fri, 24 Jun 2011 17:04:37 +0300 |
Idan Kamara |
bisect: use ui out descriptor when calling util.system
stable
|
Fri, 24 Jun 2011 10:31:44 +0200 |
Adrian Buehlmann |
update: do not use the term 'update' when mentioning reverting one file
stable
|
Fri, 24 Jun 2011 12:37:29 +0200 |
Adrian Buehlmann |
revert: mention update in hint of abort when reverting to non-parent
stable
|
Fri, 24 Jun 2011 10:51:05 +0200 |
Adrian Buehlmann |
update: clarify that update changes the parent revison
stable
|
Wed, 22 Jun 2011 15:34:33 +0200 |
Adrian Buehlmann |
revert: be more helpful on uncommitted merges
stable
|
Mon, 20 Jun 2011 22:15:52 -0500 |
Kevin Bullock |
revert: be more explicit that changes are lost
stable
|
Tue, 21 Jun 2011 18:35:13 +0200 |
David Soria Parra |
i18n: remove translation of debug messages
stable
|
Sat, 18 Jun 2011 16:52:51 -0500 |
Matt Mackall |
fileset: drop matchfn
|
Sat, 18 Jun 2011 16:52:51 -0500 |
Matt Mackall |
scmutil: switch match users to supplying contexts
|
Fri, 03 Jun 2011 17:27:41 +0300 |
Idan Kamara |
serve: add --cmdserver option to communicate with hg over a pipe
|
Thu, 16 Jun 2011 01:58:00 +0200 |
Pierre-Yves David |
log: do not display hidden changeset
|
Wed, 08 Jun 2011 14:54:52 +0300 |
Idan Kamara |
commands: use ui descriptors when reading/writing from stdin/out
|
Wed, 08 Jun 2011 14:54:52 +0300 |
Idan Kamara |
cmdutil, logmessage: use ui.fin when reading from '-'
|
Wed, 15 Jun 2011 17:25:58 +0200 |
Martin Geisler |
commands: add pointer to bookmarks command in branch help
|
Tue, 14 Jun 2011 23:26:35 +0200 |
Patrick Mezard |
import: add --bypass option
|
Tue, 14 Jun 2011 23:24:40 +0200 |
Patrick Mezard |
import: separate parents selection from working dir update
|
Mon, 13 Jun 2011 14:56:00 +0300 |
Idan Kamara |
forget, remove: don't note on nonexistent file twice
|
Sat, 11 Jun 2011 14:14:11 +0200 |
Patrick Mezard |
patch: turn patch() touched files dict into a set
|
Thu, 09 Jun 2011 18:39:14 +0200 |
Adrian Buehlmann |
revert: is reverting file states, not just file contents
|
Fri, 10 Jun 2011 11:43:38 -0500 |
Matt Mackall |
hg: change various repository() users to use peer() where appropriate
|
Wed, 08 Jun 2011 18:24:33 +0200 |
Peter Arrenbrecht |
hg: add opts argument to clone for internal remoteui
|
Wed, 08 Jun 2011 13:44:41 -0500 |
Matt Mackall |
fileset: basic pattern and boolean support
|
Tue, 07 Jun 2011 16:02:51 -0500 |
Matt Mackall |
revert: drop obvious paragraph about filenames
|
Tue, 07 Jun 2011 16:01:38 -0500 |
Matt Mackall |
revert: actually add pointer to backout
|
Tue, 07 Jun 2011 14:54:17 -0500 |
Matt Mackall |
revert: replace mention of 'roll back' with pointer to 'backout'
|
Tue, 07 Jun 2011 14:51:18 -0500 |
Matt Mackall |
revert: simplify description of effect of -r
|
Tue, 07 Jun 2011 14:49:04 -0500 |
Matt Mackall |
revert: rearrange the date help
|
Tue, 07 Jun 2011 14:47:54 -0500 |
Matt Mackall |
revert: remove some redundancy in basic description
|
Tue, 07 Jun 2011 14:19:05 -0500 |
Matt Mackall |
revert: drop requirement to use -r to revert with two parents
|
Tue, 07 Jun 2011 14:18:39 -0500 |
Matt Mackall |
revert: simplify usage note
|
Mon, 06 Jun 2011 17:38:32 -0500 |
Matt Mackall |
revert: rewrite help summary
|
Sun, 05 Jun 2011 22:24:02 +0200 |
Patrick Mezard |
import: deprecate --base
|
Sat, 04 Jun 2011 15:56:48 +0200 |
Patrick Mezard |
localrepo: add savecommitmessage() to write last-message.txt
|
Wed, 01 Jun 2011 19:12:18 -0500 |
Matt Mackall |
filesets: introduce basic fileset expression parser
|
Wed, 01 Jun 2011 16:42:50 -0500 |
Matt Mackall |
merge with stable
|
Wed, 16 Mar 2011 23:09:14 +0100 |
Bernhard Leiner |
revset: report a parse error if a revset is not parsed completely (issue2654)
stable
|
Wed, 01 Jun 2011 12:38:46 +0200 |
Martin Geisler |
check-code: flag 0/1 used as constant Boolean expression
|
Tue, 31 May 2011 11:52:22 -0700 |
Brendan Cully |
Make pull -u behave like pull && update
|
Tue, 31 May 2011 13:18:56 +0200 |
Martin Geisler |
commands: use repo.branchheads in heads command
|
Tue, 31 May 2011 09:59:03 +0200 |
Martin Geisler |
commands: remove unused variable from heads command
|
Fri, 27 May 2011 15:59:52 +0200 |
Adrian Buehlmann |
commands.remove: don't use workingctx.remove(list, unlink=True)
|
Thu, 26 May 2011 17:15:35 -0500 |
Matt Mackall |
context: make forget work like commands.forget
|
Thu, 26 May 2011 17:15:35 -0500 |
Matt Mackall |
dirstate: rename forget to drop
|
Mon, 23 May 2011 15:56:31 +0200 |
Adrian Buehlmann |
remove: clarify help text about added files never being deleted from disk
|
Wed, 18 May 2011 21:31:40 +0200 |
Adrian Buehlmann |
add new option --all to manifest command
|
Thu, 19 May 2011 22:44:01 +0200 |
Patrick Mezard |
patch: remove patch.patch() cwd argument
|
Wed, 18 May 2011 17:05:30 -0500 |
Matt Mackall |
revlog: drop base() again
|
Wed, 18 May 2011 19:30:17 +0200 |
Martin Geisler |
localrepo, sshrepo: use Boolean create argument in __init__
|
Wed, 18 May 2011 19:25:34 +0200 |
Martin Geisler |
commands: replace 'x = f(); return x' with 'return f()'
|
Wed, 18 May 2011 19:22:55 +0200 |
Martin Geisler |
merge with stable
|
Wed, 18 May 2011 15:13:26 +0200 |
Martin Geisler |
subrepo: respect non-default path for incoming/outgoing
stable
|
Wed, 18 May 2011 15:41:03 +0200 |
Thomas Arendsen Hein |
annotate: fix alignment of columns in front of line numbers (issue2807)
|
Mon, 16 May 2011 11:41:48 +0200 |
Thomas Arendsen Hein |
paths: Add support for -q/--quiet
|
Sun, 15 May 2011 11:50:16 -0500 |
Matt Mackall |
debugrevlog: add --dump flag to dump graphable per-revision statistics
|
Sat, 14 May 2011 00:30:32 +0200 |
Sune Foldager |
debugindex etc.: add --changelog and --manifest options
|
Fri, 13 May 2011 14:58:24 -0500 |
Matt Mackall |
scmutil: drop aliases in cmdutil for match functions
|
Fri, 13 May 2011 14:48:48 -0500 |
Matt Mackall |
scmutil: drop some aliases in cmdutil
|
Fri, 13 May 2011 14:06:28 -0500 |
Matt Mackall |
scmutil: move revsingle/pair/range from cmdutil
|
Fri, 13 May 2011 12:57:27 -0500 |
Matt Mackall |
help: consolidate topic hooks in help.py
|
Fri, 13 May 2011 11:04:51 -0500 |
Matt Mackall |
extensions: drop maxlength from enabled and disabled
|
Thu, 12 May 2011 22:37:52 +0200 |
Sune Foldager |
debugrevlog: many improvements
|
Thu, 12 May 2011 18:22:49 +0200 |
Sune Foldager |
add debugrevlog command
|
Thu, 12 May 2011 16:21:01 +0200 |
Sune Foldager |
order commands alphabetically
|
Thu, 12 May 2011 08:14:04 +0200 |
Adrian Buehlmann |
commands: use a decorator to build table incrementally
|
Tue, 10 May 2011 16:08:47 -0500 |
Matt Mackall |
cmdutil: make_file to makefileobj
|
Tue, 10 May 2011 16:08:46 -0500 |
Matt Mackall |
cmdutil: make_filename -> makefilename
|
Tue, 10 May 2011 16:08:46 -0500 |
Matt Mackall |
cmdutil: bail_if_changed to bailifchanged
|
Tue, 10 May 2011 14:42:53 +0200 |
Martin Geisler |
help: add -c/--command flag to only show command help (issue2799)
|
Tue, 10 May 2011 13:19:05 +0200 |
Martin Geisler |
help: give hint about 'hg help -e' when appropriate
|
Wed, 20 Jan 2010 20:24:20 +0200 |
Henri Wiechers |
help: add -e/--extension switch to display extension help text
|
Mon, 09 May 2011 18:11:08 +0200 |
Martin Geisler |
debugbuilddag: read DAG from stdin if not given on cmdline
|
Mon, 09 May 2011 14:40:49 +0200 |
Martin Geisler |
debugbuilddag: output progress information
|
Sun, 08 May 2011 20:35:46 +0200 |
Adrian Buehlmann |
rename util.find_exe to findexe
|
Sun, 08 May 2011 17:48:31 +0200 |
Patrick Mezard |
patch: make patch()/internalpatch() always update the dirstate
|
Sun, 08 May 2011 17:48:30 +0200 |
Patrick Mezard |
patch: move updatedir() from cmdutil into patch
|
Sat, 07 May 2011 23:14:36 +0200 |
Sune Foldager |
debugindex: change output for generaldelta revlogs
|
Sat, 07 May 2011 22:40:14 +0200 |
Sune Foldager |
revlog: calculate base revisions iteratively
|
Sat, 07 May 2011 17:25:02 +0200 |
Patrick Mezard |
debugbuilddag: simplify tags serialization a bit
|
Fri, 06 May 2011 15:48:04 -0300 |
Wagner Bruna |
commands, i18n: add translation hint for split message
|
Fri, 06 May 2011 13:04:24 -0500 |
Matt Mackall |
merge with abuehl
|
Fri, 06 May 2011 15:41:04 +0200 |
Adrian Buehlmann |
rename util.set_signal_handler to setsignalhandler
|
Fri, 06 May 2011 11:50:58 -0500 |
Matt Mackall |
merge with crew
|
Fri, 06 May 2011 09:54:06 +0200 |
Adrian Buehlmann |
rename path_auditor to pathauditor
|
Fri, 06 May 2011 11:11:55 +0200 |
Martin Geisler |
annotate: use real Booleans instead of 0/1
|
Fri, 06 May 2011 14:45:13 +0200 |
Peter Arrenbrecht |
summary: run discovery only once for in/out against same repo
|