mercurial/localrepo.py
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
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
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
less more (0) -1000 -300 -100 -60 tip