Fri, 08 Dec 2017 12:14:38 -0800 Phil Cohen rebase: rerun a rebase on-disk if IMM merge conflicts arise
Thu, 07 Dec 2017 22:35:43 -0800 Phil Cohen rebase: add concludememorynode(), and call it when rebasing in-memory
Thu, 07 Dec 2017 16:07:06 -0800 Phil Cohen rebase: pass the wctx object (IMM or on-disk) to merge.update
Thu, 07 Dec 2017 16:07:06 -0800 Phil Cohen rebase: do not update if IMM; instead, set the overlaywctx's parents
Thu, 07 Dec 2017 16:07:06 -0800 Phil Cohen rebase: pass wctx to rebasenode()
Sat, 09 Dec 2017 00:39:15 +0900 Yuya Nishihara check-code: allow tabs in heredoc
Fri, 08 Dec 2017 22:27:14 +0800 Anton Shestakov hgweb: rewrite `template = A and B or C` to be a proper ternary operator
Wed, 06 Dec 2017 18:37:49 -0800 Eamonn Kent fsmonitor: fsmonitor should send wlock notifications to watchman
Wed, 06 Dec 2017 18:37:49 -0800 Eamonn Kent fsmonitor: remove watchman transaction and working copy change notifications
Fri, 08 Dec 2017 16:54:59 +0900 Matthieu Laneuville patch: catch unexpected case in _inlinediff
Fri, 08 Dec 2017 16:47:18 +0900 Matthieu Laneuville patch: reverse _inlinediff output for consistency
Wed, 06 Dec 2017 15:46:41 +0100 Joerg Sonnenberger phases: drop the list with phase of each rev, always comput phase sets
Fri, 08 Dec 2017 01:23:34 +0100 Joerg Sonnenberger transaction: build changes['revs'] as range instead of a set
Wed, 06 Dec 2017 16:43:07 -0500 Augie Fackler ui: add diff.showfunc to tweakdefaults
Wed, 06 Dec 2017 16:42:24 -0500 Augie Fackler ui: add curses interface to tweakdefaults
Wed, 06 Dec 2017 23:33:01 +0100 Boris Feld push: restrict common discovery to the pushed set
Wed, 06 Dec 2017 22:44:51 +0100 Boris Feld setdiscover: allow to ignore part of the local graph
Thu, 07 Dec 2017 01:53:14 +0100 Boris Feld largefiles: allow to run 'debugupgraderepo' on repo with largefiles
Thu, 07 Dec 2017 01:51:54 +0100 Boris Feld upgraderepo: allow extension to register preserved requirements
Thu, 22 Sep 2016 19:41:42 +0900 Yuya Nishihara revset: make follow() accept empty startrev
Thu, 22 Sep 2016 19:40:07 +0900 Yuya Nishihara revset: alias follow(startrev=rev) to ancestors(rev)
Thu, 22 Sep 2016 19:35:36 +0900 Yuya Nishihara revset: make follow() accept keyword arguments
Thu, 22 Sep 2016 19:11:26 +0900 Yuya Nishihara revset: make follow() accept multiple startrevs
Thu, 22 Sep 2016 18:41:51 +0900 Yuya Nishihara dagop: use heap to compute max rev in filectxancestors()
Sun, 22 Oct 2017 18:57:42 +0900 Yuya Nishihara dagop: add smartset interface to filectxancestors()
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen overlayworkingctx: add `_checkexist(path)`
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen overlayworkingctx: fix a bad reference to `self._path`
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen overlayworkingctx: track copy information in the context
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen rebaseruntime: raise InMemoryMergeConflictsError on merge conflicts
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen rebase: do not bail on uncomitted changes if rebasing in-memory
Thu, 07 Dec 2017 13:25:23 -0800 Phil Cohen rebase: add the --inmemory option flag; assign a wctx object for the rebase
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen overlayworkingctx: move _wrappedctx out of the constructor
Thu, 07 Dec 2017 13:20:47 -0800 Phil Cohen merge: don't check for unknown files in IMM
Fri, 13 Oct 2017 14:08:14 -0700 Jun Wu rebase: enable multidest by default
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen overlayworkingctx: make clean() public
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen overlayworkingctx: remove flushall()
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen merge: skip subrepo state, update hooks, and updating the dirstate in IMM
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen merge: remove calls to flushall()
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen filemerge: raise InMemoryMergeConflictsError if we hit merge conflicts in IMM
Fri, 01 Dec 2017 00:07:23 -0800 Phil Cohen context: switch ctx() use to changectx()
Wed, 06 Dec 2017 22:56:15 -0500 Matt Harbison lfs: introduce a user level cache for lfs files
Tue, 05 Dec 2017 23:08:59 -0500 Matt Harbison largefiles: refactor _usercachedir() to allow reuse with lfs
Thu, 16 Nov 2017 21:05:15 -0500 Matt Harbison lfs-test: note a problem with unpushed lfs files and cloning/sharing
Thu, 26 Oct 2017 00:13:38 +0900 Matthieu Laneuville patch: add within-line color diff capacity
Thu, 22 Sep 2016 18:23:58 +0900 Yuya Nishihara dagop: extend filectxancestors() to walk multiple files
Thu, 22 Sep 2016 18:18:56 +0900 Yuya Nishihara dagop: put start fctx into visit dict of filectxancestors()
Thu, 22 Sep 2016 18:11:37 +0900 Yuya Nishihara dagop: change visit dict of filectxancestors() indexed solely by rev
Thu, 22 Sep 2016 18:01:55 +0900 Yuya Nishihara dagop: use fctx.rev() consistently in filectxancestors()
Thu, 22 Sep 2016 17:48:46 +0900 Yuya Nishihara dagop: yield intro filectx by filectxancestors()
Sun, 22 Oct 2017 17:23:34 +0900 Yuya Nishihara filectx: extract helper method to obtain filectx pointing to its introrev
Thu, 22 Sep 2016 17:16:53 +0900 Yuya Nishihara dagop: copy basefilectx.ancestors() to free function
Thu, 22 Sep 2016 15:52:09 +0900 Yuya Nishihara test-log: test that fctx.ancestors() can't index parents only by linkrev
Tue, 17 Oct 2017 15:27:22 +0200 Boris Feld pull: retrieve bookmarks through the binary part when possible
Tue, 17 Oct 2017 15:27:17 +0200 Boris Feld getbundle: add support for 'bookmarks' boolean argument
Tue, 17 Oct 2017 15:26:16 +0200 Boris Feld bundle2: support a 'records' mode for the 'bookmarks' part
Tue, 17 Oct 2017 15:39:34 +0200 Boris Feld bundle2: add a 'modes' dictionary to the bundle operation
Tue, 17 Oct 2017 12:38:13 +0200 Boris Feld bookmark: use the 'bookmarks' bundle2 part to push bookmark update (issue5165)
Tue, 17 Oct 2017 12:37:39 +0200 Boris Feld bookmark: introduce in advance a variant of the exchange test
Sun, 15 Oct 2017 19:22:56 +0200 Boris Feld push: move bundle2-pushkey based bookmarks exchange in its own function
Tue, 17 Oct 2017 12:07:24 +0200 Boris Feld bookmark: add pushkey hook compatiblity to the bundle2 part
(0) -30000 -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip