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
|
Tue, 19 Jan 2010 22:20:05 -0600 |
Matt Mackall |
copies: speed up copy detection
stable
|
Thu, 31 Dec 2009 17:19:30 -0600 |
Augie Fackler |
dirstate: don't check state of subrepo directories
|
Tue, 01 Dec 2009 01:08:16 +0100 |
Benoit Boissinot |
context: parents() already filters nullid
|
Tue, 01 Dec 2009 01:03:54 +0100 |
Benoit Boissinot |
context: use key-sorting instead of tuples
|
Thu, 12 Nov 2009 12:03:39 -0600 |
Matt Mackall |
merge: fix changectx.ancestor(workingctx) (issue1327)
|
Sat, 07 Nov 2009 14:07:45 -0600 |
Matt Mackall |
filectx: shortcut unrelated files in ancestor() (issue1327)
|
Sat, 07 Nov 2009 14:07:45 -0600 |
Matt Mackall |
merge: first part of fix for issue1327
|
Mon, 05 Oct 2009 18:17:13 -0400 |
Greg Ward |
cmdutil: changeset_printer: use methods of filectx/changectx.
|
Mon, 13 Jul 2009 09:50:26 +0900 |
Nicolas Dumazet |
for calls expecting bool args, pass bool instead of int
|
Thu, 09 Jul 2009 19:49:02 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 06 Jul 2009 14:52:44 -0500 |
Matt Mackall |
filectx: add a hex method
|
Thu, 09 Jul 2009 17:10:07 -0500 |
Matt Mackall |
fix memory usage of revlog caches by limiting cache size [issue1639]
|
Fri, 03 Jul 2009 10:43:46 -0400 |
Greg Ward |
context: improve arg-checking assert.
|
Mon, 15 Jun 2009 02:45:38 -0500 |
Matt Mackall |
commit: recurse into subrepositories
|
Mon, 15 Jun 2009 02:45:38 -0500 |
Matt Mackall |
subrepo: introduce basic state parsing
|
Thu, 04 Jun 2009 16:21:55 -0500 |
Matt Mackall |
context: add a dirty method to detect modified contexts
|
Wed, 20 May 2009 02:08:53 +0200 |
Benoit Boissinot |
workingfilectx: always use the same filelog, even for renames
|
Wed, 20 May 2009 00:52:46 +0200 |
Martin Geisler |
use 'x is None' instead of 'x == None'
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
context: add new manifestnode method
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
context: add p1 and p2 methods
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
filecommit: swallow some bits from _commitctx, add _
|
Thu, 14 May 2009 10:59:55 +0200 |
Simon Heimberg |
context: replace pseudo-set by real set
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
util: take propertycache from context.py
|
Fri, 24 Apr 2009 18:47:15 +0200 |
Martin Geisler |
context: use Python 2.4 decorator syntax
|
Wed, 22 Apr 2009 00:56:06 +0200 |
Martin Geisler |
util: use built-in set instead of util.unique
|
Mon, 13 Apr 2009 21:57:17 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 13 Apr 2009 19:47:11 +0200 |
Patrick Mezard |
context: fix workingctx.__contains__
|
Mon, 23 Mar 2009 13:13:02 +0100 |
Peter Arrenbrecht |
cleanup: drop variables for unused return values
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|
Sun, 14 Dec 2008 17:35:19 +0100 |
Patrick Mezard |
context: enforce memctx.files() unicity
|
Fri, 14 Nov 2008 12:44:26 +0100 |
Dirkjan Ochtman |
context: use descriptors to speed up lazy attributes
|
Thu, 13 Nov 2008 21:09:51 +0100 |
Dirkjan Ochtman |
context: special-case changectx setup for integer changeid
|
Wed, 12 Nov 2008 15:19:14 -0600 |
Matt Mackall |
linkrev: take a revision number rather than a hash
|
Sat, 11 Oct 2008 13:07:29 +0200 |
Patrick Mezard |
context: improve memctx documentation
|
Mon, 08 Sep 2008 13:07:00 +0200 |
Peter Ruibal |
use Exception(args)-style raising consistently (py3k compatibility)
|
Sun, 10 Aug 2008 18:38:43 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 21 Jul 2008 13:26:42 +0200 |
Dirkjan Ochtman |
context: get rid of unused changectx.filectxs() method
|
Mon, 21 Jul 2008 13:22:11 +0200 |
Dirkjan Ochtman |
context: fix workingctx's __contains__ method
|
Tue, 22 Jul 2008 13:03:21 -0500 |
Matt Mackall |
dirstate.walk: build a dict rather than yield
|
Tue, 22 Jul 2008 13:03:19 -0500 |
Matt Mackall |
dirstate.walk: push sorting up
|
Tue, 22 Jul 2008 13:02:36 -0500 |
Matt Mackall |
dirstate.walk: eliminate src from yield
|
Tue, 22 Jul 2008 13:00:22 -0500 |
Matt Mackall |
minor status fixups
|
Sun, 20 Jul 2008 19:09:00 +0200 |
Patrick Mezard |
context: trigger missing username warning only when necessary
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
context: simplify parents code
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
workingctx: add __contains__ method
|
Fri, 27 Jun 2008 19:25:48 -0500 |
Matt Mackall |
context: add walk method
|
Fri, 27 Jun 2008 18:44:43 -0500 |
Matt Mackall |
context: add __int__ and hex methods
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
Fri, 27 Jun 2008 13:43:29 -0500 |
Matt Mackall |
status: clean up all users for unknown files
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
Thu, 26 Jun 2008 13:52:16 -0500 |
Matt Mackall |
context: remove islink and isexec methods
|
Thu, 26 Jun 2008 13:46:34 -0500 |
Matt Mackall |
simplify flag handling
|
Thu, 26 Jun 2008 13:46:33 -0500 |
Matt Mackall |
context: clean up parents()
|
Thu, 26 Jun 2008 13:46:31 -0500 |
Matt Mackall |
context: simplify changeid logic
|
Wed, 25 Jun 2008 17:33:51 -0500 |
Matt Mackall |
context: consistently return p1 context for None
|