log mercurial/localrepo.py @ 28876:79b8f052ee51

age author description
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