mercurial/localrepo.py
Tue, 10 Feb 2015 19:53:48 -0800 Durham Goode revbranchcache: move out of branchmap onto localrepo
Sun, 17 Aug 2014 11:35:31 +0900 Yuya Nishihara localrepo: extend "changeid in repo" to return True for workingctx revision
Fri, 13 Mar 2015 17:00:06 -0400 Jordi GutiƩrrez Hermoso style: kill ersatz if-else ternary operators
Mon, 09 Mar 2015 22:50:49 -0700 Pierre-Yves David hook: add a generic hook right before we commit a transaction
Mon, 09 Mar 2015 22:36:56 -0700 Pierre-Yves David hook: add a generic hook after transaction has been closed
Wed, 10 Dec 2014 18:19:49 -0800 Pierre-Yves David hook: have a generic hook for transaction opening
Thu, 05 Mar 2015 14:42:25 -0800 Pierre-Yves David localrepo: back out changeset b08af8f0ac01
Sun, 18 Jan 2015 02:38:57 +0100 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Mon, 02 Feb 2015 22:21:07 +0900 Yuya Nishihara revset: make match function initiate query from full set by default
Wed, 01 Oct 2014 20:26:33 -0400 Matt Harbison localrepo: don't reintroduce pruned tag entries when tagging
Fri, 23 Jan 2015 17:06:03 -0800 Durham Goode manifest: make lru size configurable
Tue, 20 Jan 2015 15:05:44 -0800 Ryan McElroy commit: remove reverse search for copy source when not in parent (issue4476) stable
Sat, 17 Jan 2015 22:01:14 -0200 Wagner Bruna messages: quote "hg help" hints consistently
Fri, 16 Jan 2015 19:35:04 -0800 Pierre-Yves David transaction: pass the name of the "undo" journal to the transaction
Fri, 16 Jan 2015 19:29:16 -0800 Pierre-Yves David rollback: have an empty entry for the vfsmap in rollback
Sun, 11 Jan 2015 01:32:36 +0100 Angel Ezquerra localrepo: remove all internal uses of localrepo.wopener
Sun, 11 Jan 2015 00:21:58 +0100 Angel Ezquerra localrepo: remove all internal uses of localrepo.sopener
Sat, 10 Jan 2015 23:02:52 +0100 Angel Ezquerra localrepo: remove all internal uses of localrepo.opener
Thu, 16 Oct 2014 21:49:28 -0700 Sean Farley localrepo: add ignoremissing parameter to branchtip
Fri, 18 Apr 2014 13:33:20 +0200 Mads Kiilerich localrepo: show headline notes in commitctx before showing filenames
Fri, 02 Jan 2015 13:30:38 +0100 Angel Ezquerra localrepo: use vfs.reljoin rather than os.path.join in the localrepository class
Wed, 31 Dec 2014 17:55:43 +0900 FUJIWARA Katsunori context: add workingcommitctx for exact context to be committed
Tue, 23 Dec 2014 19:48:38 +0100 Angel Ezquerra localrepo: use the vfs join method to implement the localrepo join method
Sun, 21 Dec 2014 00:19:10 +0100 Angel Ezquerra localrepo: introduce shared method to check if a repository is shared
Mon, 22 Dec 2014 15:48:39 -0800 Pierre-Yves David pushkey: run hook after the lock release
Thu, 18 Dec 2014 11:30:10 -0800 Eric Sumner localrepo.__getitem__: add slicing support
Sun, 14 Dec 2014 19:11:44 -0800 Ryan McElroy namespaces: remove weakref; always pass in repo
Sun, 14 Dec 2014 12:53:50 -0800 Sean Farley namespaces: add bookmarks to the names data structure
Fri, 12 Dec 2014 14:06:36 -0800 Siddharth Agarwal localrepo.clone: add a way to override server preferuncompressed
Thu, 04 Dec 2014 16:35:03 -0800 Pierre-Yves David fncache: document the fact fncache is outdate at hook run time
Thu, 04 Dec 2014 13:49:45 -0800 Pierre-Yves David fncache: drop dedicated 'onclose' function in favor of 'tr.addfinalize'
Mon, 01 Dec 2014 19:34:11 -0600 Matt Mackall merge with stable
Sat, 29 Nov 2014 19:17:47 -0800 Pierre-Yves David pushkey: gracefully handle prepushkey hook failure (issue4455) stable
Thu, 13 Nov 2014 11:12:47 +0000 Pierre-Yves David localrepo: add a currenttransaction method
Fri, 17 Oct 2014 21:04:35 -0700 Pierre-Yves David transaction: use the location value when doing backup
Fri, 17 Oct 2014 20:49:39 -0700 Pierre-Yves David transaction: pass a vfs map to the transaction
Tue, 11 Nov 2014 10:35:06 -0500 Augie Fackler localrepo: rename revlog.maxchainlen to format.maxchainlen
Thu, 06 Nov 2014 14:20:05 -0800 Mateusz Kwapich revlog: add config variable for limiting delta-chain length
Sat, 18 Oct 2014 01:09:41 -0700 Pierre-Yves David changelog: rely on transaction for finalization
Fri, 17 Oct 2014 21:55:31 -0700 Pierre-Yves David changelog: handle writepending in the transaction
Sat, 01 Nov 2014 23:17:50 +0000 Pierre-Yves David hook: protect commit hooks against stripping of temporary commit (issue4422) stable
Sat, 01 Nov 2014 17:30:57 -0500 Matt Mackall clone: properly mark branches closed with --uncompressed (issue4428) stable
Fri, 31 Oct 2014 12:56:25 -0700 Durham Goode clone: fix copying bookmarks in uncompressed clones (issue4430) stable
Wed, 01 Oct 2014 23:40:23 -0500 Pierre-Yves David bundle2: change header size and make them signed (new format)
Tue, 14 Oct 2014 13:23:52 -0700 Durham Goode obsolete: add createmarkers option
Tue, 14 Oct 2014 13:20:31 -0700 Durham Goode obsolete: add readonly flag to obstore constructor
Wed, 15 Oct 2014 12:52:10 -0700 Durham Goode obsstore: fix defaultformat option passing
Fri, 10 Oct 2014 14:09:37 -0400 Augie Fackler manifest: rename ambiguously-named set to setflag
Fri, 03 Oct 2014 13:22:31 -0700 Martin von Zweigbergk localrepo: access status fields by name rather than index
Mon, 13 Oct 2014 14:18:47 -0700 Martin von Zweigbergk commit: update file nodeid and flags in the same place
Mon, 13 Oct 2014 14:11:47 -0700 Martin von Zweigbergk commit: use separate variable for p1 manifest and new manifest
Mon, 13 Oct 2014 14:34:53 -0700 Martin von Zweigbergk commit: remove dead initialization of 'lock'
Mon, 13 Oct 2014 16:43:37 -0700 Martin von Zweigbergk commit: reduce scope of 'removed' variable
Tue, 16 Sep 2014 17:52:40 -0700 Pierre-Yves David obsolete: add a "format.obsstore-version" config option
Wed, 08 Oct 2014 11:52:30 -0400 Augie Fackler manifest: simplify manifest.add() by making args required
Fri, 03 Oct 2014 11:37:56 -0500 Pierre-Yves David locarepo: remove the `pull` method (API)
Fri, 03 Oct 2014 11:15:33 -0500 Pierre-Yves David localrepo: use exchange.pull when cloning
Fri, 03 Oct 2014 11:07:47 -0500 Pierre-Yves David exchange: have `pull` return the pulloperation object
Thu, 02 Oct 2014 18:39:57 -0500 Matt Mackall tag: use an abort hint
Thu, 02 Oct 2014 18:38:10 -0500 Matt Mackall tag: only check the status of .hgtags
Thu, 02 Oct 2014 18:37:12 -0500 Matt Mackall tag: properly abort if an unknown or ignored .hgtags is present
Fri, 26 Sep 2014 17:44:00 -0700 Pierre-Yves David pull: move bookmark movements inside the `exchange.pull`
Fri, 26 Sep 2014 12:51:55 -0700 Pierre-Yves David localrepo: pass arbitrary kwargs from `repo.pull` to `exchange.pull`
Thu, 25 Sep 2014 01:43:24 -0700 Pierre-Yves David locarepo: remove the `push` method (API)
Thu, 25 Sep 2014 02:21:59 -0700 Pierre-Yves David push: `exchange.push` now returns the `pushoperation` object
Mon, 22 Sep 2014 16:14:08 -0500 Matt Mackall merge with stable
Sun, 21 Sep 2014 10:07:06 -0500 Matt Mackall commit: catch changed exec bit on files from p1 (issue4382) stable
Fri, 05 Sep 2014 11:36:20 -0700 Durham Goode dirstate: wrap setparent calls with begin/endparentchange (issue4353)
Fri, 05 Sep 2014 11:34:29 -0700 Durham Goode dirstate: add begin/endparentchange to dirstate
Thu, 28 Aug 2014 17:23:05 +0200 Angel Ezquerra localrepo: make it possible to pass multiple path elements to join and wjoin
Mon, 25 Aug 2014 19:21:47 +0200 Pierre-Yves David bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repo
Mon, 25 Aug 2014 19:17:06 +0200 Pierre-Yves David obsmarker: move bundle2caps from the localrepo class to the bundle2 module
Tue, 26 Aug 2014 22:03:32 +0200 Mads Kiilerich convert: use None value for missing files instead of overloading IOError
Fri, 15 Aug 2014 04:37:46 +0200 Mads Kiilerich cleanup: fix some list comprehension redefinitions of existing vars
Thu, 07 Aug 2014 14:11:36 -0700 Pierre-Yves David phase: attach phase to the transaction instead of the lock
Tue, 05 Aug 2014 23:52:21 -0700 Pierre-Yves David phase: add a transaction argument to retractboundary
Sat, 31 May 2014 16:48:29 -0700 Pierre-Yves David getbundle: add a ``cg`` boolean argument to control changegroup inclusion
Sat, 12 Jul 2014 10:52:58 -0700 Gregory Szorc localrepo: document localrepo.hook()
Sun, 01 Jun 2014 16:01:01 -0700 Matt Mackall merge with stable
Wed, 21 May 2014 18:02:35 -0700 Gregory Szorc localrepo: prevent leak of transaction object (issue4258) stable
Tue, 27 May 2014 16:32:50 -0700 Pierre-Yves David bundle2: add ``pushkey`` support
Tue, 27 May 2014 15:43:09 -0700 Pierre-Yves David getbundle: support of listkeys argument when bundle2 is used
Fri, 25 Apr 2014 15:44:55 -0500 Sean Farley localrepo: replace status method with a shim
Wed, 23 Apr 2014 16:08:20 -0500 Sean Farley localrepo: remove cache code now handled by _prestatus
Fri, 20 Sep 2013 21:59:34 -0500 Sean Farley localrepo: use new subrev method of context.py
Wed, 23 Apr 2014 15:54:26 -0500 Sean Farley localrepo: use _matchstatus of context objects
Thu, 24 Apr 2014 08:34:44 -0500 Sean Farley workingctx: use inheritance for _buildstatus while keeping the fastpath
Tue, 22 Apr 2014 19:06:37 -0500 Sean Farley localrepo: remove unneeded unpacking of r
Tue, 22 Apr 2014 13:02:38 -0500 Sean Farley localrepo: call _poststatus hook instead of hardcoding symlink knowledge
Tue, 22 Apr 2014 12:43:20 -0500 Sean Farley localrepo: call _prestatus hook instead of hardcoding dirstate knowledge
Mon, 21 Apr 2014 21:36:14 -0500 Sean Farley localrepo: use _buildstatus from context
Mon, 21 Apr 2014 20:42:42 -0500 Sean Farley localrepo: remove workingctx logic already moved to context
Mon, 21 Apr 2014 20:23:47 -0500 Sean Farley localrepo: move the order of local variables
Tue, 11 Mar 2014 18:38:44 -0500 Sean Farley localrepo: use _manifestmatches instead of duplicating logic
Tue, 11 Mar 2014 18:35:39 -0500 Sean Farley localrepo: always set the variable r in status method
Wed, 16 Apr 2014 16:34:48 -0500 Sean Farley localrepo: reverse contexts in status
Tue, 11 Mar 2014 18:32:16 -0500 Sean Farley localrepo: call _dirstatestatus instead of duplicating logic
Tue, 11 Mar 2014 18:10:00 -0500 Sean Farley localrepo: factor out parentworking logic for comparing files
Tue, 11 Mar 2014 17:44:09 -0500 Sean Farley localrepo: improve dirstate.normal lookup by cacheing the function
Fri, 07 Mar 2014 13:32:37 -0800 Sean Farley localrepo: move symlink logic to workingctx
Thu, 08 May 2014 14:58:25 +0000 Johan Bjork journal: set Abort hint when failing due to an abandoned transaction
Mon, 05 May 2014 21:26:40 +0900 FUJIWARA Katsunori localrepo: add "editor" argument to "tag()"
Mon, 21 Apr 2014 17:51:58 -0700 Pierre-Yves David bundle2: gracefully handle PushRaced error during unbundle stable
Mon, 21 Apr 2014 18:59:09 -0700 Pierre-Yves David bundle2: fix raising errors during heads checking stable
Thu, 17 Apr 2014 17:25:50 -0400 Pierre-Yves David getbundle: pass arbitrary arguments all along the call chain
Thu, 17 Apr 2014 16:01:58 -0400 Pierre-Yves David bundle2: move bundle2 config option to section "experimental"
Thu, 17 Apr 2014 15:33:17 -0400 Pierre-Yves David bundle2: rename server capability to bundle2-exp
Thu, 17 Apr 2014 15:27:54 -0400 Pierre-Yves David bundle2: use HG2X in the header
Thu, 17 Apr 2014 01:49:20 -0400 Pierre-Yves David bundle2: advertise bundle2 caps in server capabilities
Thu, 17 Apr 2014 01:50:28 -0400 Pierre-Yves David bundle2: add bundle2caps dict on localrepo object
Thu, 17 Apr 2014 20:01:39 +0200 Mads Kiilerich localrepo: use commonancestorsheads for checking linear heritage in file commit
Tue, 15 Apr 2014 16:49:30 -0400 Pierre-Yves David bundle2: return a bundle20 object from exchanges.unbundle
Tue, 15 Apr 2014 16:42:52 -0400 Pierre-Yves David bundle2: feed a binary stream to `peer.unbundle`
Tue, 15 Apr 2014 11:27:55 -0400 Pierre-Yves David bundle2: return a stream from exchange.getbundle
Wed, 16 Apr 2014 00:37:24 +0900 FUJIWARA Katsunori localrepo: introduce "prepushoutgoinghooks" to extend outgoing check easily
Mon, 07 Apr 2014 23:17:51 +0200 Mads Kiilerich commit: use revlog.commonancestors instead of .ancestor
Sun, 09 Mar 2014 01:03:28 +0900 FUJIWARA Katsunori localrepo: make "undofiles()" return list of tuples "(vfs, relative filename)"
Fri, 04 Apr 2014 17:50:44 -0700 Pierre-Yves David localrepo: add unbundle support
Tue, 08 Apr 2014 13:05:29 -0700 Durham Goode bundle2: use discard to remove bundle2 cap
Tue, 01 Apr 2014 23:41:32 -0700 Pierre-Yves David bundle2: allow pulling changegroups using bundle2
less more (0) -1000 -120 tip