Tue, 17 Jul 2012 16:16:17 +0200 |
Pierre-Yves David |
_updatebranchcache: prevent deleting dict key during iteration
|
Mon, 16 Jul 2012 17:56:50 +0200 |
Pierre-Yves David |
obsolete: mark unreachable extinct changesets as hidden
|
Mon, 16 Jul 2012 17:44:46 +0200 |
Pierre-Yves David |
hidden: move hiddenrevs set on the repository
|
Tue, 17 Jul 2012 01:22:31 +0200 |
Pierre-Yves David |
repo: move visibleheads and visiblebranchmap logic in discovery
|
Tue, 17 Jul 2012 01:04:45 +0200 |
Pierre-Yves David |
localpeer: return only visible heads and branchmap
|
Fri, 13 Jul 2012 21:52:37 +0200 |
Sune Foldager |
peer: remove cancopy from peer api; use directly on repo instead
|
Fri, 13 Jul 2012 21:52:28 +0200 |
Sune Foldager |
peer: introduce canpush and improve error message
|
Fri, 13 Jul 2012 21:47:06 +0200 |
Peter Arrenbrecht |
peer: introduce real peer classes
|
Thu, 12 Jul 2012 03:03:19 +0200 |
Pierre-Yves David |
push: fix bug in detection of remote obsolete support
|
Tue, 10 Jul 2012 01:39:03 +0200 |
Pierre-Yves David |
push: refuse to push unstable changesets without force
|
Tue, 10 Jul 2012 01:32:18 +0200 |
Pierre-Yves David |
push: refuse to push obsolete changesets
|
Fri, 06 Jul 2012 18:45:27 +0900 |
FUJIWARA Katsunori |
localrepo: use file API via vfs while ensuring repository directory
|
Fri, 06 Jul 2012 18:45:27 +0900 |
FUJIWARA Katsunori |
localrepo: use "vfs" intead of "opener" while ensuring repository directory
|
Fri, 06 Jul 2012 18:45:27 +0900 |
FUJIWARA Katsunori |
localrepo: use the path relative to "self.vfs" instead of "path" argument
|
Fri, 06 Jul 2012 18:45:27 +0900 |
FUJIWARA Katsunori |
localrepo: use "self.wvfs.join()" instead of "os.path.join()"
|
Fri, 06 Jul 2012 18:45:27 +0900 |
FUJIWARA Katsunori |
localrepo: use path expansion API via vfs
|
Fri, 06 Jul 2012 18:45:26 +0900 |
FUJIWARA Katsunori |
localrepo: add "vfs" fields to "localrepository" for migration from "opener"
|
Thu, 12 Jul 2012 10:03:50 +0200 |
Martin Geisler |
merge with main
|
Wed, 11 Jul 2012 15:36:00 -0700 |
Bryan O'Sullivan |
localrepo: make requirements and openerreqs mutable by subclasses
|
Wed, 04 Jul 2012 02:21:04 +0200 |
Pierre-Yves David |
obsolete: write obsolete marker inside a transaction
|
Wed, 04 Jul 2012 02:02:48 +0200 |
Pierre-Yves David |
obsolete: append new markers to obsstore file instead of rewriting everything
|
Wed, 04 Jul 2012 02:00:36 +0200 |
Pierre-Yves David |
obsolete: move obsolete markers read/write logic to obsstore object
|
Thu, 07 Jun 2012 19:21:59 +0200 |
Pierre-Yves David |
obsolete: exchange obsolete marker over pushkey
|
Thu, 07 Jun 2012 19:07:39 +0200 |
Pierre-Yves David |
obsolete: introduction of obsolete markers
|
Fri, 18 May 2012 12:45:47 -0700 |
Joshua Redstone |
strip: incrementally update the branchheads cache after a strip
|
Fri, 01 Jun 2012 08:56:17 -0700 |
Joshua Redstone |
localrepo: convert _updatebranchcache from nodespace to revspace
|
Fri, 08 Jun 2012 08:39:44 -0700 |
Joshua Redstone |
revlog: remove reachable and switch call sites to ancestors
|
Tue, 12 Jun 2012 14:18:18 +0200 |
Martin Geisler |
localrepo: lowercase "unexpected response" message
|
Fri, 01 Jun 2012 12:37:18 -0700 |
Bryan O'Sullivan |
revlog: ancestors(*revs) becomes ancestors(revs) (API)
|
Fri, 01 Jun 2012 23:44:10 -0500 |
Matt Mackall |
localrepo: move filecache clearing into invalidate
|
Fri, 01 Jun 2012 15:14:29 -0500 |
Matt Mackall |
merge with stable
|
Tue, 29 May 2012 18:27:12 +0300 |
Idan Kamara |
localrepo: clear _filecache earlier to really force reloading (issue3462)
stable
|
Mon, 21 May 2012 14:25:46 -0500 |
Augie Fackler |
clone: add progress calls to uncompressed code path
|
Thu, 17 May 2012 15:34:59 -0500 |
Matt Mackall |
branchcache: backout 0311a6abd38a
|
Sun, 13 May 2012 14:04:06 +0200 |
Brodie Rao |
context: add changectx.closesbranch() method
|
Sun, 13 May 2012 14:04:04 +0200 |
Brodie Rao |
localrepo: add branchtip() method for faster single-branch lookups
|
Fri, 11 May 2012 10:35:54 -0700 |
Joshua Redstone |
localrepo: strip now incrementally updates the branchheads cache
|
Sun, 13 May 2012 11:54:58 +0200 |
David Soria Parra |
localrepo: introduce bookmarkheads
|
Sat, 12 May 2012 21:28:10 +0200 |
David Soria Parra |
bookmarks: delete divergent bookmarks on merge
|
Sun, 13 May 2012 13:18:06 +0200 |
Brodie Rao |
check-code: ignore naked excepts with a "re-raise" comment
|
Sun, 13 May 2012 12:52:24 +0200 |
Matt Mackall |
merge with stable
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Sat, 12 May 2012 20:06:02 +0200 |
Mads Kiilerich |
tag: run commit hook when lock is released (issue3344)
stable
|
Sat, 12 May 2012 20:25:33 +0200 |
Bryan O'Sullivan |
parsers: strictly check for 20-byte hashes where they're required
stable
|
Sat, 12 May 2012 00:24:07 +0200 |
Patrick Mezard |
phases: introduce phasecache
|
Fri, 04 May 2012 15:56:45 -0400 |
Jesse Glick |
localrepo: optimize internode status calls using withflags
|
Fri, 04 May 2012 15:54:55 -0400 |
Jesse Glick |
localrepo: optimize internode status calls using match.always
|
Fri, 11 May 2012 10:53:12 -0700 |
redstone |
localrepo: cleanup var names and comments
|
Thu, 10 May 2012 18:52:07 +0200 |
Patrick Mezard |
phases: stop modifying localrepo in writeroots()
|
Thu, 10 May 2012 18:52:04 +0200 |
Patrick Mezard |
phases: stop modifying localrepo in readroots()
|
Thu, 10 May 2012 18:21:15 +0200 |
Patrick Mezard |
phases: call filterunknown() in readroots()
|
Sun, 29 Apr 2012 22:25:55 +0200 |
Patrick Mezard |
localrepo: add setparents() to adjust dirstate copies (issue3407)
stable
|
Sat, 28 Apr 2012 15:01:57 +0200 |
Patrick Mezard |
commit: abort on merge with missing files
stable
|
Tue, 17 Apr 2012 11:13:38 -0500 |
Matt Mackall |
journal: use tryread helper to backup files (issue3375)
|
Mon, 16 Apr 2012 10:56:37 +0200 |
Alain Leufroy |
localrepo: do not complain about missing journal files
|
Fri, 13 Apr 2012 22:55:46 -0500 |
Matt Mackall |
changegroupsubset: optimize function lookup in prune
|
Fri, 13 Apr 2012 22:55:46 -0500 |
Matt Mackall |
changegroup: optimize gennodelist
|
Fri, 13 Apr 2012 22:55:46 -0500 |
Matt Mackall |
changegroupsubset: avoid setdefault in inner loop
|
Fri, 13 Apr 2012 22:55:40 -0500 |
Matt Mackall |
changegroupsubset: drop repeated len() calls
|
Fri, 13 Apr 2012 22:27:29 -0500 |
Matt Mackall |
changegroup: reduce progress overhead
|
Fri, 13 Apr 2012 22:23:45 -0500 |
Matt Mackall |
changegroupsubset: renest inner loop
|
Thu, 12 Apr 2012 20:22:18 -0500 |
Matt Mackall |
stream_in: avoid debug calls when debug is disabled
|
Sun, 08 Apr 2012 12:38:10 -0500 |
Matt Mackall |
localrepo: lookup now goes through context
|
Fri, 06 Apr 2012 15:16:30 -0500 |
Matt Mackall |
tags: defer tag validation until repo.tags() is called
|
Wed, 04 Apr 2012 00:00:47 +0200 |
Benoit Allard |
protocol: Add the stream-preferred capability
|
Mon, 12 Mar 2012 17:05:42 -0500 |
Matt Mackall |
merge with stable
|
Fri, 09 Mar 2012 15:34:21 -0500 |
Michael Bacarella |
localrepo: fix unpushable repos when using bookmarks (issue3317)
stable
|
Tue, 06 Mar 2012 18:42:52 +0200 |
Idan Kamara |
localrepo: refactor retrieving of journal/undo files paths
|
Fri, 02 Mar 2012 09:57:09 +0100 |
Thomas Arendsen Hein |
merge with stable
|
Thu, 01 Mar 2012 17:39:58 +0200 |
Idan Kamara |
dirstate: add filecache support
stable
|
Thu, 01 Mar 2012 17:39:58 +0200 |
Idan Kamara |
filecache: refactor path join logic to a function
stable
|
Wed, 22 Feb 2012 17:36:33 -0600 |
Matt Mackall |
merge with stable
|
Thu, 23 Feb 2012 00:07:54 +0900 |
FUJIWARA Katsunori |
localrepository: use 'changectx.dirs()' in 'status()' for directory patterns
stable
|
Thu, 16 Feb 2012 16:40:29 -0600 |
Matt Mackall |
merge with stable
|
Thu, 16 Feb 2012 01:21:34 +0200 |
Idan Kamara |
localrepo: clear _filecache on rollback (issue3261)
stable
|
Wed, 15 Feb 2012 23:49:15 +0200 |
Idan Kamara |
localrepo: reset _phasesdirty flag after writing
stable
|
Mon, 06 Feb 2012 15:10:01 -0600 |
Matt Mackall |
subrepo: rewrite handling of subrepo state at commit (issue2403)
|
Mon, 30 Jan 2012 17:46:15 +0100 |
Pierre-Yves David |
phases: allow phase name in phases.new-commit settings
stable
|
Mon, 30 Jan 2012 11:32:09 -0600 |
Matt Mackall |
push: return 1 if no changes found (issue3228)
stable
|
Mon, 30 Jan 2012 11:15:34 -0600 |
Matt Mackall |
push: fix coding errors in unused branch
stable
|
Sun, 29 Jan 2012 13:36:10 -0600 |
Matt Mackall |
phases: fix verify with secret csets
stable
|
Wed, 25 Jan 2012 17:14:08 -0600 |
Matt Mackall |
scmutil: unify some 'no changes found' messages
stable
|
Thu, 26 Jan 2012 00:21:54 +0200 |
Idan Kamara |
localrepo: delete _phaserev when invalidating caches
stable
|
Thu, 26 Jan 2012 00:21:53 +0200 |
Idan Kamara |
localrepo: fix phaseroots filecache definition
stable
|
Tue, 24 Jan 2012 19:49:30 +0100 |
Pierre-Yves David |
discovery: fix regression when checking heads for pre 1.4 client (issue3218)
stable
|
Fri, 20 Jan 2012 21:21:13 +0100 |
Pierre-Yves David |
push: prevent moving phases outside of the pushed subset
stable
|
Fri, 20 Jan 2012 18:45:29 +0100 |
Pierre-Yves David |
mq-safety: don't apply safety on non-outgoing changeset
stable
|
Thu, 19 Jan 2012 16:09:43 +0100 |
Pierre-Yves David |
phases: only synchronize on common changeset when push fails
|
Thu, 19 Jan 2012 15:50:55 +0100 |
Pierre-Yves David |
discovery: diet discovery.prepush from non-discovery code
|
Thu, 19 Jan 2012 02:14:06 +0100 |
Mads Kiilerich |
tag: invalidate tag cache immediately after adding new tag (issue3210)
|
Wed, 18 Jan 2012 17:23:54 +0100 |
Pierre-Yves David |
phases: mechanism to allow extension to alter initial computation of phase
|
Fri, 13 Jan 2012 02:04:16 +0100 |
Pierre-Yves David |
phases: simplify phase exchange and movement over pushkey
|
Fri, 13 Jan 2012 01:42:47 +0100 |
Pierre-Yves David |
phases: move phase according what was pushed not only what was added added
|
Fri, 13 Jan 2012 01:29:03 +0100 |
Pierre-Yves David |
revlog: make addgroup returns a list of node contained in the added source
|
Thu, 12 Jan 2012 01:25:57 +0100 |
Pierre-Yves David |
phases: make secret changeset undiscoverable in all case
|
Wed, 11 Jan 2012 17:26:27 +0100 |
Pierre-Yves David |
phases: exclude secret when doing a local clone
|
Fri, 13 Jan 2012 02:29:38 +0100 |
Mads Kiilerich |
localrepo: update branchcache in a more reliable way
|
Fri, 13 Jan 2012 01:19:08 +0100 |
Mads Kiilerich |
localrepo: remove spurious updatebranchcache return value
|
Mon, 09 Jan 2012 03:47:16 +0100 |
Pierre-Yves David |
discovery: introduce outgoing object for result of findcommonoutgoing
|
Wed, 04 Jan 2012 01:12:31 +0100 |
Pierre-Yves David |
phases: fix phase synchronization on push
|
Fri, 06 Jan 2012 09:51:35 +0100 |
Pierre-Yves David |
phases: store phase values in constant instead of using raw integer
|
Mon, 26 Dec 2011 18:08:20 -0600 |
Matt Mackall |
merge with stable
|
Sat, 24 Dec 2011 19:05:25 +0900 |
FUJIWARA Katsunori |
windows: use normalized path to check repository nesting
stable
|
Tue, 20 Dec 2011 01:31:25 +0100 |
Pierre-Yves David |
Add a phases.new-commit option to control minimal phase of new commit
|
Thu, 15 Dec 2011 23:08:09 +0100 |
Pierre-Yves David |
phases: change publish behavior to only alter behavior when server.
|
Thu, 15 Dec 2011 11:45:01 +0100 |
Pierre-Yves David |
phases: exchange phase boundaries on push
|
Thu, 15 Dec 2011 11:28:42 +0100 |
Pierre-Yves David |
phases: exchange phase boundaries on pull
|
Thu, 15 Dec 2011 11:57:33 +0100 |
Pierre-Yves David |
phases: add a phases.publish option
|
Mon, 05 Dec 2011 17:48:40 -0600 |
Matt Mackall |
merge with stable
|
Thu, 01 Dec 2011 17:39:30 -0500 |
Greg Ward |
rollback: always call destroyed() (regression from 1.9)
stable
|
Wed, 30 Nov 2011 16:53:44 -0600 |
Matt Mackall |
lock: change name of release chain
|
Wed, 30 Nov 2011 16:20:07 -0600 |
Matt Mackall |
localrepo: remove asserts in _afterlock
|
Wed, 30 Nov 2011 15:36:55 -0600 |
Matt Mackall |
localrepo: rename _postrelease to _afterlock
|
Wed, 30 Nov 2011 15:33:44 -0600 |
Matt Mackall |
addchangegroup: ony queue hooks when we have changesets
|
Mon, 28 Nov 2011 01:32:13 +0100 |
Pierre-Yves David |
addchangegroup: remove the lock argument on the addchangegroup methods
|
Mon, 28 Nov 2011 01:18:15 +0100 |
Pierre-Yves David |
addchangegroup: use a postrelease callback to call changegroup hook
|
Mon, 28 Nov 2011 15:05:26 +0100 |
Pierre-Yves David |
lock: add mechanism to register post release callback
|
Fri, 11 Nov 2011 00:22:02 +0100 |
Pierre-Yves David |
phases: set common changeset to public on pull
|
Fri, 11 Nov 2011 00:21:17 +0100 |
Pierre-Yves David |
phases: mark content pushed as public in local repo on push
|
Fri, 11 Nov 2011 00:19:00 +0100 |
Pierre-Yves David |
phases: marked content of a changegroup as published
|