Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
status: check cmp list in order
|
Thu, 14 May 2009 16:11:45 +0200 |
Peter Arrenbrecht |
localrepo: use more direct vars in addchangegroup
|
Thu, 14 May 2009 16:09:27 +0200 |
Peter Arrenbrecht |
localrepo: use cl throughout in addchangegroup
|
Thu, 14 May 2009 15:35:46 +0200 |
Peter Arrenbrecht |
drop unused imports
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
Mon, 04 May 2009 15:31:57 +0200 |
Henrik Stuart |
transaction: refactor transaction.abort and rollback to use the same code
|
Sun, 03 May 2009 00:20:08 +0200 |
Martin Geisler |
localrepo: mark commit message template for translation
|
Wed, 29 Apr 2009 20:47:28 -0500 |
Matt Mackall |
localrepo: use set for requirements
|
Wed, 29 Apr 2009 20:47:15 -0500 |
Matt Mackall |
localrepo: use propertycache
|
Tue, 28 Apr 2009 18:14:49 +0200 |
Martijn Pieters |
localrepo: Refactor var names in filecommit to improve readability.
|
Tue, 28 Apr 2009 18:32:15 +0200 |
Martin Geisler |
localrepo: corrected outdated comment
|
Tue, 28 Apr 2009 18:29:50 +0200 |
Martin Geisler |
localrepo: fixed typos in comments
|
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 various uses of list.reverse()
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
ui: replace parentui mechanism with repo.baseui
|
Fri, 24 Apr 2009 17:32:18 +0200 |
Martin Geisler |
localrepo: use sets in findcommonincoming
|
Wed, 22 Apr 2009 00:57:28 +0200 |
Martin Geisler |
replace set-like dictionaries with real sets
|
Wed, 22 Apr 2009 00:56:06 +0200 |
Martin Geisler |
util: use built-in set instead of util.unique
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
document the locking pattern in localrepo.status
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the core from gc to explicit
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
made repo locks recursive and deprecate refcounting based lock releasing
|
Wed, 15 Apr 2009 19:54:22 +0200 |
Henrik Stuart |
transaction: support multiple, separate transactions
|
Fri, 03 Apr 2009 14:51:48 -0500 |
Matt Mackall |
move encoding bits from util to encoding
|
Tue, 31 Mar 2009 23:11:11 +0200 |
Martin Geisler |
merge with -stable
|
Tue, 31 Mar 2009 07:56:28 +0200 |
Simon Heimberg |
error: import LockError from correct module
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
Mon, 16 Mar 2009 16:58:41 -0500 |
Matt Mackall |
resolve: move reset to localrepo.commit
|
Mon, 02 Mar 2009 19:19:09 -0600 |
Matt Mackall |
tag: force load of tag cache
|