mercurial/localrepo.py
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)
Tue, 29 Sep 2015 21:57:08 +0900 Yuya Nishihara localrepo: recreate phasecache if changelog was modified (issue4855) stable
Thu, 24 Sep 2015 00:56:30 -0700 Pierre-Yves David tag: remove a mutable default argument
Thu, 24 Sep 2015 00:56:18 -0700 Pierre-Yves David commit: remove a mutable default argument
Tue, 22 Sep 2015 14:09:42 -0700 Siddharth Agarwal lock: move acquirefn call to inside the lock
Tue, 22 Sep 2015 13:25:41 -0700 Siddharth Agarwal localrepo: call lock.lock with releasefn as a keyword arg
Tue, 15 Sep 2015 00:32:39 +0900 Yuya Nishihara localrepo: refresh filecache stats only if transaction finished successfully
Tue, 15 Sep 2015 21:00:28 +0900 Yuya Nishihara localrepo: move closure of lock release to class
Wed, 02 Sep 2015 22:05:23 -0700 Siddharth Agarwal localrepo: move dirstate validate function to class scope
Sun, 30 Aug 2015 14:03:32 -0700 Durham Goode revlog: add an aggressivemergedelta option
Thu, 30 Jul 2015 06:16:12 +0900 FUJIWARA Katsunori localrepo: make journal.dirstate contain in-memory changes before transaction stable
Thu, 25 Jun 2015 17:51:32 -0500 Matt Mackall bookmarks: mark internal-only option
Thu, 25 Jun 2015 17:51:02 -0500 Matt Mackall commit: mark internal-only option
Thu, 25 Jun 2015 17:50:27 -0500 Matt Mackall localrepo: mark format options
Sat, 16 Aug 2014 13:25:45 +0900 Yuya Nishihara localrepo: provide workingctx by integer revision
Thu, 25 Jun 2015 22:17:52 -0700 Siddharth Agarwal localrepo: kill off sopener (API)
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Fri, 19 Jun 2015 11:19:45 -0700 Pierre-Yves David devel-warn: move the develwarn function as a method of the ui object
Thu, 18 Jun 2015 15:39:52 -0500 Matt Mackall publishing: unconditionally trust publishing flag
Thu, 18 Jun 2015 15:34:22 -0500 Matt Mackall publishing: use new helper method
Thu, 18 Jun 2015 15:33:24 -0500 Matt Mackall publishing: add helper method to localrepo
Tue, 26 May 2015 14:14:36 -0700 Pierre-Yves David devel: rename 'all' to 'all-warnings' (BC)
Tue, 19 May 2015 11:36:05 -0700 Martin von Zweigbergk commit: avoid match.files() in conditions
Tue, 26 May 2015 07:44:37 -0500 Matt Mackall merge with stable
Mon, 25 May 2015 01:26:23 +0900 FUJIWARA Katsunori localrepo: pass hook argument txnid to pretxnopen hooks stable
Mon, 25 May 2015 01:26:19 +0900 FUJIWARA Katsunori transaction: separate calculating TXNID from creating transaction object stable
Thu, 21 May 2015 10:41:06 -0700 Gregory Szorc localrepo: extract stream clone application into reusable function
Thu, 21 May 2015 10:27:45 -0700 Gregory Szorc exchange: move code for consuming streaming clone into exchange
Wed, 20 May 2015 15:29:32 -0500 Matt Mackall merge with stable
Wed, 20 May 2015 04:34:27 +0900 FUJIWARA Katsunori localrepo: use correct argument name for pretxnclose hooks (BC) stable
Wed, 20 May 2015 04:34:27 +0900 FUJIWARA Katsunori localrepo: rename hook argument from TXNID to txnid (BC) stable
Fri, 10 Apr 2015 23:12:33 -0700 Martin von Zweigbergk treemanifest: cache directory logs and manifests
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Sun, 12 Apr 2015 23:51:06 -0700 Martin von Zweigbergk treemanifest: add --dir option to debug{revlog,data,index}
Fri, 15 May 2015 15:43:26 -0700 Drew Gottlieb match: add match.ispartial()
Tue, 12 May 2015 11:44:14 -0700 Pierre-Yves David commit: no longer allow empty commit with the 'force' argument (API)
Mon, 11 May 2015 16:18:28 -0700 Durham Goode commit: add ui.allowemptycommit config option
Mon, 11 May 2015 16:16:22 -0700 Durham Goode commit: move empty commit condition to a new line
Thu, 07 May 2015 12:07:10 +0900 FUJIWARA Katsunori localrepo: use changelog.hasnode instead of self.__contains__
Tue, 05 May 2015 08:40:59 -0700 Martin von Zweigbergk treemanifest: set requires at repo creation time, ignore config after
Tue, 14 Apr 2015 13:17:33 -0700 Ryan McElroy bookmarks: rename bookmarkcurrent to activebookmark (API)
Mon, 13 Apr 2015 23:03:13 -0700 Ryan McElroy bookmarks: rename readcurrent to readactive (API)
Mon, 13 Apr 2015 18:11:47 -0400 Drew Gottlieb requires: move requires file writing func from localrepo to scmutil
Wed, 22 Apr 2015 12:33:08 -0700 Drew Gottlieb localrepo: eliminate local requirements var in init
Wed, 22 Apr 2015 12:16:19 -0700 Drew Gottlieb localrepo: rename requirements parameter in stream_in()
Wed, 22 Apr 2015 12:59:12 -0700 Drew Gottlieb localrepo: have stream_in() not modify its argument
Wed, 22 Apr 2015 12:06:44 -0700 Drew Gottlieb localrepo: make _applyrequirements more specific
Tue, 21 Apr 2015 17:16:10 -0700 Drew Gottlieb localrepo: make requirements always be a set in localrepo.__init__
Tue, 21 Apr 2015 16:55:30 -0700 Drew Gottlieb localrepo: eliminate requirements class variable (API)
Fri, 24 Apr 2015 23:52:41 +0900 FUJIWARA Katsunori revert: apply normallookup on reverted file if size isn't changed (issue4583) stable
Mon, 20 Apr 2015 17:16:05 +0200 Pierre-Yves David pushkey: flush pending data before running a pre-pushkey hook (issue4607) stable
Mon, 20 Apr 2015 17:15:50 +0200 Pierre-Yves David pushkey: use hook arguments from transaction when one exists stable
Mon, 20 Apr 2015 15:27:55 +0200 Pierre-Yves David afterlock: add the callback to the top level lock (issue4608) stable
Thu, 16 Apr 2015 04:01:51 -0400 Pierre-Yves David bundle2-localpeer: properly propagate the server output on error (issue4594)
Thu, 16 Apr 2015 05:09:37 -0400 Pierre-Yves David bundle2: add on more layer of exception catching in localrepo.unbundle
Thu, 16 Apr 2015 05:36:49 -0400 Pierre-Yves David hooks: add a 'txnabort' hook
Thu, 16 Apr 2015 18:48:20 -0500 Matt Mackall rollback: clear resolve state (issue4593)
Sun, 12 Apr 2015 15:37:59 -0400 Pierre-Yves David wlock: do not warn for non-wait locking
Sun, 12 Apr 2015 14:26:11 -0400 Pierre-Yves David develwarn: handle the end of line inside the function itself
Sun, 12 Apr 2015 14:24:28 -0400 Pierre-Yves David develwarn: refactor the developer warning logic
Wed, 15 Apr 2015 01:20:48 -0400 Pierre-Yves David lock: update the docstring with order information
Sun, 12 Apr 2015 13:28:35 -0400 Pierre-Yves David wlock: reword the devel warning
Sun, 12 Apr 2015 10:01:48 -0400 Pierre-Yves David wlock: only issue devel warning when actually acquiring the lock
Wed, 15 Apr 2015 11:11:54 -0400 Pierre-Yves David transaction: introduce a transaction ID, to be available to all hooks
Tue, 14 Apr 2015 13:07:41 -0400 Pierre-Yves David transaction: actually use tr.hookargs in pretxnclose
Fri, 10 Apr 2015 15:41:33 -0400 Pierre-Yves David bundle2: advertise bundle2 by default
Thu, 09 Apr 2015 16:25:48 -0400 Pierre-Yves David bundle2: rename format, parts and config to final names
Mon, 06 Apr 2015 16:04:33 -0700 Pierre-Yves David unbundle20: retrieve unbundler instances through a factory function
Tue, 07 Apr 2015 08:45:52 -0700 Martin von Zweigbergk localrepo.getbundle: drop unused 'format' argument
Tue, 31 Mar 2015 22:45:45 -0700 Martin von Zweigbergk manifestv2: set requires at repo creation time
Fri, 27 Mar 2015 16:19:44 -0700 Martin von Zweigbergk manifestv2: add (unused) config option
Wed, 25 Mar 2015 13:55:32 +0900 FUJIWARA Katsunori subrepo: add dirtyreason to centralize composing dirty reason message
Fri, 20 Mar 2015 16:39:07 -0500 Matt Mackall obsolete: mark warning for translation
Thu, 19 Mar 2015 11:07:57 -0700 Martin von Zweigbergk treemanifest: add configuration for using treemanifest type
Thu, 19 Mar 2015 17:36:17 +0100 Mads Kiilerich localrepo: reuse commit of parent filectx entries without rehashing
Tue, 10 Mar 2015 21:03:45 -0700 Pierre-Yves David devel: also warn about transaction started without a lock
less more (0) -1000 -120 tip