Tue, 07 Oct 2014 00:09:50 -0700 |
Pierre-Yves David |
repair: use `first` instead of direct indexing
|
Thu, 24 Jul 2014 15:06:08 -0400 |
Jordi GutiƩrrez Hermoso |
strip: remove -b/--backup codepaths
|
Mon, 14 Apr 2014 15:45:30 -0400 |
Pierre-Yves David |
bundle2: add a ui argument to readbundle
|
Mon, 14 Apr 2014 15:33:50 -0400 |
Pierre-Yves David |
bundle2: move `readbundle` into the `exchange` module
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
repair: make "strip()" treat bundle files via vfs
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
repair: make paths in "_bundle()" relative to ".hg"
|
Sun, 09 Mar 2014 01:03:28 +0900 |
FUJIWARA Katsunori |
localrepo: make "undofiles()" return list of tuples "(vfs, relative filename)"
|
Tue, 01 Apr 2014 15:27:53 -0700 |
Pierre-Yves David |
localrepo: move the addchangegroup method in changegroup module
|
Tue, 01 Apr 2014 14:25:03 -0700 |
Pierre-Yves David |
localrepo: move the changegroupsubset method in changegroup module
|
Mon, 24 Mar 2014 15:43:15 -0700 |
Durham Goode |
fncache: clean up fncache during strips
|
Mon, 11 Nov 2013 16:42:49 -0800 |
Durham Goode |
strip: add faster revlog strip computation
|
Wed, 13 Mar 2013 10:43:51 -0700 |
Durham Goode |
blackbox: add backup bundle paths to blackbox logs
|
Wed, 16 Jan 2013 00:09:26 +0100 |
Pierre-Yves David |
destroyed: drop complex branchcache rebuilt logic
|
Sat, 05 Jan 2013 16:50:12 +0200 |
Idan Kamara |
localrepo: update the branchmap when destroying nodes
|
Sat, 15 Dec 2012 20:08:13 +0200 |
Idan Kamara |
localrepo: introduce destroying function
|
Thu, 20 Dec 2012 14:45:17 +0100 |
Pierre-Yves David |
branchmap: extract updatebranchcache from repo
|
Wed, 05 Dec 2012 14:33:15 -0800 |
Siddharth Agarwal |
strip: make query to get new bookmark target cheaper
|
Mon, 08 Oct 2012 17:12:09 +0200 |
Pierre-Yves David |
clfilter: strip logic should be unfiltered
|
Wed, 07 Nov 2012 16:21:39 -0600 |
Augie Fackler |
bookmarks: introduce a bmstore to manage bookmark persistence
|
Wed, 17 Oct 2012 15:37:25 -0500 |
Matt Mackall |
repair: use node to track post-strip bookmark target
|
Fri, 31 Aug 2012 23:27:26 +0200 |
Pierre-Yves David |
strip: fix revset usage (issue3604)
stable
|
Thu, 26 Jul 2012 16:57:50 -0500 |
Augie Fackler |
strip: move bookmarks to nearest ancestor rather than '.'
stable
|
Fri, 18 May 2012 12:45:47 -0700 |
Joshua Redstone |
strip: incrementally update the branchheads cache after a strip
|
Fri, 01 Jun 2012 12:45:16 -0700 |
Bryan O'Sullivan |
revlog: descendants(*revs) becomes descendants(revs) (API)
|
Thu, 17 May 2012 15:34:59 -0500 |
Matt Mackall |
branchcache: backout 0311a6abd38a
|
Fri, 11 May 2012 10:35:54 -0700 |
Joshua Redstone |
localrepo: strip now incrementally updates the branchheads cache
|
Sun, 13 May 2012 13:18:06 +0200 |
Brodie Rao |
check-code: ignore naked excepts with a "re-raise" comment
|
Fri, 11 May 2012 10:53:12 -0700 |
redstone |
localrepo: cleanup var names and comments
|
Thu, 10 May 2012 18:21:15 +0200 |
Patrick Mezard |
repair: no need to call filterunknown() in strip()
|
Mon, 16 Apr 2012 10:33:18 +0200 |
Alain Leufroy |
repair: fix missing import
|