mercurial/filemerge.py
Sun, 18 Dec 2016 01:54:36 +0530 Pulkit Goyal py3: replace os.environ with encoding.environ (part 3 of 5)
Wed, 23 Nov 2016 23:47:38 +0100 Mads Kiilerich merge: use original file extension for temporary files
Sat, 19 Nov 2016 15:41:37 -0800 Kostia Balytskyi conflicts: make spacing consistent in conflict markers
Thu, 10 Nov 2016 16:33:07 -0500 Augie Fackler filemerge: avoid shadowing a variable in a list comprehension
Sat, 08 Oct 2016 16:10:58 +0200 Pulkit Goyal py3: make format strings unicodes and not bytes
Fri, 12 Aug 2016 05:56:40 -0700 Simon Farnsworth merge: always use other, not remote, in user prompts
Fri, 12 Aug 2016 06:01:42 -0700 Simon Farnsworth merge: use labels in prompts to the user
Tue, 05 May 2015 10:51:34 +0900 Yuya Nishihara merge: concatenate default conflict marker at parsing phase of .py
Sun, 10 Apr 2016 17:23:09 +0900 Yuya Nishihara templater: factor out function that creates templater from string template
Sun, 03 Apr 2016 23:26:48 +0900 Yuya Nishihara templater: separate function to create templater from map file (API)
Thu, 17 Mar 2016 00:36:01 +0000 timeless filemerge: use revset notation for p1/p2 of local/other descriptions
Thu, 17 Mar 2016 00:36:01 +0000 timeless filemerge: indicate that local/other are p1/p2
Sat, 02 Jan 2016 03:02:57 -0800 Siddharth Agarwal origpath: move from cmdutil to scmutil
Wed, 23 Dec 2015 12:51:45 -0800 Siddharth Agarwal filemerge: default change/delete conflicts to 'leave unresolved' (BC)
Tue, 01 Dec 2015 09:48:38 -0800 Siddharth Agarwal filemerge: default regular prompts to 'leave unresolved' (BC)
Mon, 30 Nov 2015 13:43:55 -0800 Siddharth Agarwal filemerge: add a 'leave unresolved' option to change/delete prompts
Mon, 30 Nov 2015 11:17:18 -0800 Siddharth Agarwal filemerge: add a 'leave unresolved' option to regular prompts
Wed, 25 Nov 2015 14:25:26 -0800 Siddharth Agarwal filemerge: add debug output for whether this is a change/delete conflict
Tue, 24 Nov 2015 10:58:35 -0800 Siddharth Agarwal filemerge: in ':prompt', use ':fail' tool rather than returning directly
Tue, 24 Nov 2015 10:57:01 -0800 Siddharth Agarwal filemerge: in ':fail' tool, write out other side if local side is deleted
Sat, 14 Nov 2015 00:00:46 -0800 Siddharth Agarwal filemerge: don't try to copy files known to be absent
Fri, 13 Nov 2015 23:57:43 -0800 Siddharth Agarwal filemerge: don't try using external tools on change/delete conflicts
Fri, 13 Nov 2015 23:56:00 -0800 Siddharth Agarwal filemerge: don't attempt to premerge change/delete conflicts
Fri, 13 Nov 2015 23:58:05 -0800 Siddharth Agarwal filemerge._mergecheck: add check for change/delete conflicts
Sun, 15 Nov 2015 21:40:15 -0800 Siddharth Agarwal filemerge._picktool: only pick from nomerge tools for change/delete conflicts
Fri, 13 Nov 2015 23:52:26 -0800 Siddharth Agarwal filemerge: add support for change/delete conflicts to the ':prompt' tool
Wed, 18 Nov 2015 15:41:50 -0800 Siddharth Agarwal filemerge: add support for change/delete conflicts to the ':other' merge tool
Wed, 18 Nov 2015 15:40:28 -0800 Siddharth Agarwal filemerge: add support for change/delete conflicts to the ':local' merge tool
Wed, 18 Nov 2015 14:22:52 -0800 Siddharth Agarwal filemerge: return whether the file was deleted
Wed, 18 Nov 2015 13:55:31 -0800 Siddharth Agarwal filemerge: return whether the file is deleted from all other merge tools
Wed, 18 Nov 2015 13:52:28 -0800 Siddharth Agarwal filemerge: return whether the file is deleted for nomerge internal tools
Mon, 16 Nov 2015 11:45:35 -0800 Siddharth Agarwal filemerge: introduce class whose objects represent files not in a context
Wed, 11 Nov 2015 10:19:11 -0800 Martin von Zweigbergk filemerge: remove leading space from " no tool found..."
Wed, 11 Nov 2015 17:34:28 -0800 Siddharth Agarwal filemerge: rename _symlinkcheck to _mergecheck
Tue, 10 Nov 2015 16:25:59 -0800 Christian Delahousse filemerge: choose where .orig files are kept
Tue, 10 Nov 2015 17:13:16 -0800 Siddharth Agarwal filemerge: treat EOF at prompt as fail, not abort
Sun, 08 Nov 2015 23:42:44 -0800 Siddharth Agarwal filemerge: move :merge-local/other symlink check to precheck
Mon, 02 Nov 2015 12:12:24 -0800 Siddharth Agarwal filemerge.prompt: separate out choice selection and action
Wed, 14 Oct 2015 12:57:33 -0400 Augie Fackler merge-tools: allow marking a mergetool as completely disabled
Fri, 09 Oct 2015 13:54:52 -0700 Siddharth Agarwal simplemerge: move conflict warning message to filemerge
Sun, 11 Oct 2015 15:04:00 -0700 Siddharth Agarwal filemerge: clean up some dead code
Sun, 11 Oct 2015 20:47:14 -0700 Siddharth Agarwal filemerge: break overall filemerge into separate premerge and merge steps
Sun, 11 Oct 2015 20:04:40 -0700 Siddharth Agarwal filemerge: only copy to backup during premerge step
Sun, 11 Oct 2015 20:02:53 -0700 Siddharth Agarwal filemerge: only print out "merging f" output at premerge step
Thu, 08 Oct 2015 00:19:20 -0700 Siddharth Agarwal filemerge: deindent the parts of filemerge outside the try block
Sun, 11 Oct 2015 20:47:04 -0700 Siddharth Agarwal filemerge: introduce a premerge flag and function
Sun, 11 Oct 2015 12:56:21 -0700 Siddharth Agarwal filemerge: also return whether the merge is complete
Sun, 11 Oct 2015 12:31:08 -0700 Siddharth Agarwal filemerge: add a wrapper around the filemerge function
Wed, 07 Oct 2015 21:51:24 -0700 Siddharth Agarwal filemerge: clean up temp files in a finally block
Wed, 07 Oct 2015 23:35:30 -0700 Siddharth Agarwal filemerge: move post-merge checks into a separate function
Thu, 08 Oct 2015 14:18:43 -0700 Siddharth Agarwal filemerge._xmerge: drop no longer necessary 'if r:' check
Thu, 08 Oct 2015 14:17:31 -0700 Siddharth Agarwal filemerge._idump: drop no longer necessary 'if r:' check
Thu, 08 Oct 2015 14:16:19 -0700 Siddharth Agarwal filemerge._merge: drop no longer necessary 'if r:' check
Wed, 07 Oct 2015 21:22:16 -0700 Siddharth Agarwal filemerge: call premerge directly from main merge function
Wed, 07 Oct 2015 21:28:43 -0700 Siddharth Agarwal filemerge: move precheck to before files are written out
Wed, 07 Oct 2015 22:58:52 -0700 Siddharth Agarwal filemerge: move 'merging' output to before file creation
Wed, 07 Oct 2015 21:21:56 -0700 Siddharth Agarwal filemerge.filemerge: make a tuple containing merge paths on disk
Wed, 07 Oct 2015 16:14:57 -0700 Siddharth Agarwal filemerge: switch trymerge boolean to mergetype enum
Wed, 07 Oct 2015 15:13:41 -0700 Siddharth Agarwal filemerge: add some merge types
Wed, 07 Oct 2015 00:27:23 -0700 Siddharth Agarwal filemerge: run symlink check for :merge3
less more (0) -100 -60 tip