Wed, 05 Aug 2009 14:42:57 +0200 |
Greg Ward |
localrepo: document the locking scheme a little better
|
Thu, 16 Jul 2009 10:41:19 -0400 |
Greg Ward |
tags: support 'instant' tag retrieval (issue548)
|
Thu, 16 Jul 2009 10:39:42 -0400 |
Greg Ward |
tags: implement persistent tag caching (issue548).
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: add destroyed() method for strip/rollback to use (issue548).
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
Factor tags module out of localrepo (issue548).
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: factor updatetags() out of readtags() (issue548).
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: improve readability of _findtags(), readtags() (issue548).
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: rename in-memory tag cache instance attributes (issue548).
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: factor _findtags() out of tags() (issue548).
|
Tue, 14 Jul 2009 20:10:23 +0200 |
Martin Geisler |
merge with crew-stable
|
Mon, 13 Jul 2009 20:19:17 +0200 |
Henrik Stuart |
branch heads: optimise computation of branch head cache (issue1734)
|
Thu, 09 Jul 2009 19:49:02 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 09 Jul 2009 20:49:02 +0200 |
Henrik Stuart |
branch heads: fix regression introduced in e67e5b60e55f (issue1726)
|
Sun, 05 Jul 2009 12:43:40 +0200 |
Martin Geisler |
localrepo: removed unnecessary revkey sort helper
|
Sun, 05 Jul 2009 11:02:00 +0200 |
Alejandro Santos |
compat: use 'key' argument instead of 'cmp' when sorting a list
|
Wed, 01 Jul 2009 01:16:19 -0500 |
Matt Mackall |
commit: lose some pointless 'nothing changed' messages
|
Wed, 01 Jul 2009 01:05:24 -0500 |
Matt Mackall |
commit: report modified subrepos in commit editor
|
Mon, 29 Jun 2009 00:54:23 -0700 |
Brendan Cully |
Branch heads should not include "heads" that are ancestors of other heads.
|
Sun, 21 Jun 2009 19:06:57 +0200 |
Martin Geisler |
merged with crew
|
Fri, 19 Jun 2009 14:28:29 +0800 |
Dongsheng Song |
Fix warning: Seen unexpected token "%"
|
Sat, 20 Jun 2009 10:53:47 -0500 |
Matt Mackall |
tags: silence warning about unknown tags
|
Thu, 18 Jun 2009 23:08:33 -0500 |
Matt Mackall |
tags: drop nested function
|
Thu, 18 Jun 2009 23:04:54 -0500 |
Matt Mackall |
tags: generate contexts directly
|
Thu, 18 Jun 2009 20:50:35 -0500 |
Matt Mackall |
tags: reverse and simplify head-walking
|
Thu, 18 Jun 2009 20:50:33 -0500 |
Matt Mackall |
tags: simplify rev handling
|
Thu, 18 Jun 2009 20:49:50 -0500 |
Matt Mackall |
tags: fold in _hgtagsnodes
|
Mon, 15 Jun 2009 02:45:38 -0500 |
Matt Mackall |
commit: recurse into subrepositories
|
Sat, 13 Jun 2009 18:01:46 -0500 |
Matt Mackall |
repo: add internal support for sharing store directories
|
Sat, 13 Jun 2009 14:44:59 -0500 |
Matt Mackall |
repo: set up ui and extensions earlier
|
Wed, 10 Jun 2009 19:11:49 -0400 |
John Mulligan |
localrepo: remove 'closed' argument to heads(...) function
|
Sun, 07 Jun 2009 21:16:05 +0200 |
Henri Wiechers |
cleanup: removed unused imports
|
Thu, 04 Jun 2009 16:21:03 -0500 |
Matt Mackall |
commit: move some setup outside the lock
|
Wed, 03 Jun 2009 17:12:48 -0500 |
Matt Mackall |
commit: rename wctx to cctx
|
Mon, 01 Jun 2009 22:13:08 -0500 |
Matt Mackall |
commit: trade O(n^2) file checks for O(n^2) dir checks
|
Mon, 01 Jun 2009 21:51:00 -0500 |
Matt Mackall |
commit: move explicit file checking into repo.commit
|
Mon, 01 Jun 2009 14:51:47 -0500 |
Matt Mackall |
commit: editor reads file lists from provided context
|
Mon, 01 Jun 2009 14:11:32 -0500 |
Matt Mackall |
commit: drop the now-unused files parameter
|
Mon, 01 Jun 2009 14:11:19 -0500 |
Matt Mackall |
tag: use match.exact for commit
|
Mon, 01 Jun 2009 13:51:21 -0500 |
Matt Mackall |
commit: apply force flag without files
|
Wed, 03 Jun 2009 13:42:55 +0200 |
John Mulligan |
localrepo: set heads and branchheads to be closed=False by default
|
Sun, 31 May 2009 17:54:18 -0500 |
Matt Mackall |
match: ignore return of match.bad
|
Sun, 31 May 2009 01:30:16 +0200 |
Martin Geisler |
wrap string literals in error messages
|
Thu, 28 May 2009 08:29:40 +0200 |
Adrian Buehlmann |
localrepo: move comment
|
Wed, 27 May 2009 14:16:13 +0200 |
Simon Heimberg |
localrepo: use lock.release for single lock
|
Mon, 25 May 2009 10:44:37 -0500 |
Matt Mackall |
lookup: check for dirstate damage on failure
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: add some default args
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: change all users of util.matcher to match.match
|
Sat, 23 May 2009 17:04:31 +0200 |
Sune Foldager |
named branches: improve pre-push logic (issue736)
|
Sat, 23 May 2009 17:02:49 +0200 |
Henrik Stuart |
named branches: server branchmap wire protocol support (issue736)
|
Wed, 20 May 2009 18:35:47 +0200 |
Benoit Boissinot |
filelog encoding: move the encoding/decoding into store
|
Wed, 20 May 2009 00:52:46 +0200 |
Martin Geisler |
use 'x is None' instead of 'x == None'
|
Tue, 19 May 2009 11:39:12 +0200 |
Benoit Boissinot |
localrepo: update commit*() docstrings
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: tidy up mergestate slightly
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: drop unneeded dirstate invalidate logic
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: some tidying
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: remove unused lock var
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: move description trimming into changelog
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: simplify manifest commit
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: move editor outside transaction
|
Sun, 17 May 2009 16:56:53 +0200 |
Martin Geisler |
localrepo: use set.update for bulk updates
|
Sun, 17 May 2009 04:33:39 +0200 |
Benoit Boissinot |
localrepo: use set instead of dict
|
Thu, 14 May 2009 13:24:39 -0500 |
Matt Mackall |
commit: hoist the rest of the dirstate manipulation out of commitctx
|
Thu, 14 May 2009 13:24:39 -0500 |
Matt Mackall |
commit: hoist up dirstate invalidate
|
Thu, 14 May 2009 13:24:26 -0500 |
Matt Mackall |
commitctx: use contexts more fully
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
commitctx: eliminate some variables
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
commit: move lots of commitctx outside of the repo lock
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
commit: combine _commitctx and commitctx, drop unused force argument
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: move commit editor to cmdutil, pass as function
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: push repo lock down into _commitctx
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: move 'nothing changed' test into commit()
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: drop unused p1 and p2 args
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
tag: drop unused use_dirstate and parent from _tag()
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
filecommit: swallow some bits from _commitctx, add _
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commitctx: replace wctx with ctx
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commitctx: replace two dirstate vars with working
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commitctx: simplify locking
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
remove deprecated rawcommit
|
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
|
Fri, 27 Feb 2009 08:13:42 -0600 |
Matt Mackall |
Merge with stable
|
Sun, 25 Jan 2009 19:15:49 +0100 |
Dirkjan Ochtman |
merge with stable
|
Mon, 16 Feb 2009 19:35:07 -0600 |
Matt Mackall |
Introduce HG_PREPEND to solve pretxn races
|
Sun, 25 Jan 2009 13:20:43 -0500 |
John Mulligan |
branch closing: permit closing the default branch
|
Sun, 25 Jan 2009 12:09:51 -0600 |
Matt Mackall |
Merge with stable
|
Sun, 25 Jan 2009 10:16:45 -0600 |
Matt Mackall |
wire protocol: avoid infinite loop (issue1483)
|
Sun, 25 Jan 2009 18:58:12 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 25 Jan 2009 18:55:29 +0100 |
Patrick Mezard |
Fix a corner case when committing a rename after a merge (issue1476)
|
Mon, 19 Jan 2009 12:59:56 +0100 |
Dirkjan Ochtman |
kill some trailing whitespace
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
branch closing: referencing open and closed branches/heads
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
branch closing: mark closed branches with a 'close' extra
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
store all heads of a branch in the branch cache
|
Mon, 12 Jan 2009 11:48:05 -0600 |
Matt Mackall |
error: move SignalInterrupt
|