Thu, 26 Jun 2008 13:46:34 -0500 |
Matt Mackall |
simplify flag handling
|
Thu, 26 Jun 2008 13:46:29 -0500 |
Matt Mackall |
use repo.changectx(None) to get a workingctx
|
Wed, 25 Jun 2008 17:35:20 -0500 |
Matt Mackall |
context: avoid using None for working parent
|
Mon, 23 Jun 2008 15:02:52 +0200 |
Dirkjan Ochtman |
merge: only in-branch merges can be implicit
|
Mon, 16 Jun 2008 11:51:19 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 16 Jun 2008 11:50:33 +0200 |
Thomas Arendsen Hein |
Fix python2.3 incompatibility introduced by a2b13cac0922.
|
Wed, 11 Jun 2008 11:00:01 +0200 |
Adrian Buehlmann |
update: add "(nobackup)" to help text of option --clean
|
Wed, 11 Jun 2008 13:51:57 +0200 |
Adrian Buehlmann |
update: improved help text
|
Thu, 12 Jun 2008 07:38:15 -0500 |
Jason Orendorff |
mq: qdiff: support all diffopts
|
Tue, 10 Jun 2008 12:11:06 -0500 |
Matt Mackall |
Merge with crew
|
Tue, 03 Jun 2008 21:03:51 +0200 |
Johannes Stezenbach |
help: helptable is an ordered collection
|
Tue, 03 Jun 2008 20:56:54 +0200 |
Johannes Stezenbach |
help: list special help topics with -v
|
Sat, 07 Jun 2008 09:49:34 +0200 |
Johannes Stezenbach |
help: enable listing of a subset of the command list
|
Tue, 03 Jun 2008 15:41:09 -0500 |
Matt Mackall |
copies: teach copies about dirstate.copies
|
Sat, 31 May 2008 11:37:55 +0200 |
Adrian Buehlmann |
resolve: add file codes to doc string
|
Thu, 29 May 2008 22:23:33 +0200 |
Dirkjan Ochtman |
merge from crew-stable
|
Fri, 23 May 2008 14:02:48 +0200 |
Dirkjan Ochtman |
merge from crew-stable
|
Thu, 29 May 2008 22:21:29 +0200 |
Stefano Tortarolo |
Active branches fix (issue1104)
|
Fri, 23 May 2008 13:59:23 +0200 |
Dirkjan Ochtman |
improve help text for clone -U
|
Thu, 22 May 2008 13:29:47 +0200 |
Dirkjan Ochtman |
merge from crew-stable
|
Thu, 22 May 2008 13:26:39 +0200 |
Dirkjan Ochtman |
improve help text for push (explanation of -r)
|
Sun, 18 May 2008 23:09:59 +0200 |
Patrick Mezard |
status: fix "added" attributes renamed in bf2bf986ff87
|
Mon, 12 May 2008 11:37:56 -0500 |
Matt Mackall |
status: refactor status command
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: remove files arg from repo.status and friends
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: remove files argument from patch.diff
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
match: stop passing files through commitfunc
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
status: use match helpers for various users
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
resolve: use cmdutil.match
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: return a single value
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: remove cmdutil.walk
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: remove rel and exact returns
|
Mon, 12 May 2008 11:37:08 -0500 |
Matt Mackall |
walk: remove more old badmatch logic
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: remove remaining users of cmdutils.matchpats
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: pass match object to cmdutil.walk
|
Mon, 12 May 2008 11:37:07 -0500 |
Matt Mackall |
walk: begin refactoring badmatch handling
|
Thu, 24 Apr 2008 17:16:02 +0200 |
Benoit Allard |
add compression type type parameter to bundle command
|
Fri, 11 Apr 2008 12:52:56 -0500 |
Matt Mackall |
resolve: new command
|
Wed, 09 Apr 2008 16:02:37 -0700 |
Bryan O'Sullivan |
issue 1053: heavily qualify the "cp -al" advice for cloning
|
Fri, 04 Apr 2008 22:41:17 +0200 |
Paul Moore |
python 2.6 compatibility: add __hash__ to classes that have __eq__
|
Fri, 04 Apr 2008 22:18:38 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Fri, 04 Apr 2008 22:15:14 +0200 |
Patrick Mezard |
Let --unified default to diff.unified (issue 1076)
|
Wed, 02 Apr 2008 14:03:16 +0200 |
Christian Ebert |
Consistently 1 space after full stops in command doc strings
|
Tue, 01 Apr 2008 08:34:23 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 01 Apr 2008 08:33:17 +0200 |
Thomas Arendsen Hein |
merge with hg-stable
|
Mon, 31 Mar 2008 21:49:26 -0500 |
Matt Mackall |
Merge with stable
|
Sat, 29 Mar 2008 12:39:47 -0500 |
Matt Mackall |
backout: reverse changeset belongs on current branch
|
Mon, 31 Mar 2008 18:44:12 +0200 |
Benoit Boissinot |
hg serve: add clearer message when starting the server with --verbose
|
Sun, 30 Mar 2008 20:18:40 +0200 |
Patrick Mezard |
commands: fix shadowed repo module
|
Mon, 24 Mar 2008 15:36:56 -0700 |
Bryan O'Sullivan |
commit: when committing the results of a merge, it's all or nothing
|
Mon, 24 Mar 2008 10:01:05 -0500 |
Matt Mackall |
update: better logic and messages for updates
|
Sun, 23 Mar 2008 21:03:24 -0300 |
Alexis S. L. Carvalho |
Avoid calling heads() twice on every hg commit.
|
Sun, 23 Mar 2008 22:15:47 +0100 |
Patrick Mezard |
Remove unexpected "Alternately" word from tip help.
|
Sun, 23 Mar 2008 21:40:27 +0100 |
Patrick Mezard |
Make tip help more helpful
|
Sat, 22 Mar 2008 20:15:30 +0100 |
Dirkjan Ochtman |
Merge main and crew.
|
Sat, 22 Mar 2008 20:03:00 +0100 |
Thomas Arendsen Hein |
removed trailing spaces
|
Sat, 22 Mar 2008 13:30:08 -0500 |
Matt Mackall |
update: no -C needed to switch branches without outstanding changes
|
Sat, 22 Mar 2008 12:48:15 +0100 |
Dirkjan Ochtman |
tiny tab cleanup
|
Sat, 22 Mar 2008 10:07:49 +0100 |
Dirkjan Ochtman |
improved semantics for remove (issue438)
|
Fri, 21 Mar 2008 11:06:02 +0100 |
Dirkjan Ochtman |
warn about new heads on commit (issue842)
|
Fri, 14 Mar 2008 15:38:56 -0700 |
John Coomes |
tag: allow multiple tags to be added or removed
|