Fri, 10 Feb 2012 16:52:32 -0600 |
Matt Mackall |
log: remove caching of all visited revisions (issue3253)
stable
|
Mon, 06 Feb 2012 14:37:49 +0900 |
FUJIWARA Katsunori |
forget: show warning messages for forgetting in subrepo correctly
stable
|
Tue, 17 Jan 2012 19:10:59 -0500 |
David M. Carr |
forget: fix subrepo recursion for explicit path handling
|
Tue, 17 Jan 2012 19:10:58 -0500 |
David M. Carr |
add: fix subrepo recursion for explicit path handling
|
Tue, 17 Jan 2012 20:23:23 +0100 |
Pierre-Yves David |
changeset_printer: display changeset phase on debug level
|
Thu, 05 Jan 2012 20:35:10 -0600 |
Matt Mackall |
cmdutil: simplify duplicatecopies
|
Wed, 04 Jan 2012 15:48:02 -0600 |
Matt Mackall |
copies: split the copies api for "normal" and merge cases (API)
|
Wed, 21 Dec 2011 14:36:08 -0600 |
Matt Mackall |
merge with stable
|
Thu, 15 Dec 2011 16:41:03 -0500 |
Alistair Bell |
diff: when diffing a revision with a deleted subrepo, maintain the node context (issue3153)
stable
|
Thu, 15 Dec 2011 16:26:33 +0100 |
Martin Geisler |
merge with stable
|
Wed, 14 Dec 2011 12:28:00 -0200 |
Renato Cunha |
diff: don't crash when diffing a revision with a deleted subrepo (issue3153)
stable
|
Thu, 01 Dec 2011 15:57:10 -0600 |
Matt Mackall |
merge with stable
|
Thu, 01 Dec 2011 15:51:36 -0600 |
Matt Mackall |
alias: shortcut command matching show shadowing works properly (issue3104)
stable 2.0.1
|
Wed, 02 Nov 2011 01:17:11 -0400 |
David M. Carr |
add: support adding explicit files in subrepos
|
Tue, 11 Oct 2011 18:18:15 -0700 |
Eric Roshan Eisner |
cmdutil.bailifchanged: abort for dirty subrepos
|
Sun, 09 Oct 2011 16:14:37 -0500 |
Matt Mackall |
rebase: move updatedirstate into cmdutil so it can be shared
|
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:32:42 -0500 |
Augie Fackler |
cmdutil: use safehasattr instead of hasattr
|
Sat, 18 Jun 2011 16:52:51 -0500 |
Matt Mackall |
scmutil: switch match users to supplying contexts
|
Wed, 15 Jun 2011 23:50:33 +0300 |
Idan Kamara |
cmdutil: return a dummy, closable file object if it cannot be duped
|
Wed, 08 Jun 2011 14:54:52 +0300 |
Idan Kamara |
cmdutil: use ui descriptors in makefileobj
|
Wed, 08 Jun 2011 14:54:52 +0300 |
Idan Kamara |
cmdutil, logmessage: use ui.fin when reading from '-'
|
Thu, 02 Jun 2011 00:33:33 +0200 |
Adrian Buehlmann |
workingctx: eliminate remove function
|
Thu, 26 May 2011 17:15:35 -0500 |
Matt Mackall |
cmdutil: make private copies of option lists to avoid sharing monkeypatches
|
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:07:16 -0500 |
Matt Mackall |
scmutil: fold in wdutil
|
Fri, 13 May 2011 14:06:28 -0500 |
Matt Mackall |
scmutil: move revsingle/pair/range from cmdutil
|
Thu, 12 May 2011 08:14:04 +0200 |
Adrian Buehlmann |
commands: use a decorator to build table incrementally
|