mercurial/localrepo.py
Mon, 13 Jun 2016 05:11:56 +0900 FUJIWARA Katsunori localrepo: make restoring from backup at rollback avoid ambiguity of file stat
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Wed, 25 May 2016 15:32:35 -0500 Matt Mackall merge with stable
Wed, 11 May 2016 14:18:52 -0700 Mateusz Kwapich localrepo: use dirstate savebackup instead of handling dirstate file manually
Fri, 13 May 2016 13:30:08 -0700 Mateusz Kwapich localrepo: use dirstate restorebackup instead of copying dirstate manually
Thu, 05 May 2016 16:20:53 +0200 Pierre-Yves David transaction: turn lack of locking into a hard failure (API)
Thu, 19 May 2016 14:35:22 -0700 Mateusz Kwapich localrepo: prevent executable-bit only changes from being lost on amend stable
Fri, 06 May 2016 11:31:29 -0400 Augie Fackler localrepo: remove a couple of local type aliases
Wed, 04 May 2016 21:02:03 -0400 Augie Fackler localrepo: jettison parents() method per deprecation policy (API)
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat
Wed, 13 Apr 2016 01:09:11 +0200 Mads Kiilerich localrepo: refactor prepushoutgoinghook to take a pushop
Wed, 06 Apr 2016 18:08:38 +0000 timeless localrepo: drop force check from checkcommitpatterns
Wed, 06 Apr 2016 17:52:17 +0000 timeless localrepo: refactor commit argument check as checkcommitpatterns
Sat, 20 Feb 2016 15:25:27 -0800 Gregory Szorc localrepo: support background closing for wwrite()
Mon, 15 Feb 2016 13:20:20 -0800 Gregory Szorc localrepo: move new repo requirements into standalone function (API)
Mon, 15 Feb 2016 13:19:07 -0800 Gregory Szorc localrepo: isolate requirements determination from side effects
Sat, 13 Feb 2016 14:42:17 -0800 Gregory Szorc localrepo: use local variable for requirements assignment
Sun, 17 Jan 2016 14:14:15 -0800 Gregory Szorc localrepo: don't reference transaction from hook closure (issue5043)
Fri, 15 Jan 2016 13:14:50 -0800 Bryan O'Sullivan with: use context manager in localrepo recover
Wed, 11 Nov 2015 21:18:02 -0500 Augie Fackler bmstore: add handling of the active bookmark
Wed, 23 Dec 2015 12:30:14 -0800 Gregory Szorc localrepo: use absolute_import
Wed, 02 Dec 2015 16:12:15 -0800 Pierre-Yves David discovery: properly filter changeset in 'peer.known' (issue4982)
Wed, 09 Dec 2015 08:28:53 +0900 FUJIWARA Katsunori commit: make commit acquire store lock before processing for consistency
Mon, 07 Dec 2015 18:06:13 -0600 Matt Mackall merge with stable
Sat, 05 Dec 2015 23:14:49 -0800 Pierre-Yves David localrepo: reinstate localrepo.parents with a deprecation warning
Thu, 03 Dec 2015 13:22:36 -0800 Pierre-Yves David localrepo: add a second auditor without file system check
Wed, 11 Nov 2015 20:07:15 -0500 Augie Fackler commands: inline definition of localrepo.parents() and drop the method (API)
Wed, 11 Nov 2015 20:02:05 -0500 Augie Fackler localrepo: document nodebookmarks
Wed, 11 Nov 2015 19:47:49 -0500 Augie Fackler localrepo: remove clone method by hoisting into hg.py
Mon, 30 Nov 2015 16:31:28 -0800 Siddharth Agarwal localrepo.commit: check all files for resolve state (issue4972) stable
Sat, 21 Nov 2015 11:07:30 -0800 Gregory Szorc localrepo: improve docstring for revset methods
Wed, 18 Nov 2015 01:36:58 -0800 Laurent Charignon localrepo: put bookmark move following commit in one transaction
Tue, 17 Nov 2015 13:58:50 -0800 Siddharth Agarwal localrepo.commit: switch to mergestate.read()
Tue, 17 Nov 2015 17:04:32 -0800 Siddharth Agarwal localrepo: switch to mergestate.clean()
Mon, 02 Nov 2015 15:59:12 +0000 Pierre-Yves David format: introduce 'format.usegeneraldelta`
Mon, 02 Nov 2015 16:52:34 +0000 Pierre-Yves David scmutil: extract general delta config handling in a function
Sat, 24 Oct 2015 18:58:57 +0900 FUJIWARA Katsunori localrepo: discard objects in _filecache at transaction failure (issue4876) stable
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Thu, 15 Oct 2015 01:02:32 -0700 Siddharth Agarwal localrepo.commit: abort if merge driver's conclude step hasn't been run yet
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori hook: centralize passing HG_PENDING to external hook process
Sat, 17 Oct 2015 01:15:34 +0900 FUJIWARA Katsunori dirstate: make dirstate.write() callers pass transaction object to it
Wed, 14 Oct 2015 16:04:43 -0700 Siddharth Agarwal localrepo.commit: disallow commit when driver-resolved files exist
Tue, 13 Oct 2015 17:14:07 -0400 Augie Fackler localrepo: use cg?unpacker.apply() instead of changegroup.addchangegroup()
Wed, 14 Oct 2015 02:49:17 +0900 FUJIWARA Katsunori dirstate: make writing in-memory changes aware of transaction activity
Tue, 13 Oct 2015 12:25:43 -0700 FUJIWARA Katsunori localrepo: restore dirstate to one before rollbacking if not parent-gone
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Fri, 09 Oct 2015 03:53:46 +0900 FUJIWARA Katsunori localrepo: execute appropriate actions for dirstate at releasing transaction
Tue, 06 Oct 2015 13:19:05 -0700 Siddharth Agarwal localrepo: prevent wlock from being inherited when a transaction is running
Mon, 05 Oct 2015 14:27:37 -0700 Siddharth Agarwal localrepo: add a way to get the current wlock if it's held
Mon, 05 Oct 2015 14:26:53 -0700 Siddharth Agarwal localrepo: add a way to get the current lock if it's held
Fri, 25 Sep 2015 12:39:23 -0700 Siddharth Agarwal localrepo: allow wlock to be inherited
Sun, 04 Oct 2015 19:28:43 -0700 Siddharth Agarwal localrepo: add a note about parentenvvar
Fri, 02 Oct 2015 23:04:52 -0700 Gregory Szorc exchange: move stream clone logic into pull code path
Fri, 02 Oct 2015 22:16:34 -0700 Gregory Szorc exchange: teach pull about requested stream clones
Fri, 02 Oct 2015 21:39:04 -0700 Gregory Szorc streamclone: move streaming clone logic from localrepo
Fri, 02 Oct 2015 15:58:24 -0700 Gregory Szorc streamclone: move stream_in() from localrepo
Fri, 02 Oct 2015 15:51:32 -0700 Gregory Szorc streamclone: move applystreamclone() from localrepo.py
Fri, 25 Sep 2015 12:28:12 -0700 Siddharth Agarwal localrepo: allow creating inherited locks
Tue, 29 Sep 2015 14:33:31 -0500 Matt Mackall merge with stable
Tue, 29 Sep 2015 21:57:08 +0900 Yuya Nishihara localrepo: recreate phasecache if changelog was modified (issue4855)
less more (0) -1000 -300 -100 -60 tip