mercurial/store.py
Thu, 25 Aug 2011 20:21:04 -0400 Greg Ward atomictempfile: make close() consistent with other file-like objects.
Sun, 08 May 2011 23:27:48 +0200 Adrian Buehlmann store: change names to comply with project coding standards
Wed, 04 May 2011 12:58:59 +0200 Adrian Buehlmann store: break up reference cycle introduced in 9cbff8a39a2a
Mon, 02 May 2011 09:11:35 +0200 Dan Villiom Podlaski Christiansen store: use a subclass, not a function for fncacheopener
Sat, 30 Apr 2011 19:36:48 +0200 Dan Villiom Podlaski Christiansen store: rename the 'opener' argument to 'openertype'
Sat, 30 Apr 2011 19:37:13 +0200 Dan Villiom Podlaski Christiansen add filteropener abstraction for store openers
Sun, 17 Apr 2011 17:55:34 +0200 Adrian Buehlmann store: add some doctests
Wed, 16 Feb 2011 15:02:30 +0100 Adrian Buehlmann store: remove pointless pathjoiner parameter
Fri, 28 Jan 2011 13:38:34 +0100 Adrian Buehlmann fncachestore: defer updating the fncache file to a single file open
Fri, 17 Dec 2010 10:40:26 +0100 Adrian Buehlmann fncachestore: copy dh directory before the manifest stable
Sat, 09 Oct 2010 21:54:50 +0200 Adrian Buehlmann store: encode first period or space in filenames (issue1713)
Sun, 05 Sep 2010 21:00:04 +0200 Thomas Arendsen Hein store: Removed extra space in _data list
Thu, 12 Aug 2010 16:45:47 +0900 Nicolas Dumazet store: skip decodir check if path does not contain '.hg/'
Wed, 03 Mar 2010 14:50:35 +0100 Adrian Buehlmann store: only add new entries to the fncache file stable
Fri, 05 Feb 2010 18:50:08 +0100 Benoit Boissinot fix spaces/identation issues
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Tue, 14 Jul 2009 14:05:07 +0200 Simon Heimberg store: eliminate reference cycle in fncachestore
Wed, 10 Jun 2009 15:10:21 +0200 Benoit Boissinot use new style classes
Tue, 26 May 2009 23:49:53 +0200 Benoit Boissinot store encoding: .i/.d encoding for non-store repo (broken by 810387f59696)
Wed, 20 May 2009 18:35:47 +0200 Benoit Boissinot filelog encoding: move the encoding/decoding into store
Wed, 20 May 2009 18:35:41 +0200 Benoit Boissinot store: refactor the fncache handling
Sun, 17 May 2009 16:56:20 +0200 Martin Geisler store: create set directly from iterable
Sun, 17 May 2009 04:16:44 +0200 Benoit Boissinot store: use set instead of dict
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace various uses of list.reverse()
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace util.sort with sorted built-in
Thu, 26 Mar 2009 13:54:44 -0500 Matt Mackall util: split out posix, windows, and win32 modules
Sat, 13 Dec 2008 18:32:29 +0100 Adrian Buehlmann store: encode trailing period and space on directory names (issue1417)
Sat, 13 Dec 2008 17:39:56 +0100 Adrian Buehlmann store: don't create dirs ending in period or space for hashed paths (issue1417)
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Fri, 24 Oct 2008 15:00:40 +0200 Thomas Arendsen Hein Remove trailing spaces.
Sun, 19 Oct 2008 19:12:07 +0200 Adrian Buehlmann introduce fncache repository layout
Fri, 05 Sep 2008 11:00:07 +0200 Patrick Mezard store: pathjoiner default value is os.path.join
Sun, 31 Aug 2008 00:22:20 +0200 Adrian Buehlmann Fix for Issue1260
Wed, 13 Aug 2008 20:18:44 -0500 Matt Mackall clone: get a list of files to clone from store
Wed, 13 Aug 2008 20:18:44 -0500 Matt Mackall store: drop self.encodefn
Wed, 13 Aug 2008 20:18:43 -0500 Matt Mackall store: change handling of decoding errors
Wed, 13 Aug 2008 20:18:43 -0500 Matt Mackall store: simplify walking
Wed, 13 Aug 2008 20:18:43 -0500 Matt Mackall store: simplify class hierarchy
Wed, 13 Aug 2008 20:18:43 -0500 Matt Mackall statichttp: use store class
Wed, 13 Aug 2008 20:18:42 -0500 Matt Mackall store: take opener as an argument
Wed, 13 Aug 2008 20:18:41 -0500 Adrian Buehlmann verify: check repo.store
Wed, 13 Aug 2008 20:18:41 -0500 Adrian Buehlmann store.py: accept empty repos
Thu, 24 Jul 2008 16:32:52 +0200 Adrian Buehlmann introduce store classes
Thu, 24 Jul 2008 16:32:51 +0200 Adrian Buehlmann move filename encoding functions from util.py to new store.py
less more (0) tip