log tests/test-resolve.t @ 31119:13bbcd56c57a

age author description
Fri, 07 Oct 2016 08:51:50 -0700 Simon Farnsworth merge: add conflict labels to merge command
Thu, 17 Mar 2016 14:50:29 +0000 timeless summary: move mergemod before parents to give access to ms
Thu, 24 Dec 2015 04:31:34 +0000 timeless resolve: when pats do not match, hint about path:
Fri, 05 Feb 2016 10:22:14 -0800 Durham Goode merge: add file ancestor linknode to mergestate
Mon, 07 Dec 2015 20:43:24 -0800 Martin von Zweigbergk merge: refuse update/merge if there are unresolved conflicts (BC)
Sun, 22 Nov 2015 21:20:08 -0500 Matt Harbison test-resolve: fix '--tool f' invocation for Windows
Wed, 18 Nov 2015 15:46:45 -0800 Siddharth Agarwal mergestate: handle additional record types specially
Wed, 18 Nov 2015 23:42:32 -0800 Siddharth Agarwal test-resolve.t: remove completely unnecessary line
Wed, 18 Nov 2015 20:59:17 -0600 Matt Mackall merge with stable
Tue, 17 Nov 2015 15:43:21 -0800 Siddharth Agarwal test-resolve.t: switch to mergestate.read()
Sun, 15 Nov 2015 21:12:13 -0500 Matt Harbison tests: fix globs for Windows
Fri, 13 Nov 2015 15:56:02 -0800 Siddharth Agarwal resolve: restore .orig only after merge is fully complete (issue4952) stable
Tue, 10 Nov 2015 14:26:19 -0800 Christian Delahousse resolve: choose where .orig file locations are kept
Thu, 15 Oct 2015 01:15:22 -0700 Siddharth Agarwal commands.resolve: don't allow users to mark or unmark driver-resolved files
Sun, 11 Oct 2015 23:58:07 -0700 Siddharth Agarwal resolve: perform all premerges before performing any file merges (BC)
Sun, 11 Oct 2015 23:56:44 -0700 Siddharth Agarwal test-resolve.t: add some tests for .orig file contents
Sun, 11 Oct 2015 23:54:40 -0700 Siddharth Agarwal test-resolve.t: add some output to show order of operations
Fri, 09 Oct 2015 13:54:52 -0700 Siddharth Agarwal simplemerge: move conflict warning message to filemerge
Fri, 25 Sep 2015 03:51:46 -0400 timeless resolve: consistently describe re-merge + unresolved
Wed, 11 Feb 2015 13:59:13 +0900 Yuya Nishihara resolve: port to generic templater
Wed, 11 Feb 2015 13:47:43 +0900 Yuya Nishihara resolve: silence warning of unknown pats for -l/--list (BC)
Fri, 17 Oct 2014 11:01:05 -0400 Augie Fackler test-resolve.t: use redirection to /dev/null instead of grep -q
Wed, 08 Oct 2014 22:30:04 -0700 Martin von Zweigbergk resolve: run happily after conflict-free merge
Wed, 08 Oct 2014 22:16:18 -0700 Martin von Zweigbergk test-resolve: add tests for re-merge
Wed, 08 Oct 2014 22:19:08 -0700 Martin von Zweigbergk test-resolve: add more tests for in conflict-free states
Wed, 08 Oct 2014 21:07:30 -0700 Martin von Zweigbergk test-resolve: add test resolving one of two files
Wed, 08 Oct 2014 21:19:31 -0700 Martin von Zweigbergk test-resolve: clarify test descriptions and consistently use "should"
Sat, 26 Jul 2014 03:32:49 +0200 Pierre-Yves David resolve: add parenthesis around "no more unresolved files" message stable
Mon, 09 Jun 2014 14:11:17 -0500 Matt Mackall resolve: fix grammar of no matching files message
Fri, 23 May 2014 13:10:31 -0700 Siddharth Agarwal resolve: don't abort resolve -l even when no merge is in progress