hgext/bookmarks.py
Mon, 22 Nov 2010 18:15:58 +0100 Martin Geisler code style: prefer 'is' and 'is not' tests with singletons
Thu, 28 Oct 2010 09:48:01 +0200 Martin Geisler i18n, bookmarks: add comments for translators stable
Tue, 26 Oct 2010 14:41:58 +0300 timeless bookmarks: improve English for diffbookmarks stable
Sun, 24 Oct 2010 12:52:37 +0200 Patrick Mezard hggettext: handle i18nfunctions declaration for docstrings translations stable
Sat, 23 Oct 2010 19:22:42 +0200 Patrick Mezard Fix and unify transplant and bookmarks revsets doc registration stable
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
Thu, 17 Jun 2010 12:10:47 -0500 Matt Mackall bookmarks: pull known bookmarks from server that are newer
Thu, 17 Jun 2010 11:01:51 -0500 Matt Mackall bookmarks: add pushkey server-side support
Sun, 06 Jun 2010 17:25:00 +0900 FUJIWARA Katsunori help: show value requirement and multiple occurrence of options
Tue, 18 May 2010 16:31:10 +0200 Martin Geisler Use our custom hg reStructuredText role some more
Thu, 22 Apr 2010 10:24:49 +0200 Martin Geisler Use hg role in help strings
Sat, 17 Apr 2010 14:32:26 +0200 Isaac Jurado bookmarks: complete the missing references from dda4ad7c9ea9 (issue2121)
Fri, 09 Apr 2010 17:23:37 -0500 Steve Borho rollback: add dry-run argument, emit transaction description
Fri, 02 Apr 2010 15:22:17 -0500 Brodie Rao color: colorize based on output labels instead of parsing output
Fri, 02 Apr 2010 15:22:09 -0500 Brodie Rao bookmark: make use of output labeling
Thu, 17 Dec 2009 15:53:28 -0800 Paul Molodowitch bookmarks: add invalidate() to bookmark_repo stable
Fri, 19 Feb 2010 02:23:38 +0100 Benoit Boissinot i18n: mark more strings for translation stable
Sun, 14 Feb 2010 01:52:31 -0500 Brodie Rao remove unused imports stable
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Mon, 21 Dec 2009 20:30:37 +0100 Nicolas Dumazet bookmarks: move parse() and current() into property definitions
Mon, 21 Dec 2009 15:17:28 +0900 Nicolas Dumazet bookmarks: refactor code responsible for updates of bookmarks
Mon, 21 Dec 2009 20:19:21 +0100 Nicolas Dumazet bookmarks: repo._bookmarkcurrent should be a propertycache
Mon, 21 Dec 2009 15:23:03 +0900 Nicolas Dumazet bookmarks: write() can simply access repo._bookmarks
Mon, 21 Dec 2009 13:55:56 +0900 Nicolas Dumazet bookmarks: turn repo._bookmarks into a propertycache
Sun, 25 Oct 2009 12:05:07 +0200 Alexander Solovyov bookmarks: use API to determine if repo is local
Thu, 17 Sep 2009 22:28:47 -0400 Steve Losh bookmarks: support --quiet
Mon, 27 Jul 2009 19:23:04 -0700 Brendan Cully Merge with main
Sun, 26 Jul 2009 01:38:22 +0200 Martin Geisler bookmarks: wrap docstrings at 70 characters
Fri, 24 Jul 2009 00:40:00 +0200 David Soria Parra bookmarks: optimize update routine in case track.current is set
Fri, 24 Jul 2009 00:37:42 +0200 David Soria Parra bookmarks: Teach addchangset to respect track.current
Fri, 24 Jul 2009 00:04:24 +0200 David Soria Parra bookmarks: Wrap commictx instead of commit (issue 1515)
Thu, 23 Jul 2009 00:02:06 +0200 Martin Geisler bookmarks: use reST syntax for literal block
Thu, 16 Jul 2009 10:39:41 -0400 Greg Ward localrepo: factor _findtags() out of tags() (issue548).
Tue, 07 Jul 2009 23:54:42 +0200 Martin Geisler bookmarks: wrapped docstrings at 78 characters
Wed, 24 Jun 2009 19:20:59 +0200 Isaac Jurado bookmarks: Change references to "repo" by references to "self" (issue1611)
Mon, 22 Jun 2009 15:48:08 +0200 Cédric Duval extensions: improve the consistency of synopses
Mon, 22 Jun 2009 14:08:49 +0200 Cédric Duval bookmarks: help improvements
Sat, 20 Jun 2009 16:42:51 -0500 Matt Mackall bookmarks: add appropriate locking (issue1691)
Tue, 09 Jun 2009 09:25:25 -0400 timeless bookmarks: improve English
Tue, 09 Jun 2009 09:25:31 -0400 timeless Spell Mercurial as a proper noun
Thu, 04 Jun 2009 21:24:29 +0100 Abderrahim Kitouni bookmarks: update docstring
Wed, 20 May 2009 00:52:46 +0200 Martin Geisler use 'x is None' instead of 'x == None'
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Mon, 20 Apr 2009 20:38:37 -0300 Wagner Bruna bookmarks: fix typo
Sat, 04 Apr 2009 23:15:10 +0200 Martin Geisler bookmarks: word-wrap help texts at 70 characters
Thu, 05 Feb 2009 23:47:31 +0100 Benoit Allard bookmarks: change NAME to REV
Fri, 27 Feb 2009 02:01:45 -0800 Alex Unden bookmarks: fixes bug where a deleted bookmark may still be treated as current when track.current option is set
Sun, 01 Mar 2009 00:30:01 +0100 David Soria Parra bookmarks: Set current bookmark if we create a new one on the tip
Sun, 22 Feb 2009 19:23:09 +0100 David Soria Parra bookmarks: add force option to command syntax description
Tue, 17 Feb 2009 23:58:56 +0100 Martin Geisler bookmarks: escape literal backslashes in docstring
Mon, 19 Jan 2009 00:36:32 +0100 Patrick Mezard bookmarks: work around missing posixfile_nt.readline()
Mon, 12 Jan 2009 10:53:41 -0600 Matt Mackall bookmarks; clean up imports and function wrapping
Mon, 12 Jan 2009 10:42:31 -0600 Matt Mackall error: move repo errors
Mon, 12 Jan 2009 09:16:03 +0100 Dirkjan Ochtman use dict.iteritems() rather than dict.items()
Wed, 31 Dec 2008 15:04:18 +0100 Benoit Boissinot merge bookmarks
Thu, 18 Dec 2008 10:51:11 +0100 David Soria Parra bookmarks: set the current bookmark to the new name if we rename the current bookmark
Sun, 07 Dec 2008 19:59:01 +0100 Benoit Boissinot bookmarks: this is a comment, not a string
Sun, 07 Dec 2008 19:33:26 +0100 David Soria Parra Merge backout
Sun, 07 Dec 2008 19:31:38 +0100 David Soria Parra Backed out changeset 4c3e0ad58c5b
Sun, 07 Dec 2008 19:28:09 +0100 David Soria Parra Merge backout
Sun, 07 Dec 2008 19:27:57 +0100 David Soria Parra Backed out changeset 187a13bd14c6
Sat, 06 Dec 2008 19:30:20 +0100 David Soria Parra bookmarks: do not overwrite bookmarks.current if not necessary
Sat, 06 Dec 2008 14:03:30 +0200 Alexander Solovyov bookmarks: add --only-bookmark option to log
Sat, 06 Dec 2008 01:10:11 +0100 David Soria Parra bookmarks: more git-like branches
Thu, 09 Oct 2008 08:49:03 +0200 Martin Geisler bookmarks: Include bookmarks in tags.
Fri, 05 Dec 2008 11:12:46 +0100 David Soria Parra bookmarks: Fix indention
Fri, 05 Dec 2008 09:38:17 +0100 Stefan Rusek bookmarks: Adds support for a --non-bookmarked option to push
Wed, 05 Nov 2008 03:53:34 +0100 David Soria Parra bookmarks: Use dirstate to determine the current node in addchangegroup
Tue, 28 Oct 2008 20:48:30 +0100 Benoit Boissinot bookmarks: fix strip handling
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Sun, 26 Oct 2008 17:08:48 +0800 Dmitriy Taychenachev bookmarks: do nothing if commit was not successful.
Sat, 25 Oct 2008 19:05:52 +0200 Joel Rosdahl bookmarks: Strip bookmark names of whitespace, just like tag names
Sat, 25 Oct 2008 19:05:52 +0200 Joel Rosdahl bookmarks: Correctly reject newlines in bookmark names
Sat, 25 Oct 2008 19:05:52 +0200 Joel Rosdahl bookmarks: Require a bookmark name when a revision is specified
Sat, 25 Oct 2008 19:05:52 +0200 Joel Rosdahl bookmarks: Improve documentation
Sat, 25 Oct 2008 19:05:52 +0200 Joel Rosdahl bookmarks: Avoid unconditional forwarding of bookmarks for the null revision
Sat, 25 Oct 2008 19:05:52 +0200 Joel Rosdahl bookmarks: Rename --move to --rename
Sat, 25 Oct 2008 19:05:52 +0200 Joel Rosdahl bookmarks: Require new bookmark name when renaming
Sat, 25 Oct 2008 19:05:52 +0200 Joel Rosdahl bookmarks: Only save undo.bookmarks if bookmarks exist
Sat, 25 Oct 2008 19:05:42 +0200 Joel Rosdahl bookmarks: Avoid long lines
Sat, 25 Oct 2008 16:30:11 +0200 Joel Rosdahl bookmarks: Fix spelling and grammar
Sat, 25 Oct 2008 16:29:58 +0200 Joel Rosdahl bookmarks: Remove trailing space
Wed, 22 Oct 2008 21:53:27 +0200 David Soria Parra Bookmarks: Add the bookmarks extension
less more (0) tip