tests/test-bookmarks.t
Sun, 20 Feb 2022 15:28:44 -0700 Gregory Szorc tests: remove from __future__ from inline Python in tests
Fri, 19 Nov 2021 16:16:21 -0800 Martin von Zweigbergk errors: use detailed exit code for RepoLookupError
Tue, 28 Sep 2021 08:47:11 -0700 Martin von Zweigbergk errors: raise InputError on bad revset to revrange() iff provided by the user
Sat, 10 Jul 2021 02:42:09 +0200 Pierre-Yves David test-bookmark: clarify the path involved in a pull creating divergence
Fri, 29 Jan 2021 12:16:55 -0800 Martin von Zweigbergk errors: use exit code 40 for when a hook fails
Tue, 17 Nov 2020 16:32:03 -0800 Martin von Zweigbergk errors: raise InputError on bad bookmark argument
Mon, 23 Nov 2020 11:18:48 -0800 Martin von Zweigbergk errors: remove trailing "!" from some error messages for consistency
Thu, 12 Nov 2020 10:35:33 -0800 Martin von Zweigbergk errors: use InputError for errors about bad label names (tags etc)
Tue, 06 Oct 2020 22:36:15 -0700 Martin von Zweigbergk errors: introduce InputError and use it from commands and cmdutil
Fri, 13 Dec 2019 14:31:51 -0800 Martin von Zweigbergk bookmarks: use check_incompatible_arguments() for inactive+action
Thu, 12 Dec 2019 23:32:47 -0800 Martin von Zweigbergk bookmarks: use cmdutil.check_incompatible_arguments() for action+rev
Thu, 12 Dec 2019 23:31:17 -0800 Martin von Zweigbergk bookmarks: use cmdutil.check_at_most_one_arg() for action
Sat, 09 Nov 2019 12:55:56 +0900 Yuya Nishihara bookmarks: accept explicit -r 'wdir()' when adding new bookmarks (issue6218)
Sat, 09 Nov 2019 12:09:50 +0900 Yuya Nishihara bookmarks: fix handling of multiple bookmarks with one to be deactivated
Sun, 08 Sep 2019 09:42:53 +0200 Pierre-Yves David changegroup: move message about added changes to transaction summary
Mon, 05 Nov 2018 09:09:48 -0800 Martin von Zweigbergk revsets: make bookmark/named('re:nonexistent') not abort (issue6018) (BC)
Sat, 15 Sep 2018 12:44:23 +0900 Yuya Nishihara bookmarks: add explicit option to list bookmarks of the given names
Sat, 15 Sep 2018 12:34:13 +0900 Yuya Nishihara bookmarks: reject --delete with --inactive which makes no sense
Thu, 30 Aug 2018 01:53:21 +0200 Boris Feld phase: report number of non-public changeset alongside the new range
Sat, 25 Aug 2018 20:19:27 +0900 Yuya Nishihara bookmarks: adjust exception type so present(bookmark(.)) works as expected
Sat, 25 Aug 2018 20:16:28 +0900 Yuya Nishihara revset: expand bookmark(.) to the active bookmark
Sun, 01 Jul 2018 22:22:07 +0900 Yuya Nishihara bookmarks: add support for log-like template keywords and functions
Sat, 05 May 2018 11:42:42 +0900 Yuya Nishihara bookmarks: cache reverse mapping (issue5868)
Fri, 02 Mar 2018 00:19:51 -0500 Augie Fackler tests: port test-bookmarks.t extension to Python 3
Sun, 10 Dec 2017 22:50:57 -0500 Matt Harbison tests: remove (glob) annotations that were only for '\' matches
Fri, 20 Oct 2017 23:01:56 -0400 Matt Harbison tests: adjust hooks for Windows stable
Sun, 08 Oct 2017 18:50:14 +0200 Boris Feld bookmark: add a dedicated pretxnclose-bookmark hook
Tue, 10 Oct 2017 17:53:42 +0200 Boris Feld bookmark: add a dedicated txnclose-bookmark hook
Thu, 12 Oct 2017 09:39:50 +0200 Denis Laxalde transaction-summary: show the range of new revisions upon pull/unbundle (BC)
Tue, 22 Aug 2017 15:04:14 -0400 Augie Fackler tests: update test-bookmarks to pass the import checker
Thu, 24 Aug 2017 09:23:06 +0200 David Demelier bookmarks: allow deleting active bookmark using '.'
Mon, 21 Aug 2017 08:52:46 +0200 David Demelier bookmarks: allow renaming active bookmark using '.'
Mon, 03 Jul 2017 02:52:39 +0900 FUJIWARA Katsunori tests: make output lines conditional for testing with fsmonitor
Wed, 07 Jun 2017 22:26:43 +0100 Pierre-Yves David bookmarks: explicitly convert to 'node' during initialization
Thu, 25 May 2017 23:20:00 +0900 Yuya Nishihara bookmarks: fix check of hash-like name to not abort by ambiguous identifier
Mon, 22 May 2017 19:18:12 -0400 Augie Fackler bookmarks: warn about bookmark names that unambiguously resolve to a node (BC)
Sat, 01 Apr 2017 15:23:26 -0400 Matt Harbison tests: quote paths in shell script hooks
Tue, 21 Feb 2017 01:21:00 +0900 FUJIWARA Katsunori bookmarks: check HG_PENDING strictly
Tue, 21 Feb 2017 01:20:59 +0900 FUJIWARA Katsunori tests: make directory to prevent test process from going out of $TESTTMP
Wed, 30 Nov 2016 19:25:18 +0000 Jun Wu tests: replace "cp -r" with "cp -R"
Mon, 17 Oct 2016 23:16:55 +0200 Mads Kiilerich spelling: fixes of non-dictionary words
Thu, 07 Apr 2016 14:10:49 -0700 Durham Goode transaction: allow running file generators after finalizers
Sat, 12 Mar 2016 04:35:42 +0900 FUJIWARA Katsunori update: omit redundant activating message for already active bookmark
Tue, 02 Feb 2016 15:24:11 +0000 Pierre-Yves David update: change default destination to tipmost descendant (issue4673) (BC)
Tue, 02 Feb 2016 14:49:02 +0000 Pierre-Yves David update: warn about other topological heads on bare update
Thu, 28 Jan 2016 20:10:06 +0900 FUJIWARA Katsunori commands: advance current active bookmark at pull --update correctly stable
Wed, 14 Oct 2015 18:03:17 -0500 Matt Mackall bookmarks: don't deactivate on no-op update (issue4901)
Wed, 07 Oct 2015 23:04:31 +0900 Yuya Nishihara revset: strip off "literal:" prefix from bookmark not found error
Thu, 17 Sep 2015 16:08:10 -0700 Pierre-Yves David bookmark: do not crash when active bookmark is forward and --date is used
Thu, 17 Sep 2015 17:17:54 -0700 Pierre-Yves David bookmark: actually test update behavior in both cases
Sun, 02 Aug 2015 21:56:38 -0700 Siddharth Agarwal test-bookmarks.t: avoid nested repo
Tue, 14 Jul 2015 18:50:20 -0500 Matt Mackall bookmarks: clear active bookmark on non-linear update
Sun, 28 Sep 2014 00:49:36 -0700 Pierre-Yves David bookmarks: change bookmark within a transaction
Fri, 29 May 2015 22:23:58 +0200 Gilles Moris summary: move the parents phase marker to commit line (issue4688)
Thu, 28 May 2015 20:06:19 -0700 Ryan McElroy commands: rename current to active in variables and comments
Thu, 14 May 2015 17:38:38 +0200 Gilles Moris summary: add a phase line (draft, secret) to the output
Sat, 31 Jan 2015 01:00:50 +0900 FUJIWARA Katsunori revset: raise RepoLookupError to make present() predicate continue the query stable
Fri, 03 Oct 2014 00:43:22 +0900 Yuya Nishihara bookmarks: port to generic templater
Fri, 03 Oct 2014 00:36:36 +0900 Yuya Nishihara bookmarks: split ui.write() so that it can be easily ported to formatter api
Mon, 11 Aug 2014 23:45:08 -0400 Michael O'Connor revset: bookmark revset interprets 'literal:' prefix correctly (issue4329) stable
Sun, 10 Aug 2014 23:09:23 -0500 Matt Mackall unbundle: don't advance bookmarks (issue4322) (BC) stable
Thu, 07 Mar 2013 14:17:56 +1100 Stephen Lee update: show message when a bookmark is activated by update
Wed, 14 May 2014 12:49:55 -0700 Siddharth Agarwal update: when deactivating a bookmark, print a message
Fri, 22 Nov 2013 19:14:17 +0100 Martin Geisler tests: don't load unnecessary graphlog extension
Thu, 01 Aug 2013 21:43:14 -0500 Kevin Bullock bookmarks: pull --update updates to active bookmark if it moved (issue4007) stable 2.7
Thu, 02 May 2013 21:28:18 -0500 Kevin Bullock bookmarks: allow bookmark command to take multiple arguments
Wed, 01 May 2013 15:24:21 -0500 Sean Farley bookmarks: fix bug that activated a bookmark even with -r passed stable 2.6
Tue, 30 Apr 2013 21:12:49 -0500 Sean Farley bookmarks: resolve divergent bookmark when moving across a branch stable
Wed, 01 May 2013 15:31:39 -0500 Sean Farley bookmarks: resolve divergent bookmarks when fowarding bookmark to descendant stable
Fri, 19 Apr 2013 10:55:11 -0700 Durham Goode translations: change label integer error to not specify the kind of label stable
Sat, 16 Mar 2013 22:48:22 -0500 Kevin Bullock bookmarks: moving the active bookmark deactivates it
Sat, 16 Mar 2013 21:36:44 -0500 Kevin Bullock bookmarks: allow (re-)activating a bookmark on the current changeset
Sat, 16 Mar 2013 21:21:54 -0500 Kevin Bullock bookmarks: fix test broken by 0bba1ff2ac7b
Fri, 15 Mar 2013 23:39:07 -0500 Kevin Bullock bookmarks: allow moving a bookmark forward to a descendant
Sat, 09 Feb 2013 22:54:34 +0000 Matt Mackall summary: add missing space for updated active bookmark display
Fri, 08 Feb 2013 21:47:22 +0000 Kevin Bullock summary: show active bookmark even if not at current changeset
Fri, 08 Feb 2013 21:32:43 +0000 Kevin Bullock summary: test that current bookmark isn't shown
Tue, 05 Feb 2013 16:22:53 -0800 Durham Goode bookmark: don't allow integers as bookmark/branch/tag names
Mon, 21 Jan 2013 13:47:10 -0600 Kevin Bullock update: update to current bookmark if it moved out from under us (issue3682) stable
Sun, 16 Dec 2012 22:00:38 -0600 Kevin Bullock commands: 'hg bookmark NAME' should work even with ui.strict=True
Mon, 29 Oct 2012 14:02:30 +0100 Adrian Buehlmann clone: show status "updating to bookmark @" stable
Sat, 27 Oct 2012 16:39:47 -0500 Matt Mackall bookmarks: backed out new message from changeset 52c7e171e355 stable
Fri, 26 Oct 2012 14:53:31 +0200 Thomas Arendsen Hein clone: print bookmark name when clone activates a bookmark stable
Fri, 26 Oct 2012 14:37:03 +0200 Thomas Arendsen Hein clone: activate @ bookmark if updating to it stable
Fri, 26 Oct 2012 13:09:55 +0200 Thomas Arendsen Hein test-bookmarks.t: check that bookmark "default" is not automatically checked out stable
Sun, 21 Oct 2012 11:20:33 -0200 Wagner Bruna scmutil: generalize message to make it more i18n-friendly stable
Wed, 17 Oct 2012 21:42:06 -0500 Kevin Bullock scmutil: add bad character checking to checknewlabel
Wed, 17 Oct 2012 16:32:43 -0500 Kevin Bullock bookmarks: disallow bookmarks named 'tip', '.', or 'null'
Wed, 17 Oct 2012 16:23:42 -0500 Kevin Bullock bookmarks: remove redundant check for newline
Wed, 17 Oct 2012 11:50:47 +0200 David Soria Parra bookmarks: abort when incompatible options are used (issue3663)
Wed, 17 Oct 2012 08:44:49 +0200 David Soria Parra bookmarks: check bookmark format during rename (issue3662)
Thu, 04 Oct 2012 10:11:17 +0200 Thomas Arendsen Hein merge with crew-stable
Tue, 02 Oct 2012 09:26:42 +0200 Thomas Arendsen Hein clone: activate bookmark specified with --updaterev stable
Mon, 01 Oct 2012 03:19:23 +0200 David Soria Parra bookmarks: teach the -r option to use revsets
Thu, 26 Jul 2012 16:57:50 -0500 Augie Fackler strip: move bookmarks to nearest ancestor rather than '.' stable
Wed, 30 May 2012 23:13:33 +0100 Simon King revset: add pattern matching to 'bookmarks' revset expression
Thu, 03 May 2012 16:03:08 -0500 Matt Mackall bookmarks: catch the proper exception for missing revisions stable 2.2.1
Wed, 21 Mar 2012 16:39:38 -0500 Kevin Bullock bookmarks: clone non-divergent bookmarks with @ in them stable
Thu, 08 Dec 2011 14:32:44 -0600 Matt Mackall branch: warn on branching stable
Mon, 18 Jul 2011 07:53:26 -0500 Augie Fackler summary: show bookmarks separate from tags and note active mark (issue2892)
Tue, 05 Jul 2011 10:20:27 +0200 Pierre-Yves David bookmarks: add a warning for non empty malformed line
Tue, 05 Jul 2011 10:13:54 +0200 Pierre-Yves David bookmarks: more robust parsing of bookmarks file
Sun, 08 May 2011 16:16:41 -0500 Matt Mackall merge with stable
Sun, 01 May 2011 13:07:00 +0200 Alexander Solovyov fix bookmarks rollback behavior stable
Sun, 10 Apr 2011 11:30:53 +0300 Idan Kamara tests: add tests for non-existant branch/tag/bookmark
Thu, 07 Apr 2011 17:57:38 +0300 Idan Kamara bookmarks: change error messages to match those given by 'hg tag' commands
Mon, 14 Mar 2011 23:03:56 +0100 David Soria Parra bundle: update current bookmark to most recent revision on current branch
Sun, 13 Mar 2011 12:24:17 +0100 David Soria Parra hg: add support for cloning bookmarks
Fri, 18 Feb 2011 17:09:08 -0600 Kevin Bullock id: add bookmarks to id stable
Thu, 24 Feb 2011 19:15:00 +0100 David Soria Parra tests: check if the bookmarks extension is ignored stable
Thu, 24 Feb 2011 03:13:48 +0100 David Soria Parra tests: remove bookmark extension configuration stable
Mon, 21 Feb 2011 23:27:45 +0100 David Soria Parra summary: add bookmarks to summary stable
Sun, 20 Feb 2011 00:57:55 +0100 David Soria Parra bookmarks: mark new bookmark as current if it points to the current dirstate stable
Wed, 16 Feb 2011 18:36:45 +0100 David Soria Parra bookmarks: forbid \0 \r \n : in bookmark names (BC)
Wed, 16 Feb 2011 01:29:26 +0100 David Soria Parra bookmarks: make track.current=True default behaviour and remove option (BC)
Fri, 11 Feb 2011 20:35:32 +0100 David Soria Parra localrepo: sort hg bookmark output
Fri, 11 Feb 2011 19:47:39 +0100 David Soria Parra templater: add bookmarks to templates and default output
Fri, 11 Feb 2011 19:44:17 +0100 David Soria Parra tags: do not merge bookmarks with tags
Mon, 08 Nov 2010 01:41:41 +0100 Mads Kiilerich tests: use (esc) for all non-ASCII test output stable
Sat, 23 Oct 2010 19:22:42 +0200 Patrick Mezard Fix and unify transplant and bookmarks revsets doc registration stable
less more (0) -120 tip