log tests/test-bookmarks.t @ 33946:83313639b8a4

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