log mercurial/bookmarks.py @ 15887:12dea4d998ec

age author description
Fri, 13 Jan 2012 02:30:43 +0100 Mads Kiilerich bookmarks: primarily use repo lock, not wlock
Wed, 16 Nov 2011 15:29:57 -0600 Kevin Bullock bookmarks: update and updatecurrentbookmark return status
Wed, 07 Dec 2011 16:19:39 -0600 Matt Mackall bookmarks: mark divergent bookmarks with book@pathalias when source in [paths]
Tue, 06 Dec 2011 14:17:33 -0600 Matt Mackall bookmarks: shadow divergent bookmarks of foo with foo@n
Wed, 12 Oct 2011 11:09:57 -0500 Augie Fackler bookmarks: delegate writing to the repo just like reading
Thu, 25 Aug 2011 20:21:04 -0400 Greg Ward atomictempfile: make close() consistent with other file-like objects.
Mon, 25 Jul 2011 15:07:09 -0500 Augie Fackler bookmarks: use getattr instead of hasattr