log mercurial/localrepo.py @ 13358:f26a51857dc7

age author description
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: merge invalidation into core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move commit action into core
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: merge rollback support into localrepo
Thu, 10 Feb 2011 13:46:27 -0600 Matt Mackall bookmarks: move property methods into localrepo
Mon, 17 Jan 2011 09:37:20 +0100 Adrian Buehlmann remove pointless os.path.join calls when opening files in .hg/cache
Mon, 31 Jan 2011 22:16:33 +0100 Patrick Mezard mq: factor out push conditions checks
Tue, 04 Jan 2011 06:29:08 +0100 jfh move tags.cache and branchheads.cache to a collected cache folder .hg/cache/
Sun, 16 Jan 2011 17:26:34 +0100 Benoit Boissinot addchangegroup: document the current locking semantics
Tue, 04 Jan 2011 14:12:52 -0600 Matt Mackall revlog: remove lazy index
Thu, 02 Dec 2010 03:43:06 +0100 David Soria Parra avoid .split() in for loops and use tuples instead
Fri, 17 Dec 2010 13:38:15 +0100 Erik Zielke subrepo: backout f02d7a562a21
Mon, 29 Nov 2010 09:37:23 +0100 Erik Zielke subrepo: avoids empty commit when .hgsubstate is dirty (issue2403)
Tue, 14 Dec 2010 17:10:01 -0600 Matt Mackall merge with stable
Mon, 13 Dec 2010 21:20:30 -0600 Kevin Bullock tag: don't check .hgtags status if --local passed stable
Fri, 10 Dec 2010 13:30:37 -0600 Augie Fackler bundle progress: offer best-guess deterministic progress information
Fri, 10 Dec 2010 16:10:14 +0100 Adrian Buehlmann localrepo: remove unneeded os.unlink call in wwrite
Fri, 03 Dec 2010 11:30:45 +0100 Thomas Arendsen Hein coding style: fix gratuitous whitespace after Python keywords
Wed, 24 Nov 2010 15:56:32 -0600 Matt Mackall branch: operate on branch names in local string space where possible
Wed, 24 Nov 2010 13:25:12 +0100 Martin Geisler localrepo: move string formatting out of gettext call
Mon, 22 Nov 2010 12:43:31 -0600 Matt Mackall dirstate: warn on invalid parents rather than aborting
Mon, 15 Nov 2010 17:05:54 -0600 Matt Mackall merge with stable
Mon, 15 Nov 2010 17:04:55 -0600 Matt Mackall commit: search both parents for missing copy revision (issue2484) stable
Tue, 02 Nov 2010 11:25:52 +0100 Ronny Pfannschmidt localrepo: make heads use the keyword args of the sorted builtin
Mon, 01 Nov 2010 17:26:08 +0100 Patrick Mezard localrepo: do not modify ctx.remove() list in-place stable
Wed, 20 Oct 2010 17:38:21 -0500 Kevin Bullock pull: silence spurious 'requesting all changes' message stable
Tue, 19 Oct 2010 03:55:28 +0200 Mads Kiilerich subrepo: rename relpath to subrelpath and introduce reporelpath
Sun, 10 Oct 2010 18:58:45 +0200 Nicolas Dumazet localrepo: use propertycaches to access encode/decode filters
Sun, 10 Oct 2010 19:10:16 +0200 Nicolas Dumazet localrepo: load filter patterns outside of _filter
Sun, 10 Oct 2010 19:07:58 +0200 Nicolas Dumazet localrepo: have _loadfilter return the loaded filter patterns
Sat, 09 Oct 2010 21:54:50 +0200 Adrian Buehlmann store: encode first period or space in filenames (issue1713)