log

age author description
Tue, 17 Nov 2015 17:04:32 -0800 Siddharth Agarwal localrepo: switch to mergestate.clean()
Tue, 17 Nov 2015 17:02:35 -0800 Siddharth Agarwal strip: switch to mergestate.clean()
Tue, 17 Nov 2015 17:00:54 -0800 Siddharth Agarwal mergestate: add a constructor that sets up a clean merge state
Tue, 17 Nov 2015 14:11:52 -0800 Siddharth Agarwal mergestate: raise structured exception for unsupported merge records
Tue, 17 Nov 2015 14:10:12 -0800 Siddharth Agarwal error: add a structured exception for unsupported merge records
Tue, 17 Nov 2015 13:47:16 -0800 Bryan O'Sullivan dirstate: back out 502b56a9e897
Tue, 17 Nov 2015 13:47:14 -0800 Bryan O'Sullivan osutil: make statfiles check for interrupts periodically
Tue, 17 Nov 2015 13:43:09 -0800 Bryan O'Sullivan osutil: don't leak on statfiles error
Thu, 12 Nov 2015 12:44:15 +0100 liscju histedit: extracts _isdirtywc function
Mon, 16 Nov 2015 11:23:32 -0800 Siddharth Agarwal node: add 'nullhex', hex-encoded nullid
Mon, 16 Nov 2015 11:45:35 -0800 Siddharth Agarwal filemerge: introduce class whose objects represent files not in a context
Mon, 16 Nov 2015 11:27:27 -0800 Siddharth Agarwal filectx: add isabsent method
Fri, 13 Nov 2015 22:37:51 -0800 Siddharth Agarwal filectx: allow custom comparators
Fri, 13 Nov 2015 23:01:36 -0800 Siddharth Agarwal debugmergestate: print out record type for files
Sun, 15 Nov 2015 22:45:20 -0800 Siddharth Agarwal merge.applyupdates: don't return early if merge driver's conclude failed
Mon, 16 Nov 2015 17:15:36 -0800 Laurent Charignon convert: use repo._bookmarks.recordchange instead of repo._bookmarks.write
Mon, 16 Nov 2015 17:14:15 -0800 Laurent Charignon convert: indentation change to make the next patch more legible
Sun, 15 Nov 2015 20:27:27 +0530 Shubhanshu Agrawal strip: renaming local variables
Wed, 11 Feb 2015 22:22:29 -0800 Martin von Zweigbergk test-rename-merge2: make selected output less arbitrary
Sun, 15 Nov 2015 22:11:23 -0500 Matt Harbison test-convert-git: drop a git warning that doesn't occur on Windows
Sun, 15 Nov 2015 21:12:13 -0500 Matt Harbison tests: fix globs for Windows
Sun, 15 Nov 2015 22:58:28 +0100 liscju pull: return 255 value on update failure (issue4948) (BC)
Wed, 11 Nov 2015 10:19:11 -0800 Martin von Zweigbergk filemerge: remove leading space from " no tool found..."
Mon, 09 Nov 2015 22:31:01 +0900 Yuya Nishihara test-encoding: enable fuzz testing of utf8b roundtrip
Sun, 01 Nov 2015 17:42:03 +0900 Yuya Nishihara import-checker: reset context to verify convention in function scope
Sun, 01 Nov 2015 00:37:22 +0900 Yuya Nishihara import-checker: allow import of child modules from package root
Mon, 02 Nov 2015 17:17:33 -0600 Matt Mackall encoding: extend test cases for utf8b
Fri, 13 Nov 2015 22:43:09 -0800 Siddharth Agarwal merge: make 'cd' and 'dc' actions store the same arguments as 'm'
Fri, 13 Nov 2015 14:24:22 -0800 Siddharth Agarwal merge: stop emptying out 'cd' and 'dc' actions
Sun, 15 Nov 2015 22:18:48 +0100 liscju rebase: add returning value from pullrebase function stable