log mercurial/localrepo.py @ 24414:f247fbfe07f3

age author description
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
Fri, 16 Jan 2015 02:51:10 -0800 Pierre-Yves David devel: move the lock-checking code into core
Tue, 28 Oct 2014 22:43:59 -0700 Martin von Zweigbergk localrepo: simplify by using match.always() method
Tue, 30 Sep 2014 16:40:15 -0700 Martin von Zweigbergk localrepo: remove check for matcher object that's never None
Tue, 24 Feb 2015 18:43:31 -0800 Durham Goode revbranchcache: write cache even during read operations
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