log tests/test-bookmarks.t @ 23172:e955549cd045

age author description
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