Wed, 17 Feb 2010 23:07:50 +0100 |
Martin Geisler |
progress: mark strings for translation
stable
|
file |
diff |
annotate
|
Wed, 17 Feb 2010 15:43:21 +0100 |
Sune Foldager |
run commit and update hooks after command completion (issue1827)
stable
|
file |
diff |
annotate
|
Sat, 13 Feb 2010 00:38:29 -0600 |
Matt Mackall |
progress: add progress calls to changeset discovery
|
file |
diff |
annotate
|
Tue, 09 Feb 2010 10:02:01 -0600 |
Augie Fackler |
localrepo: provide indeterminate progress information while bundling
|
file |
diff |
annotate
|
Sun, 07 Feb 2010 12:00:40 -0600 |
Augie Fackler |
localrepo: show indeterminate progress for incoming data
|
file |
diff |
annotate
|
Sat, 13 Feb 2010 02:06:13 +0100 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Thu, 11 Feb 2010 23:15:42 +0200 |
Giorgos Keramidas |
convert: differentiate between IOError and OSError on commitctx()
stable
|
file |
diff |
annotate
|
Thu, 11 Feb 2010 16:37:43 -0600 |
Augie Fackler |
localrepo: add optional validation (defaults to off) for incoming changes
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 20:51:23 +0100 |
Peter Arrenbrecht |
whitespace cleanup
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 19:44:04 +0100 |
Benoit Boissinot |
prepush: add more precise error messages
|
file |
diff |
annotate
|
Mon, 08 Feb 2010 14:52:28 +0100 |
Benoit Boissinot |
localrepo: cleanup branch tip computation
|
file |
diff |
annotate
|
Sun, 07 Feb 2010 15:09:02 +0100 |
Dirkjan Ochtman |
strip apostrophes from an error messages
|
file |
diff |
annotate
|
Sun, 07 Feb 2010 10:01:55 +0100 |
Dirkjan Ochtman |
localrepo: inline single-use nested function
|
file |
diff |
annotate
|
Sun, 07 Feb 2010 09:58:41 +0100 |
Dirkjan Ochtman |
localrepo: unify changegroup and changegroupsubset code paths a bit
|
file |
diff |
annotate
|
Sun, 07 Feb 2010 00:43:24 +0100 |
Benoit Boissinot |
prepush: warn about every new outgoing named branch, not just the first
|
file |
diff |
annotate
|
Sun, 07 Feb 2010 00:43:22 +0100 |
Benoit Boissinot |
prepush: rename variables, refactor
|
file |
diff |
annotate
|
Sat, 06 Feb 2010 11:29:23 +0100 |
Dirkjan Ochtman |
localrepo: add a quick docstring for localrepo.branchmap()
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 19:10:26 +0100 |
Vsevolod Solovyov |
add options dict to localrepo.store.opener and use it for defversion
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 17:02:27 +0200 |
Henri Wiechers |
localrepo: minor formatting - remove double space
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
file |
diff |
annotate
|
Thu, 31 Dec 2009 17:19:30 -0600 |
Augie Fackler |
dirstate: don't check state of subrepo directories
|
file |
diff |
annotate
|
Fri, 04 Dec 2009 17:43:01 +0100 |
Benoit Boissinot |
changegroupsubset: readdelta() can be used if the previous rev is a parent
|
file |
diff |
annotate
|
Fri, 04 Dec 2009 17:42:59 +0100 |
Benoit Boissinot |
changegroupsubset: simplify parents pruning
|
file |
diff |
annotate
|
Mon, 30 Nov 2009 16:53:05 +0100 |
Benoit Boissinot |
merge with stable
|
file |
diff |
annotate
|
Mon, 30 Nov 2009 14:58:52 +0100 |
Sune Foldager |
fix bug in prepush logic involving merge changesets
stable
|
file |
diff |
annotate
|
Fri, 27 Nov 2009 11:50:52 -0500 |
Greg Ward |
commit: write last-message.txt with no content modifications.
|
file |
diff |
annotate
|
Tue, 24 Nov 2009 21:08:40 -0500 |
Greg Ward |
commit: if relevant, tell user their commit message was saved.
|
file |
diff |
annotate
|
Tue, 24 Nov 2009 21:08:39 -0500 |
Greg Ward |
commit: save commit message so it's not destroyed by rollback.
|
file |
diff |
annotate
|
Tue, 24 Nov 2009 14:32:19 +0200 |
Alexander Solovyov |
localrepo: support 'rev in repo' syntax
|
file |
diff |
annotate
|
Sat, 07 Nov 2009 12:28:30 +0100 |
Peter Arrenbrecht |
bundle: don't send too many changesets (Issue1704)
|
file |
diff |
annotate
|
Mon, 02 Nov 2009 10:17:20 +0100 |
Sune Foldager |
change 'journal already exists' to 'abandoned transaction found'
|
file |
diff |
annotate
|
Sat, 31 Oct 2009 00:31:08 +0100 |
Benoit Boissinot |
localrepo/branchcache: remove lbranchmap(), convert users to use utf-8 names
|
file |
diff |
annotate
|
Sat, 31 Oct 2009 00:27:50 +0100 |
Benoit Boissinot |
localrepo/branchcache: kill unused localrepo.branchcache
|
file |
diff |
annotate
|
Sat, 31 Oct 2009 00:20:28 +0100 |
Benoit Boissinot |
localrepo/branchcache: rebuild the "charset-aware" branchcache when needed
|
file |
diff |
annotate
|
Mon, 26 Oct 2009 13:37:39 +0100 |
Henrik Stuart |
transfer branchmap branch names over the wire in utf-8
|
file |
diff |
annotate
|
Thu, 08 Oct 2009 01:16:32 -0500 |
Matt Mackall |
Merge with i18n
|
file |
diff |
annotate
|
Wed, 30 Sep 2009 21:14:24 +0200 |
Martin Geisler |
Merge with hg-i18n-stable
|
file |
diff |
annotate
|
Sun, 27 Sep 2009 09:38:53 +0200 |
Martin Geisler |
Merge with crew-stable
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 18:56:09 +0200 |
Sune Foldager |
push: fix subtle bug in prepush logic
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 15:54:43 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 15:51:36 +0200 |
Sune Foldager |
localrepo: fix bugs in branchheads and add docstring
|
file |
diff |
annotate
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
file |
diff |
annotate
|
Tue, 08 Sep 2009 17:58:59 -0400 |
Greg Ward |
Improve some docstrings relating to changegroups and prepush().
|
file |
diff |
annotate
|
Fri, 04 Sep 2009 23:34:51 +0200 |
Martin Geisler |
Merge with crew-stable
|
file |
diff |
annotate
|
Mon, 31 Aug 2009 10:58:33 -0500 |
Matt Mackall |
Make distinct lookup error for localrepo.lookup
|
file |
diff |
annotate
|
Wed, 05 Aug 2009 14:42:57 +0200 |
Greg Ward |
localrepo: document the locking scheme a little better
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 10:41:19 -0400 |
Greg Ward |
tags: support 'instant' tag retrieval (issue548)
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 10:39:42 -0400 |
Greg Ward |
tags: implement persistent tag caching (issue548).
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: add destroyed() method for strip/rollback to use (issue548).
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
Factor tags module out of localrepo (issue548).
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: factor updatetags() out of readtags() (issue548).
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: improve readability of _findtags(), readtags() (issue548).
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: rename in-memory tag cache instance attributes (issue548).
|
file |
diff |
annotate
|
Thu, 16 Jul 2009 10:39:41 -0400 |
Greg Ward |
localrepo: factor _findtags() out of tags() (issue548).
|
file |
diff |
annotate
|
Tue, 14 Jul 2009 20:10:23 +0200 |
Martin Geisler |
merge with crew-stable
|
file |
diff |
annotate
|
Mon, 13 Jul 2009 20:19:17 +0200 |
Henrik Stuart |
branch heads: optimise computation of branch head cache (issue1734)
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 19:49:02 -0500 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Thu, 09 Jul 2009 20:49:02 +0200 |
Henrik Stuart |
branch heads: fix regression introduced in e67e5b60e55f (issue1726)
|
file |
diff |
annotate
|
Sun, 05 Jul 2009 12:43:40 +0200 |
Martin Geisler |
localrepo: removed unnecessary revkey sort helper
|
file |
diff |
annotate
|
Sun, 05 Jul 2009 11:02:00 +0200 |
Alejandro Santos |
compat: use 'key' argument instead of 'cmp' when sorting a list
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 01:16:19 -0500 |
Matt Mackall |
commit: lose some pointless 'nothing changed' messages
|
file |
diff |
annotate
|
Wed, 01 Jul 2009 01:05:24 -0500 |
Matt Mackall |
commit: report modified subrepos in commit editor
|
file |
diff |
annotate
|
Mon, 29 Jun 2009 00:54:23 -0700 |
Brendan Cully |
Branch heads should not include "heads" that are ancestors of other heads.
|
file |
diff |
annotate
|
Sun, 21 Jun 2009 19:06:57 +0200 |
Martin Geisler |
merged with crew
|
file |
diff |
annotate
|
Fri, 19 Jun 2009 14:28:29 +0800 |
Dongsheng Song |
Fix warning: Seen unexpected token "%"
|
file |
diff |
annotate
|
Sat, 20 Jun 2009 10:53:47 -0500 |
Matt Mackall |
tags: silence warning about unknown tags
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 23:08:33 -0500 |
Matt Mackall |
tags: drop nested function
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 23:04:54 -0500 |
Matt Mackall |
tags: generate contexts directly
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 20:50:35 -0500 |
Matt Mackall |
tags: reverse and simplify head-walking
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 20:50:33 -0500 |
Matt Mackall |
tags: simplify rev handling
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 20:49:50 -0500 |
Matt Mackall |
tags: fold in _hgtagsnodes
|
file |
diff |
annotate
|
Mon, 15 Jun 2009 02:45:38 -0500 |
Matt Mackall |
commit: recurse into subrepositories
|
file |
diff |
annotate
|
Sat, 13 Jun 2009 18:01:46 -0500 |
Matt Mackall |
repo: add internal support for sharing store directories
|
file |
diff |
annotate
|
Sat, 13 Jun 2009 14:44:59 -0500 |
Matt Mackall |
repo: set up ui and extensions earlier
|
file |
diff |
annotate
|
Wed, 10 Jun 2009 19:11:49 -0400 |
John Mulligan |
localrepo: remove 'closed' argument to heads(...) function
|
file |
diff |
annotate
|
Sun, 07 Jun 2009 21:16:05 +0200 |
Henri Wiechers |
cleanup: removed unused imports
|
file |
diff |
annotate
|
Thu, 04 Jun 2009 16:21:03 -0500 |
Matt Mackall |
commit: move some setup outside the lock
|
file |
diff |
annotate
|
Wed, 03 Jun 2009 17:12:48 -0500 |
Matt Mackall |
commit: rename wctx to cctx
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 22:13:08 -0500 |
Matt Mackall |
commit: trade O(n^2) file checks for O(n^2) dir checks
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 21:51:00 -0500 |
Matt Mackall |
commit: move explicit file checking into repo.commit
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 14:51:47 -0500 |
Matt Mackall |
commit: editor reads file lists from provided context
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 14:11:32 -0500 |
Matt Mackall |
commit: drop the now-unused files parameter
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 14:11:19 -0500 |
Matt Mackall |
tag: use match.exact for commit
|
file |
diff |
annotate
|
Mon, 01 Jun 2009 13:51:21 -0500 |
Matt Mackall |
commit: apply force flag without files
|
file |
diff |
annotate
|
Wed, 03 Jun 2009 13:42:55 +0200 |
John Mulligan |
localrepo: set heads and branchheads to be closed=False by default
|
file |
diff |
annotate
|
Sun, 31 May 2009 17:54:18 -0500 |
Matt Mackall |
match: ignore return of match.bad
|
file |
diff |
annotate
|
Sun, 31 May 2009 01:30:16 +0200 |
Martin Geisler |
wrap string literals in error messages
|
file |
diff |
annotate
|
Thu, 28 May 2009 08:29:40 +0200 |
Adrian Buehlmann |
localrepo: move comment
|
file |
diff |
annotate
|
Wed, 27 May 2009 14:16:13 +0200 |
Simon Heimberg |
localrepo: use lock.release for single lock
|
file |
diff |
annotate
|
Mon, 25 May 2009 10:44:37 -0500 |
Matt Mackall |
lookup: check for dirstate damage on failure
|
file |
diff |
annotate
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: add some default args
|
file |
diff |
annotate
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: change all users of util.matcher to match.match
|
file |
diff |
annotate
|
Sat, 23 May 2009 17:04:31 +0200 |
Sune Foldager |
named branches: improve pre-push logic (issue736)
|
file |
diff |
annotate
|
Sat, 23 May 2009 17:02:49 +0200 |
Henrik Stuart |
named branches: server branchmap wire protocol support (issue736)
|
file |
diff |
annotate
|
Wed, 20 May 2009 18:35:47 +0200 |
Benoit Boissinot |
filelog encoding: move the encoding/decoding into store
|
file |
diff |
annotate
|
Wed, 20 May 2009 00:52:46 +0200 |
Martin Geisler |
use 'x is None' instead of 'x == None'
|
file |
diff |
annotate
|
Tue, 19 May 2009 11:39:12 +0200 |
Benoit Boissinot |
localrepo: update commit*() docstrings
|
file |
diff |
annotate
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: tidy up mergestate slightly
|
file |
diff |
annotate
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: drop unneeded dirstate invalidate logic
|
file |
diff |
annotate
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: some tidying
|
file |
diff |
annotate
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: remove unused lock var
|
file |
diff |
annotate
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: move description trimming into changelog
|
file |
diff |
annotate
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: simplify manifest commit
|
file |
diff |
annotate
|
Mon, 18 May 2009 17:36:24 -0500 |
Matt Mackall |
commit: move editor outside transaction
|
file |
diff |
annotate
|
Sun, 17 May 2009 16:56:53 +0200 |
Martin Geisler |
localrepo: use set.update for bulk updates
|
file |
diff |
annotate
|
Sun, 17 May 2009 04:33:39 +0200 |
Benoit Boissinot |
localrepo: use set instead of dict
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:24:39 -0500 |
Matt Mackall |
commit: hoist the rest of the dirstate manipulation out of commitctx
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:24:39 -0500 |
Matt Mackall |
commit: hoist up dirstate invalidate
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:24:26 -0500 |
Matt Mackall |
commitctx: use contexts more fully
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
commitctx: eliminate some variables
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
commit: move lots of commitctx outside of the repo lock
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:21:20 -0500 |
Matt Mackall |
commit: combine _commitctx and commitctx, drop unused force argument
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: move commit editor to cmdutil, pass as function
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: push repo lock down into _commitctx
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: move 'nothing changed' test into commit()
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commit: drop unused p1 and p2 args
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
tag: drop unused use_dirstate and parent from _tag()
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
filecommit: swallow some bits from _commitctx, add _
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commitctx: replace wctx with ctx
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commitctx: replace two dirstate vars with working
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
commitctx: simplify locking
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
remove deprecated rawcommit
|
file |
diff |
annotate
|
Thu, 14 May 2009 13:20:40 -0500 |
Matt Mackall |
status: check cmp list in order
|
file |
diff |
annotate
|
Thu, 14 May 2009 16:11:45 +0200 |
Peter Arrenbrecht |
localrepo: use more direct vars in addchangegroup
|
file |
diff |
annotate
|
Thu, 14 May 2009 16:09:27 +0200 |
Peter Arrenbrecht |
localrepo: use cl throughout in addchangegroup
|
file |
diff |
annotate
|
Thu, 14 May 2009 15:35:46 +0200 |
Peter Arrenbrecht |
drop unused imports
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
file |
diff |
annotate
|
Mon, 04 May 2009 15:31:57 +0200 |
Henrik Stuart |
transaction: refactor transaction.abort and rollback to use the same code
|
file |
diff |
annotate
|
Sun, 03 May 2009 00:20:08 +0200 |
Martin Geisler |
localrepo: mark commit message template for translation
|
file |
diff |
annotate
|
Wed, 29 Apr 2009 20:47:28 -0500 |
Matt Mackall |
localrepo: use set for requirements
|
file |
diff |
annotate
|
Wed, 29 Apr 2009 20:47:15 -0500 |
Matt Mackall |
localrepo: use propertycache
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 18:14:49 +0200 |
Martijn Pieters |
localrepo: Refactor var names in filecommit to improve readability.
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 18:32:15 +0200 |
Martin Geisler |
localrepo: corrected outdated comment
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 18:29:50 +0200 |
Martin Geisler |
localrepo: fixed typos in comments
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace various uses of list.reverse()
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:43 -0500 |
Matt Mackall |
ui: replace parentui mechanism with repo.baseui
|
file |
diff |
annotate
|
Fri, 24 Apr 2009 17:32:18 +0200 |
Martin Geisler |
localrepo: use sets in findcommonincoming
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 00:57:28 +0200 |
Martin Geisler |
replace set-like dictionaries with real sets
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 00:56:06 +0200 |
Martin Geisler |
util: use built-in set instead of util.unique
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
document the locking pattern in localrepo.status
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
switch lock releasing in the core from gc to explicit
|
file |
diff |
annotate
|
Wed, 22 Apr 2009 02:01:22 +0200 |
Ronny Pfannschmidt |
made repo locks recursive and deprecate refcounting based lock releasing
|
file |
diff |
annotate
|
Wed, 15 Apr 2009 19:54:22 +0200 |
Henrik Stuart |
transaction: support multiple, separate transactions
|
file |
diff |
annotate
|
Fri, 03 Apr 2009 14:51:48 -0500 |
Matt Mackall |
move encoding bits from util to encoding
|
file |
diff |
annotate
|
Tue, 31 Mar 2009 23:11:11 +0200 |
Martin Geisler |
merge with -stable
|
file |
diff |
annotate
|
Tue, 31 Mar 2009 07:56:28 +0200 |
Simon Heimberg |
error: import LockError from correct module
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 13:13:06 +0100 |
Peter Arrenbrecht |
cleanup: drop unused assignments
|
file |
diff |
annotate
|
Mon, 16 Mar 2009 16:58:41 -0500 |
Matt Mackall |
resolve: move reset to localrepo.commit
|
file |
diff |
annotate
|
Mon, 02 Mar 2009 19:19:09 -0600 |
Matt Mackall |
tag: force load of tag cache
|
file |
diff |
annotate
|
Fri, 27 Feb 2009 08:13:42 -0600 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 19:15:49 +0100 |
Dirkjan Ochtman |
merge with stable
|
file |
diff |
annotate
|
Mon, 16 Feb 2009 19:35:07 -0600 |
Matt Mackall |
Introduce HG_PREPEND to solve pretxn races
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 13:20:43 -0500 |
John Mulligan |
branch closing: permit closing the default branch
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 12:09:51 -0600 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 10:16:45 -0600 |
Matt Mackall |
wire protocol: avoid infinite loop (issue1483)
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 18:58:12 +0100 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 18:55:29 +0100 |
Patrick Mezard |
Fix a corner case when committing a rename after a merge (issue1476)
|
file |
diff |
annotate
|
Mon, 19 Jan 2009 12:59:56 +0100 |
Dirkjan Ochtman |
kill some trailing whitespace
|
file |
diff |
annotate
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
branch closing: referencing open and closed branches/heads
|
file |
diff |
annotate
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
branch closing: mark closed branches with a 'close' extra
|
file |
diff |
annotate
|
Wed, 14 Jan 2009 21:47:38 -0500 |
John Mulligan |
store all heads of a branch in the branch cache
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 11:48:05 -0600 |
Matt Mackall |
error: move SignalInterrupt
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 11:28:28 -0600 |
Matt Mackall |
error: move UnexpectedOutput (now ResponseError)
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 11:09:14 -0600 |
Matt Mackall |
error: move lock errors
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 10:42:31 -0600 |
Matt Mackall |
error: move repo errors
|
file |
diff |
annotate
|
Sun, 11 Jan 2009 22:48:28 -0600 |
Matt Mackall |
errors: move revlog errors
|
file |
diff |
annotate
|
Mon, 12 Jan 2009 09:16:03 +0100 |
Dirkjan Ochtman |
use dict.iteritems() rather than dict.items()
|
file |
diff |
annotate
|
Sat, 03 Jan 2009 17:15:21 +0100 |
Martin Geisler |
lowercase ui.debug and assert output
|
file |
diff |
annotate
|
Sat, 03 Jan 2009 20:16:10 +0100 |
Patrick Mezard |
localrepo: fix bad manifest delta generation (issue1433)
|
file |
diff |
annotate
|
Tue, 02 Dec 2008 19:36:43 +0100 |
Benoit Boissinot |
push: use the fast changegroup() path on push
|
file |
diff |
annotate
|
Thu, 27 Nov 2008 16:07:17 +0100 |
Dirkjan Ochtman |
bundlerepo doesn't really have a dirstate, throw AttributeError if requested
|
file |
diff |
annotate
|
Tue, 25 Nov 2008 23:26:33 +0100 |
Benoit Boissinot |
protocol: use changegroupsubset() if possible (issue1389)
|
file |
diff |
annotate
|
Fri, 14 Nov 2008 14:12:43 -0600 |
Matt Mackall |
lookup: fast-paths for int and 'tip'
|
file |
diff |
annotate
|
Wed, 12 Nov 2008 15:19:14 -0600 |
Matt Mackall |
linkrev: take a revision number rather than a hash
|
file |
diff |
annotate
|
Fri, 24 Oct 2008 16:20:53 +0200 |
Benoit Boissinot |
findincoming: build the correct list from the start
|
file |
diff |
annotate
|
Fri, 24 Oct 2008 10:31:51 +0200 |
Adrian Buehlmann |
add format.usefncache config option (default is true)
|
file |
diff |
annotate
|
Tue, 21 Oct 2008 17:00:35 +0200 |
Benoit Boissinot |
fix pull racing with push/commit (issue1320)
|
file |
diff |
annotate
|
Sun, 19 Oct 2008 19:12:07 +0200 |
Adrian Buehlmann |
introduce fncache repository layout
|
file |
diff |
annotate
|
Tue, 14 Oct 2008 21:28:49 +0200 |
Mads Kiilerich |
Make it possible to disable filtering for a pattern.
|
file |
diff |
annotate
|
Wed, 22 Oct 2008 21:43:35 +0200 |
Benoit Boissinot |
findincoming: do the binary search in branches in parallel
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 20:25:45 +0200 |
Benoit Boissinot |
fix issue with strip() for revlog with non-monotonic linkrevs (issue1342)
|
file |
diff |
annotate
|
Sat, 18 Oct 2008 04:26:09 -0500 |
Matt Mackall |
rename: handle renaming to a target marked removed
|
file |
diff |
annotate
|
Sun, 12 Oct 2008 15:21:08 -0500 |
Matt Mackall |
diff: pass contexts to status
|
file |
diff |
annotate
|
Sat, 11 Oct 2008 13:07:29 +0200 |
Patrick Mezard |
context: improve memctx documentation
|
file |
diff |
annotate
|
Thu, 09 Oct 2008 14:16:17 +0200 |
Patrick Mezard |
Show added files as "added" in editor commit message (issue 1330)
|
file |
diff |
annotate
|
Wed, 08 Oct 2008 16:22:10 -0500 |
Matt Mackall |
status: don't warn about missing files present in base revision (issue1323)
|
file |
diff |
annotate
|
Mon, 06 Oct 2008 13:51:36 +0200 |
Patrick Mezard |
Merge with crew-stable
|
file |
diff |
annotate
|
Fri, 03 Oct 2008 23:13:03 +0200 |
Bernhard Leiner |
Add missing catch of a TypeError
|
file |
diff |
annotate
|
Wed, 10 Sep 2008 08:48:23 +0200 |
Benoit Boissinot |
Backed out changeset 3d54cf97598d (see issue916 for details)
|
file |
diff |
annotate
|
Mon, 08 Sep 2008 14:04:10 +0200 |
Benoit Boissinot |
tag: without a checkout, base the tag changeset on tip instead of nullid
|
file |
diff |
annotate
|
Mon, 08 Sep 2008 13:07:00 +0200 |
Peter Ruibal |
use Exception(args)-style raising consistently (py3k compatibility)
|
file |
diff |
annotate
|
Fri, 05 Sep 2008 11:00:07 +0200 |
Patrick Mezard |
store: pathjoiner default value is os.path.join
|
file |
diff |
annotate
|
Sun, 31 Aug 2008 00:22:20 +0200 |
Adrian Buehlmann |
Fix for Issue1260
|
file |
diff |
annotate
|
Sun, 31 Aug 2008 16:12:02 +0200 |
Martin Geisler |
i18n: mark strings for translation in Mercurial
|
file |
diff |
annotate
|
Thu, 21 Aug 2008 11:35:17 +0200 |
Dirkjan Ochtman |
strip trailing whitespace, replace tabs by spaces
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 23:05:45 +0100 |
Martin Geisler |
Begin commit messages with two empty lines.
|
file |
diff |
annotate
|
Wed, 13 Aug 2008 20:18:44 -0500 |
Matt Mackall |
streamclone: fold in localrepo.storefiles
|
file |
diff |
annotate
|
Wed, 13 Aug 2008 20:18:43 -0500 |
Matt Mackall |
store: change handling of decoding errors
|
file |
diff |
annotate
|
Wed, 13 Aug 2008 20:18:42 -0500 |
Matt Mackall |
store: take opener as an argument
|
file |
diff |
annotate
|
Wed, 13 Aug 2008 20:18:42 -0500 |
Matt Mackall |
localrepo: simplify requirements checking
|
file |
diff |
annotate
|
Wed, 13 Aug 2008 20:18:42 -0500 |
Matt Mackall |
localrepo: kill _createmode
|
file |
diff |
annotate
|
Wed, 13 Aug 2008 20:18:40 -0500 |
Stefano Tortarolo |
make commit fail when committing unresolved files
|
file |
diff |
annotate
|
Tue, 12 Aug 2008 17:47:08 +0200 |
Dirkjan Ochtman |
merge with crew-stable
|
file |
diff |
annotate
|
Sun, 10 Aug 2008 21:55:06 -0500 |
Matt Mackall |
util: set_flags shouldn't know about repo flag formats
|
file |
diff |
annotate
|
Sun, 10 Aug 2008 18:38:43 -0500 |
Matt Mackall |
Merge with stable
|
file |
diff |
annotate
|
Sun, 10 Aug 2008 18:01:03 -0500 |
Matt Mackall |
add a fix for issue 1175
|
file |
diff |
annotate
|
Sun, 10 Aug 2008 18:01:03 -0500 |
Matt Mackall |
commit: simplify file copy logic
|
file |
diff |
annotate
|
Thu, 24 Jul 2008 16:32:52 +0200 |
Adrian Buehlmann |
introduce store classes
|
file |
diff |
annotate
|
Thu, 24 Jul 2008 16:32:51 +0200 |
Adrian Buehlmann |
move filename encoding functions from util.py to new store.py
|
file |
diff |
annotate
|
Tue, 22 Jul 2008 13:03:19 -0500 |
Matt Mackall |
dirstate.walk: push sorting up
|
file |
diff |
annotate
|
Tue, 22 Jul 2008 13:00:22 -0500 |
Matt Mackall |
minor status fixups
|
file |
diff |
annotate
|
Sun, 20 Jul 2008 19:09:00 +0200 |
Patrick Mezard |
localrepo: fix status() typos from 854b907527e5a and 97c12b1ed1e0
|
file |
diff |
annotate
|
Fri, 18 Jul 2008 12:31:40 +0200 |
Christian Boos |
localrepo: do not modify a dictionary being iterated in status()
|
file |
diff |
annotate
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
status: various cleanups
|
file |
diff |
annotate
|
Fri, 11 Jul 2008 18:46:02 -0500 |
Matt Mackall |
status: use contexts
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 19:25:48 -0500 |
Matt Mackall |
context: add walk method
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 13:43:29 -0500 |
Matt Mackall |
status: clean up all users for unknown files
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
dirstate: fold statwalk and walk
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
repo.status: eliminate list_
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 14:35:50 -0500 |
Matt Mackall |
add __len__ and __iter__ methods to repo and revlog
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 14:35:46 -0500 |
Matt Mackall |
use repo[changeid] to get a changectx
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 13:46:34 -0500 |
Matt Mackall |
simplify flag handling
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 13:46:33 -0500 |
Matt Mackall |
context: clean up parents()
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 13:46:29 -0500 |
Matt Mackall |
use repo.changectx(None) to get a workingctx
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 17:35:20 -0500 |
Matt Mackall |
context: avoid using None for working parent
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 17:33:34 -0500 |
Matt Mackall |
lookup: optimize '.'
|
file |
diff |
annotate
|
Wed, 25 Jun 2008 10:54:48 +0200 |
Dirkjan Ochtman |
fix default branchheads() argument (e85951aeec6e was very broken)
|
file |
diff |
annotate
|
Tue, 24 Jun 2008 09:36:24 +0200 |
Dirkjan Ochtman |
tighter default argument selection in localrepo.branchheads()
|
file |
diff |
annotate
|
Mon, 23 Jun 2008 15:03:22 +0200 |
Dirkjan Ochtman |
get repo.branchheads() to use working directory's branch by default
|
file |
diff |
annotate
|
Mon, 23 Jun 2008 13:12:32 +0200 |
Dirkjan Ochtman |
kill some trailing spaces
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 00:14:23 +0200 |
Patrick Mezard |
context: add memctx for memory commits
|
file |
diff |
annotate
|
Wed, 18 Jun 2008 23:23:03 +0200 |
Patrick Mezard |
localrepo: interpret ctx.filectx() exception as a missing file
|
file |
diff |
annotate
|
Wed, 18 Jun 2008 23:00:20 +0200 |
Patrick Mezard |
localrepo: do not expose workingctx options
|
file |
diff |
annotate
|
Wed, 18 Jun 2008 22:52:26 +0200 |
Patrick Mezard |
localrepo: extract _commitctx() from commit()
|
file |
diff |
annotate
|