log mercurial/localrepo.py @ 15321:e174353e8cda stable

age author description
Fri, 21 Oct 2011 00:33:08 +0200 Martin Geisler subrepos: abort commit by default if a subrepo is dirty (BC) stable
Wed, 12 Oct 2011 11:09:57 -0500 Augie Fackler bookmarks: delegate writing to the repo just like reading
Sat, 01 Oct 2011 16:18:51 -0500 Matt Mackall rollback: use a hint for force
Fri, 30 Sep 2011 21:58:54 -0400 Greg Ward rollback: avoid unsafe rollback when not at tip (issue2998)
Sun, 18 Sep 2011 19:59:33 -0400 Greg Ward rollback: only restore dirstate and branch when appropriate.
Fri, 16 Sep 2011 21:38:06 -0400 Greg Ward rollback: refactor for readability; cosmetics.
Wed, 14 Sep 2011 22:28:27 -0400 Greg Ward share: allow trailing newline on .hg/sharedpath.
Sun, 11 Sep 2011 21:21:58 -0400 Greg Ward rollback: improve readability; clarify that the return value is an int.
Thu, 25 Aug 2011 20:21:04 -0400 Greg Ward atomictempfile: make close() consistent with other file-like objects.
Mon, 25 Jul 2011 15:08:57 +0300 Idan Kamara localrepo: unify tag related info into a tagscache class
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: make invalidate() walk _filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate manifest() with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate _bookmarks/current with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate changelog() with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: refresh filecache entries after releasing a repo.lock()
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: decorate dirstate() with filecache
Mon, 25 Jul 2011 15:08:37 +0300 Idan Kamara localrepo: add a cache with stat info for files under .hg/
Wed, 20 Jul 2011 18:23:06 -0400 Andrew Pritchard localrepo: make requirements attribute of newly-created repos contain a set
Fri, 22 Jul 2011 16:46:22 -0500 Matt Mackall localrepo: fix comment on set
Thu, 21 Jul 2011 14:06:55 -0500 Matt Mackall localrepo: add set method to iterate over a given revset
Wed, 13 Jul 2011 17:41:49 -0500 Matt Mackall subrepo: use working copy of .hgsub to filter status (issue2901) stable
Fri, 01 Jul 2011 17:37:09 +0200 Mads Kiilerich util: rename the util.localpath that uses url to urllocalpath (issue2875) stable 1.9
Sun, 26 Jun 2011 15:47:39 -0300 Wagner Bruna localrepo: mark progress step for translation stable
Wed, 15 Jun 2011 23:15:04 +0300 Idan Kamara localrepo: don't attempt to open .hgtags twice if the error isn't ENOENT
Mon, 13 Jun 2011 12:51:38 -0500 Matt Mackall localrepo: local() returns self
Tue, 07 Jun 2011 17:02:54 -0500 Matt Mackall check-code: catch misspellings of descendant
Mon, 06 Jun 2011 15:17:40 -0500 Matt Mackall subrepo: be more careful with deletions of .hgsub and .hgsubstate (issue2844)
Sat, 04 Jun 2011 15:56:48 +0200 Patrick Mezard localrepo: add savecommitmessage() to write last-message.txt
Fri, 03 Jun 2011 20:23:32 +0200 Sune Foldager localrepo: simplify file bundling code and fix progress bug
Fri, 03 Jun 2011 20:15:06 +0200 Sune Foldager localrepo: use list comprehension instead of generators