log hgext/bookmarks.py @ 12813:13fdef670c43 stable

age author description
Tue, 19 Oct 2010 12:40:09 -0500 Kevin Bullock bookmarks: add paragraph on pushing and pulling to help
Thu, 07 Oct 2010 13:44:17 -0700 Paul Molodowitch bookmarks: better fix for issue2016 (lookup infinite recursion)
Sun, 10 Oct 2010 12:40:25 -0500 Augie Fackler bookmarks: add revset for referencing bookmarks
Fri, 24 Sep 2010 00:17:04 +0200 Patrick Mezard Merge with stable
Fri, 24 Sep 2010 00:03:58 +0200 Patrick Mezard bookmarks: fix _bookmarks/lookup() reentrancy issue (issue2016) stable
Tue, 14 Sep 2010 21:45:43 -0500 Will Maier bookmarks: set VALUE in push/pull
Thu, 02 Sep 2010 17:28:20 +0200 Martin Geisler merge with stable
Thu, 02 Sep 2010 17:07:02 +0200 Martin Geisler bookmarks: break long line found by check-code stable
Mon, 30 Aug 2010 13:00:22 +0200 Martin Geisler Merge with stable
Fri, 27 Aug 2010 22:36:35 -0400 Brodie Rao help: refer to user configuration file more consistently stable
Mon, 23 Aug 2010 22:22:05 +0200 Martin Geisler Merge with stable
Mon, 23 Aug 2010 22:16:56 +0200 Martin Geisler bookmarks: guard against listing bookmarks on unsupported repos stable
Thu, 19 Aug 2010 17:33:46 -0500 Matt Mackall bookmarks: fix long line
Thu, 19 Aug 2010 17:29:13 -0500 Matt Mackall merge with stable
Thu, 19 Aug 2010 15:04:21 -0400 David Soria Parra bookmarks: Check if the bookmark to delete exists on the remote stable
Tue, 10 Aug 2010 16:55:38 +0200 Martin Geisler bookmarks: replace var used as a Boolean with a Boolean
Thu, 29 Jul 2010 12:10:22 +0900 Nicolas Dumazet merge with stable
Sat, 24 Jul 2010 11:20:21 +0300 Idan Kamara bookmarks: don't allow name to contain whitespaces only stable
Mon, 26 Jul 2010 22:26:12 +0200 Patrick Mezard bookmarks: sort diffbookmarks() output
Wed, 21 Jul 2010 12:41:18 +0900 Nicolas Dumazet bookmarks: rewrite _bookmarks method documentation stable
Wed, 14 Jul 2010 11:02:20 -0400 Brodie Rao bookmarks: ensure current bookmark is updated when specified with -r . stable
Sat, 26 Jun 2010 12:26:03 -0500 Matt Mackall bookmarks: fix in/out return values stable
Sat, 26 Jun 2010 12:24:55 -0500 Matt Mackall bookmarks: fix bogus cut and paste for outgoing stable
Fri, 25 Jun 2010 13:47:28 -0500 Matt Mackall addchangegroup: pass in lock to release it before changegroup hook is called stable
Wed, 23 Jun 2010 13:38:52 -0500 Matt Mackall bookmarks: touch changelog on write to force hgweb reload stable
Wed, 23 Jun 2010 11:53:59 +0200 David Soria Parra bookmarks: Use error message consistently stable
Sun, 20 Jun 2010 12:26:48 +0200 David Soria Parra bookmarks: Add -B option to incoming/outgoing to compare bookmarks stable
Thu, 17 Jun 2010 15:54:26 -0500 Matt Mackall bookmarks: add support for push --bookmark to export bookmarks
Thu, 17 Jun 2010 14:26:23 -0500 Matt Mackall bookmarks: add support for pull --bookmark to import remote bookmarks
Thu, 17 Jun 2010 12:22:21 -0500 Matt Mackall bookmarks: update known bookmarks on the target on push