Mon, 22 Nov 2010 12:43:31 -0600 |
Matt Mackall |
dirstate: warn on invalid parents rather than aborting
|
Mon, 15 Nov 2010 17:05:54 -0600 |
Matt Mackall |
merge with stable
|
Mon, 15 Nov 2010 17:04:55 -0600 |
Matt Mackall |
commit: search both parents for missing copy revision (issue2484)
stable
|
Tue, 02 Nov 2010 11:25:52 +0100 |
Ronny Pfannschmidt |
localrepo: make heads use the keyword args of the sorted builtin
|
Mon, 01 Nov 2010 17:26:08 +0100 |
Patrick Mezard |
localrepo: do not modify ctx.remove() list in-place
stable
|
Wed, 20 Oct 2010 17:38:21 -0500 |
Kevin Bullock |
pull: silence spurious 'requesting all changes' message
stable
|
Tue, 19 Oct 2010 03:55:28 +0200 |
Mads Kiilerich |
subrepo: rename relpath to subrelpath and introduce reporelpath
|
Sun, 10 Oct 2010 18:58:45 +0200 |
Nicolas Dumazet |
localrepo: use propertycaches to access encode/decode filters
|
Sun, 10 Oct 2010 19:10:16 +0200 |
Nicolas Dumazet |
localrepo: load filter patterns outside of _filter
|
Sun, 10 Oct 2010 19:07:58 +0200 |
Nicolas Dumazet |
localrepo: have _loadfilter return the loaded filter patterns
|
Sat, 09 Oct 2010 21:54:50 +0200 |
Adrian Buehlmann |
store: encode first period or space in filenames (issue1713)
|
Fri, 08 Oct 2010 18:00:15 -0500 |
Benoit Boissinot |
changegroupsubset: use readdelta() fast path when delta is against a parent
|
Mon, 20 Sep 2010 14:32:21 -0500 |
Matt Mackall |
bundle: encapsulate all bundle streams in unbundle class
|
Sun, 19 Sep 2010 12:51:54 -0500 |
Matt Mackall |
bundle: get rid of chunkiter
|
Sun, 19 Sep 2010 12:38:44 -0500 |
Matt Mackall |
bundle: refactor progress callback
|
Sat, 18 Sep 2010 18:20:34 -0500 |
Matt Mackall |
bundle: make getchunk() a method
|
Wed, 15 Sep 2010 11:06:22 +0200 |
Sune Foldager |
clone: only use stream when we understand the revlog format
|
Wed, 15 Sep 2010 10:44:10 +0200 |
Sune Foldager |
localrepo: factor out requirement application and write
|
Tue, 07 Sep 2010 16:34:07 +0200 |
Martin Geisler |
subrepos: add function for iterating over ctx subrepos
|
Tue, 07 Sep 2010 16:23:55 +0200 |
Martin Geisler |
subrepos: handle modified but uncommitted .hgsub
|
Tue, 07 Sep 2010 15:31:56 +0200 |
Martin Geisler |
localrepo: check nested repos against working directory
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
status: recurse into subrepositories with --subrepos/-S flag
|
Fri, 03 Sep 2010 12:58:51 +0200 |
Martin Geisler |
localrepo: add auditor attribute which knows about subrepos
|
Tue, 31 Aug 2010 16:36:31 +0200 |
Martin Geisler |
commit: sort subrepos before committing for stable test output
|
Sun, 29 Aug 2010 22:55:37 +0200 |
Martin Geisler |
Merge with stable
|
Sun, 29 Aug 2010 22:37:58 +0200 |
Martin Geisler |
Lowercase error messages
stable
|
Sat, 28 Aug 2010 23:57:39 +0200 |
Georg Brandl |
localrepo: introduce method for explicit branch cache update
|
Sun, 22 Aug 2010 13:17:34 +0200 |
Patrick Mezard |
repository: drop unused rjoin() method
|
Tue, 10 Aug 2010 22:28:08 +0530 |
Pradeepkumar Gayam |
localrepo: add parentdelta to requires only if enabled in config file
|
Tue, 27 Jul 2010 23:40:46 +0900 |
Nicolas Dumazet |
filectx: use cmp(self, fctx) instead of cmp(self, text)
|
Sat, 24 Jul 2010 00:28:20 +0900 |
Nicolas Dumazet |
localrepo: refactor filter computation
|
Sun, 25 Jul 2010 10:05:38 +0900 |
Nicolas Dumazet |
localrepo.status: move fixup concatenation inside if block for clarity
|
Sat, 24 Jul 2010 00:15:29 +0200 |
Benoit Boissinot |
changegroup*(): use enumerate when possible
|
Sat, 24 Jul 2010 00:03:19 +0200 |
Benoit Boissinot |
changegroupsubset(): with the fix, prune() is actually useful in the testsuite
|
Fri, 23 Jul 2010 00:04:18 +0200 |
Benoit Boissinot |
changegroupsubset: simplify knownheads/has_cl_set computation
|
Thu, 22 Jul 2010 23:54:57 +0200 |
Benoit Boissinot |
changegroupsubset(): ancestors() is not inclusive, we need to remove the "heads"
|
Thu, 22 Jul 2010 23:44:14 +0200 |
Benoit Boissinot |
changegroupsubset(): move comment at the right place
|
Thu, 22 Jul 2010 23:13:03 +0200 |
Benoit Boissinot |
changegroupsubset(): refactor the prune() functions
|
Thu, 22 Jul 2010 16:51:45 +0200 |
Benoit Boissinot |
changegroupsubset(): change variable names, simplify lookup logic
|
Thu, 22 Jul 2010 16:18:33 +0200 |
Benoit Boissinot |
changegroup(): used "linkrev" instead of "revlink"
|
Thu, 22 Jul 2010 15:32:26 +0200 |
Benoit Boissinot |
fix comment
|
Thu, 22 Jul 2010 14:34:37 +0200 |
Benoit Boissinot |
changegroup*(): use set instead of dict
|
Thu, 22 Jul 2010 15:14:22 +0900 |
Nicolas Dumazet |
merge with stable
|
Wed, 21 Jul 2010 19:29:57 +0200 |
Mads Kiilerich |
init: create target directory recursively
stable
|
Fri, 16 Jul 2010 18:35:15 +0200 |
Benoit Boissinot |
changegroupsubset: remove unneeded cast to list
|
Fri, 16 Jul 2010 13:38:33 +0200 |
Benoit Boissinot |
localrepo: remove push_{unbundle,addchangegroup}(), factor it inside push()
|
Thu, 01 Jul 2010 11:22:56 -0500 |
Matt Mackall |
commit: add missing _()
stable
|
Thu, 01 Jul 2010 11:20:13 -0500 |
Matt Mackall |
subrepo: refuse to commit subrepos if .hgsub is excluded (issue2232)
stable
|
Fri, 25 Jun 2010 13:47:28 -0500 |
Matt Mackall |
addchangegroup: pass in lock to release it before changegroup hook is called
stable
|
Wed, 16 Jun 2010 16:04:46 -0500 |
Matt Mackall |
pushkey: add localrepo support
|
Mon, 07 Jun 2010 20:03:32 +0200 |
Dirkjan Ochtman |
move working dir/dirstate methods from localrepo to workingctx
|
Mon, 07 Jun 2010 18:35:54 +0200 |
Dirkjan Ochtman |
move discovery methods from localrepo into new discovery module
|
Thu, 27 May 2010 17:47:40 +0200 |
Ronny Pfannschmidt |
make transactions work on non-refcounted python implementations
|
Fri, 28 May 2010 16:01:57 -0500 |
Matt Mackall |
Merge with stable
|
Fri, 28 May 2010 14:41:11 -0500 |
Matt Mackall |
status: avoid performance regression when no .hgsub is present
stable
|
Fri, 21 May 2010 15:22:29 +0200 |
Sune Foldager |
push: add --new-branch option to allow intial push of new branches
|
Sat, 15 May 2010 17:48:49 -0500 |
Matt Mackall |
commands: initial audit of exit codes
|
Thu, 13 May 2010 17:36:45 -0500 |
Matt Mackall |
rollback: fix off-by-one in message
|
Tue, 11 May 2010 17:03:44 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 07 Dec 2009 12:31:45 +0200 |
Alexander Solovyov |
expand paths to local repository or bundle in appropriate classes
stable
|
Sun, 02 May 2010 21:56:25 -0400 |
Greg Ward |
push: document return values between various repo methods.
|
Sat, 01 May 2010 23:05:22 +0200 |
Edouard Gomez |
subrepo: print paths relative to upper repo root for push/pull/commit
|
Mon, 19 Apr 2010 17:41:12 +0900 |
Nicolas Dumazet |
tag: warn users about tag/branch possible name conflicts
|
Mon, 26 Apr 2010 15:58:36 -0400 |
Eric Eisner |
tags: return tags in sorted order
|
Wed, 21 Apr 2010 01:34:12 +0200 |
Benoit Boissinot |
localrepo.commit: use explicit variables, avoid creating new contexts
|
Wed, 21 Apr 2010 01:18:31 +0200 |
Benoit Boissinot |
context: remove parents parameter to workingctx
|
Mon, 12 Apr 2010 19:33:25 -0400 |
Steve Losh |
commands: add more robust support for 'hg log -b' (issue2078)
|
Thu, 15 Apr 2010 22:34:26 +0200 |
Sune Foldager |
merge with stable
|
Thu, 15 Apr 2010 21:59:21 +0200 |
Sune Foldager |
prepush: rewrite most of the code from scratch
stable
|
Thu, 15 Apr 2010 17:25:37 +0200 |
Sune Foldager |
localrepo: simplify _updatebranchcache slightly
|
Wed, 14 Apr 2010 19:49:06 +0200 |
Sune Foldager |
merge with stable
|
Wed, 14 Apr 2010 19:43:40 +0200 |
Sune Foldager |
merge
|
Wed, 14 Apr 2010 19:43:19 +0200 |
Sune Foldager |
prepush: backed out refactoring
|
Wed, 14 Apr 2010 19:11:35 +0200 |
Sune Foldager |
prepush: fix bug in warning message selection
stable
|
Mon, 12 Apr 2010 17:21:30 -0700 |
Matt Mackall |
rollback: improve message
|
Mon, 12 Apr 2010 17:11:14 -0700 |
Matt Mackall |
transaction: use newlines to separate description elements
|
Sat, 10 Apr 2010 17:20:43 -0500 |
Matt Mackall |
progress: show approximate progress info for pull
|
Mon, 12 Apr 2010 21:37:21 +0200 |
Patrick Mezard |
localrepo: do not store URL password in undo.desc
|
Fri, 09 Apr 2010 17:23:37 -0500 |
Steve Borho |
rollback: add dry-run argument, emit transaction description
|
Fri, 09 Apr 2010 17:23:35 -0500 |
Steve Borho |
localrepo: add desc parameter to transaction
|
Thu, 08 Apr 2010 17:21:42 +0200 |
Peter Arrenbrecht |
localrepo: refactor prepush logic
|
Fri, 09 Apr 2010 10:35:53 +0200 |
Sune Foldager |
merge with stable
|
Thu, 08 Apr 2010 19:46:47 +0200 |
Sune Foldager |
partial backout of 1e819576e926 and add tests (issue2131)
stable
|
Tue, 06 Apr 2010 00:46:09 +0200 |
Benoit Boissinot |
merge with stable
|
Tue, 06 Apr 2010 00:45:53 +0200 |
Benoit Boissinot |
clone: no race possible, we can use changegroup() and have smaller urls
stable
|
Fri, 26 Mar 2010 17:09:56 +0100 |
Sune Foldager |
merge with stable
|
Fri, 26 Mar 2010 17:02:49 +0100 |
Sune Foldager |
push: refactor and optimize prepush
stable
|
Fri, 26 Mar 2010 17:02:36 +0100 |
Sune Foldager |
push: fix bug in prepush logic and its tests
stable
|
Fri, 26 Mar 2010 17:02:23 +0100 |
Sune Foldager |
localrepo: change _updatebranchcache to use a context generator
stable
|
Thu, 18 Mar 2010 01:59:53 +0100 |
Martin Geisler |
Merge with stable
|
Thu, 18 Mar 2010 01:58:26 +0100 |
Martin Geisler |
localrepo: more specific warning on adding large files
stable
|
Wed, 17 Mar 2010 18:15:16 -0500 |
Matt Mackall |
progress: drop extra args for pos=None calls (issue2087)
|
Mon, 15 Mar 2010 18:36:11 +0100 |
Martin Geisler |
Merge with stable
|
Mon, 15 Mar 2010 18:33:39 +0100 |
Martin Geisler |
progress: use a verb (+noun) in present participle
stable
|
Thu, 11 Mar 2010 17:43:44 +0100 |
Benoit Boissinot |
style: use consistent variable names (*mod) with imports which would shadow
|
Sun, 21 Feb 2010 20:59:27 +0100 |
Benoit Boissinot |
strip: invalidate all caches after stripping (fixes issue1951)
stable
|
Mon, 22 Feb 2010 01:19:59 +0100 |
Saint Germain |
subrepo: Update .hgsubstate in case of deleted subrepo
stable
|
Sat, 20 Feb 2010 20:08:42 +0100 |
Martin Geisler |
progress: mark units for translation
stable
|
Fri, 19 Feb 2010 02:23:38 +0100 |
Benoit Boissinot |
i18n: mark more strings for translation
stable
|
Wed, 17 Feb 2010 23:07:50 +0100 |
Martin Geisler |
progress: mark strings for translation
stable
|
Wed, 17 Feb 2010 15:43:21 +0100 |
Sune Foldager |
run commit and update hooks after command completion (issue1827)
stable
|
Sat, 13 Feb 2010 00:38:29 -0600 |
Matt Mackall |
progress: add progress calls to changeset discovery
|
Tue, 09 Feb 2010 10:02:01 -0600 |
Augie Fackler |
localrepo: provide indeterminate progress information while bundling
|
Sun, 07 Feb 2010 12:00:40 -0600 |
Augie Fackler |
localrepo: show indeterminate progress for incoming data
|
Sat, 13 Feb 2010 02:06:13 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 11 Feb 2010 23:15:42 +0200 |
Giorgos Keramidas |
convert: differentiate between IOError and OSError on commitctx()
stable
|
Thu, 11 Feb 2010 16:37:43 -0600 |
Augie Fackler |
localrepo: add optional validation (defaults to off) for incoming changes
|
Mon, 08 Feb 2010 20:51:23 +0100 |
Peter Arrenbrecht |
whitespace cleanup
|
Mon, 08 Feb 2010 19:44:04 +0100 |
Benoit Boissinot |
prepush: add more precise error messages
|
Mon, 08 Feb 2010 14:52:28 +0100 |
Benoit Boissinot |
localrepo: cleanup branch tip computation
|
Sun, 07 Feb 2010 15:09:02 +0100 |
Dirkjan Ochtman |
strip apostrophes from an error messages
|
Sun, 07 Feb 2010 10:01:55 +0100 |
Dirkjan Ochtman |
localrepo: inline single-use nested function
|
Sun, 07 Feb 2010 09:58:41 +0100 |
Dirkjan Ochtman |
localrepo: unify changegroup and changegroupsubset code paths a bit
|
Sun, 07 Feb 2010 00:43:24 +0100 |
Benoit Boissinot |
prepush: warn about every new outgoing named branch, not just the first
|
Sun, 07 Feb 2010 00:43:22 +0100 |
Benoit Boissinot |
prepush: rename variables, refactor
|
Sat, 06 Feb 2010 11:29:23 +0100 |
Dirkjan Ochtman |
localrepo: add a quick docstring for localrepo.branchmap()
|
Fri, 05 Feb 2010 19:10:26 +0100 |
Vsevolod Solovyov |
add options dict to localrepo.store.opener and use it for defversion
|
Fri, 05 Feb 2010 17:02:27 +0200 |
Henri Wiechers |
localrepo: minor formatting - remove double space
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
Tue, 19 Jan 2010 22:45:09 -0600 |
Matt Mackall |
Merge with stable
|