Wed, 16 Jun 2010 16:05:47 -0500 |
Matt Mackall |
pushkey: add debugpushkey command for testing
|
Thu, 10 Jun 2010 11:49:48 +0200 |
Peter Arrenbrecht |
debugbuilddag: build a changelog dag from a concise description
|
Thu, 10 Jun 2010 11:48:45 +0200 |
Peter Arrenbrecht |
debugdag and debugindexdag: emit changelog/revlog DAGs as concise text
|
Tue, 01 Jun 2010 11:18:57 -0500 |
Matt Mackall |
revset: add a debugrevspec command
|
Fri, 21 May 2010 15:22:29 +0200 |
Sune Foldager |
push: add --new-branch option to allow intial push of new branches
|
Sat, 15 May 2010 23:33:22 -0400 |
Steve Losh |
tag: add -e/--edit option for modifying the commit message
|
Thu, 01 Apr 2010 00:35:12 +0900 |
Yuya Nishihara |
log: add --stat for diffstat output
|
Mon, 26 Apr 2010 11:03:40 -0500 |
Matt Mackall |
serve: webdir_conf -> webconf
|
Sun, 18 Apr 2010 18:18:19 -0400 |
Steve Losh |
commands: Add 'hg log --branch' and deprecate 'hg log --only-branch'
|
Fri, 09 Apr 2010 17:23:37 -0500 |
Steve Borho |
rollback: add dry-run argument, emit transaction description
|
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 14:51:52 +0100 |
Dirkjan Ochtman |
commands: annotate follows by default, separate -f/--file option
|
Sat, 06 Feb 2010 19:38:39 +0100 |
Dirkjan Ochtman |
commands: do all branch heads by default, demote topological to -t/--topo
|
Fri, 04 Dec 2009 13:59:33 -0600 |
Matt Mackall |
export: fix tests
|
Mon, 30 Nov 2009 23:51:06 +0100 |
Gilles Moris |
status: add the --change option to display files changed in a revision
|
Sat, 14 Nov 2009 14:21:53 +0100 |
Martin Geisler |
diff: change --inverse to --reverse
|
Thu, 05 Nov 2009 15:18:56 +0100 |
Yannick Gingras |
diff: add --inverse option
|
Thu, 05 Nov 2009 11:05:13 +0100 |
Adrian Buehlmann |
clone: add option -u/--updaterev
|
Sun, 25 Oct 2009 13:27:54 +0100 |
timeless |
commands: adding --no-status to resolve to match status
|
Sun, 25 Oct 2009 02:52:35 +0200 |
Brodie Rao |
diff: add --stat for diffstat output
|
Tue, 20 Oct 2009 22:39:37 +0200 |
Martin Geisler |
test-debugcomplete: update output to match a7ef354da662
|
Mon, 19 Oct 2009 00:36:52 -0500 |
Matt Mackall |
Remove parents from default help in favor of summary
|
Sun, 18 Oct 2009 22:31:05 -0500 |
Matt Mackall |
Introduce summary command
|
Wed, 01 Jul 2009 00:31:59 -0500 |
Matt Mackall |
branches: add --closed flag for consistency with heads
|
Sun, 31 May 2009 03:09:00 -0400 |
Steve Losh |
Add a forget command for easily untracking files.
|
Sat, 20 Jun 2009 08:29:41 -0500 |
Matt Mackall |
update: add --check option
|
Fri, 19 Jun 2009 13:58:48 +0200 |
Dirkjan Ochtman |
merge: rename -S/--show option to -P/--preview
|
Mon, 15 Jun 2009 02:45:38 -0500 |
Matt Mackall |
subrepo: introduce basic state parsing
|
Wed, 03 Jun 2009 13:59:38 +0200 |
John Mulligan |
heads: show closed heads only when --closed is passed
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
remove deprecated rawcommit
|
Thu, 14 May 2009 17:28:26 +0200 |
Martin Geisler |
test-debugcomplete: add --show merge option to output
|
Wed, 08 Apr 2009 14:18:20 +0200 |
Nicolas Dumazet |
profiling: dropping hotshot profiling. --profile as a unique profiling option
|
Mon, 23 Mar 2009 13:43:48 +0100 |
Dirkjan Ochtman |
add debugcommands command: an easy to parse command + option index
|
Fri, 11 Apr 2008 12:52:56 -0500 |
Matt Mackall |
resolve: new command
|
Wed, 09 Jan 2008 11:15:00 +0100 |
Michele Cella |
adding "prefix" option to "hg serve" (command line and [web] section)
|
Mon, 31 Dec 2007 18:20:34 -0600 |
Matt Mackall |
bisect: make bisect a built-in command
|
Thu, 27 Dec 2007 23:55:40 -0600 |
Matt Mackall |
add debugfsinfo to check fs capabilities
|
Mon, 09 Jul 2007 22:35:10 -0700 |
Lee Cantey |
Fix test-debugcomplete for new --certificate option
|
Sun, 10 Dec 2006 00:05:47 -0600 |
Matt Mackall |
Add debuginstall command to do basic install tests
|
Wed, 06 Dec 2006 13:13:44 -0600 |
Matt Mackall |
Update tests
|
Mon, 04 Dec 2006 01:21:53 -0600 |
Matt Mackall |
update test-debugcomplete
|
Wed, 25 Oct 2006 18:31:49 -0500 |
Matt Mackall |
Update tests for removed commands
|
Tue, 24 Oct 2006 16:49:36 -0500 |
Matt Mackall |
add branch and branches commands
|
Sun, 08 Oct 2006 20:27:23 -0300 |
Alexis S. L. Carvalho |
fix bash completion of debug commands; add test for debugcomplete
|