Sat, 13 Oct 2018 07:49:20 -0700 |
Kyle Lippincott |
merge-tools: when calling external merge tool, describe the resolve inputs
|
file |
diff |
annotate
|
Wed, 29 Aug 2018 22:53:44 -0400 |
Matt Harbison |
filemerge: fix an i18n comment typo
|
file |
diff |
annotate
|
Sun, 26 Aug 2018 19:14:26 +0300 |
Pulkit Goyal |
filemerge: fix the wrong placements of messages in prompt
|
file |
diff |
annotate
|
Sat, 25 Aug 2018 21:17:34 +0300 |
Pulkit Goyal |
filemerge: print the filename in quotes in prompt
|
file |
diff |
annotate
|
Mon, 20 Aug 2018 13:29:48 -0400 |
Augie Fackler |
merge: improve interactive one-changed one-deleted message (issue5550)
|
file |
diff |
annotate
|
Wed, 22 Aug 2018 14:08:27 +0900 |
FUJIWARA Katsunori |
filemerge: avoid putting translated text into docstring
|
file |
diff |
annotate
|
Wed, 22 Aug 2018 13:57:01 +0900 |
FUJIWARA Katsunori |
filemerge: make capability check for internal tools ignore merge-tools section
|
file |
diff |
annotate
|
Tue, 14 Aug 2018 22:20:28 +0900 |
FUJIWARA Katsunori |
filemerge: show actual capabilities of internal merge tools
|
file |
diff |
annotate
|
Wed, 15 Aug 2018 22:24:50 +0900 |
FUJIWARA Katsunori |
filemerge: add config knob to check capabilities of internal merge tools
|
file |
diff |
annotate
|
Wed, 15 Aug 2018 22:24:38 +0900 |
FUJIWARA Katsunori |
filemerge: show warning if chosen tool has no binary files capability
|
file |
diff |
annotate
|
Tue, 14 Aug 2018 20:15:51 +0900 |
FUJIWARA Katsunori |
filemerge: add the function to examine a capability of a internal tool
|
file |
diff |
annotate
|
Tue, 14 Aug 2018 20:08:27 +0900 |
FUJIWARA Katsunori |
filemerge: set actual capabilities of internal merge tools
|
file |
diff |
annotate
|
Mon, 23 Jul 2018 22:51:53 -0700 |
Martin von Zweigbergk |
mergetool: warn if ui.merge points to nonexistent tool
|
file |
diff |
annotate
|
Thu, 26 Jul 2018 17:11:03 -0700 |
Kyle Lippincott |
resolve: add option to warn/abort on -m with unresolved conflict markers
|
file |
diff |
annotate
|
Sat, 26 May 2018 12:20:36 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkdtemp() to use bytes path
|
file |
diff |
annotate
|
Sat, 26 May 2018 12:14:04 +0900 |
Yuya Nishihara |
py3: wrap tempfile.mkstemp() to use bytes path
|
file |
diff |
annotate
|
Thu, 24 May 2018 15:56:47 -0600 |
hindlemail |
filemerge: don't pass function name as loadpath's module_name param
|
file |
diff |
annotate
|
Wed, 16 May 2018 14:11:41 -0600 |
hindlemail |
filemerge: support specifying a python function to custom merge-tools
|
file |
diff |
annotate
|
Sat, 24 Mar 2018 15:10:51 +0900 |
Yuya Nishihara |
procutil: bulk-replace function calls to point to new module
|
file |
diff |
annotate
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
file |
diff |
annotate
|
Wed, 21 Mar 2018 12:36:29 -0700 |
Kyle Lippincott |
filemerge: make the 'local' path match the format that 'base' and 'other' use
|
file |
diff |
annotate
|
Fri, 19 Jan 2018 19:07:58 -0800 |
Kyle Lippincott |
filemerge: use a single temp dir instead of temp files
|
file |
diff |
annotate
|
Fri, 19 Jan 2018 19:14:09 -0800 |
Kyle Lippincott |
filemerge: move temp file unlinks to _maketempfiles
|
file |
diff |
annotate
|
Sat, 17 Mar 2018 11:23:04 +0900 |
Yuya Nishihara |
templater: rename .render(mapping) to .renderdefault(mapping) (API)
|
file |
diff |
annotate
|
Fri, 19 Jan 2018 18:52:50 -0800 |
Kyle Lippincott |
filemerge: give some variables in _xmerge more descriptive names
|
file |
diff |
annotate
|
Sat, 10 Mar 2018 15:57:16 +0900 |
Yuya Nishihara |
py3: use r'' instead of sysstr('') to get around code transformer
|
file |
diff |
annotate
|
Sun, 25 Feb 2018 23:09:58 -0500 |
Augie Fackler |
filemerge: do what the context __bytes__ does, but locally
|
file |
diff |
annotate
|
Wed, 17 Jan 2018 17:35:05 -0800 |
Kyle Lippincott |
filemerge: support passing labels to external merge tools
|
file |
diff |
annotate
|
Wed, 17 Jan 2018 20:09:52 -0500 |
Augie Fackler |
filemerge: fix regular expression pattern to be bytes
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 21:37:03 -0800 |
Phil Cohen |
filemerge: only write in-memory backup during premerge
|
file |
diff |
annotate
|
Thu, 04 Jan 2018 21:36:58 -0800 |
Phil Cohen |
filemerge: fix backing up an in-memory file to a custom location
|
file |
diff |
annotate
|
Fri, 22 Dec 2017 21:19:29 +0900 |
Yuya Nishihara |
templater: register keywords to defaults table
|
file |
diff |
annotate
|
Fri, 22 Dec 2017 21:22:49 +0900 |
Yuya Nishihara |
templater: drop unneeded resources from conflict-marker data
|
file |
diff |
annotate
|
Thu, 21 Dec 2017 22:05:30 +0900 |
Yuya Nishihara |
templater: move repo, ui and cache to per-engine resources
|
file |
diff |
annotate
|
Wed, 20 Dec 2017 17:22:16 -0600 |
Phil Cohen |
filemerge: only raise InMemoryMergeConflictsError when running _xmerge
|
file |
diff |
annotate
|
Fri, 01 Dec 2017 00:07:23 -0800 |
Phil Cohen |
filemerge: raise InMemoryMergeConflictsError if we hit merge conflicts in IMM
|
file |
diff |
annotate
|
Fri, 01 Dec 2017 00:07:23 -0800 |
Phil Cohen |
context: switch ctx() use to changectx()
|
file |
diff |
annotate
|
Thu, 26 Oct 2017 11:07:06 -0700 |
Kostia Balytskyi |
filemerge: pass a default value to _toolstr (issue5718)
stable
|
file |
diff |
annotate
|
Fri, 20 Oct 2017 14:15:46 -0700 |
Joe Blaylock |
help: fix typo in hg merge documentation
stable
|
file |
diff |
annotate
|
Sun, 08 Oct 2017 20:37:13 +0200 |
Boris Feld |
configitems: register the full 'merge-tools' config and sub-options
|
file |
diff |
annotate
|
Fri, 06 Oct 2017 06:48:43 -0700 |
Ryan McElroy |
merge: allow user to halt merge on merge-tool failures
|
file |
diff |
annotate
|
Fri, 06 Oct 2017 06:48:43 -0700 |
Ryan McElroy |
filemerge: introduce functions to halt merge flow
|
file |
diff |
annotate
|
Sun, 15 Oct 2017 20:36:29 -0700 |
Phil Cohen |
filemerge: add a missing flushall()
|
file |
diff |
annotate
|
Fri, 13 Oct 2017 12:34:22 -0700 |
Phil Cohen |
filemerge: store backups in the overlayworkingctx if using imm
|
file |
diff |
annotate
|
Mon, 16 Oct 2017 13:10:55 -0700 |
Phil Cohen |
filemerge: use arbitraryfilectx for backups
|
file |
diff |
annotate
|
Mon, 02 Oct 2017 04:48:06 +0530 |
Pulkit Goyal |
py3: use '%d' for integers instead of '%s'
|
file |
diff |
annotate
|
Mon, 11 Sep 2017 13:03:27 -0700 |
Phil Cohen |
filemerge: flush if using deferred writes when running a merge tool
|
file |
diff |
annotate
|
Mon, 11 Sep 2017 13:03:27 -0700 |
Phil Cohen |
merge: pass wctx to premerge, filemerge
|
file |
diff |
annotate
|
Tue, 05 Sep 2017 12:04:02 -0700 |
Phil Cohen |
filemerge: use fctx.write() in the internal:dump tool, instead of copy
|
file |
diff |
annotate
|
Fri, 01 Sep 2017 10:35:43 -0700 |
Phil Cohen |
simplemerge: remove unused `repo` parameter
|
file |
diff |
annotate
|
Thu, 31 Aug 2017 11:28:59 -0700 |
Phil Cohen |
filemerge: add _restorebackup
|
file |
diff |
annotate
|
Thu, 31 Aug 2017 11:28:59 -0700 |
Phil Cohen |
filemerge: reduce creation of tempfiles until needed
|
file |
diff |
annotate
|
Thu, 31 Aug 2017 11:28:59 -0700 |
Phil Cohen |
filemerge: add `_workingpath`
|
file |
diff |
annotate
|
Thu, 31 Aug 2017 11:28:59 -0700 |
Phil Cohen |
filemerge: move a util copy call to filectx.write
|
file |
diff |
annotate
|
Thu, 31 Aug 2017 11:28:59 -0700 |
Phil Cohen |
filemerge: eliminate most uses of tempfiles
|
file |
diff |
annotate
|
Thu, 31 Aug 2017 11:05:19 -0700 |
Phil Cohen |
filemerge: extract _maketemp and _makebackup
|
file |
diff |
annotate
|
Thu, 24 Aug 2017 21:30:51 -0700 |
Phil Cohen |
simplemerge: stop accepting, and passing, file parameters
|
file |
diff |
annotate
|
Sun, 13 Aug 2017 20:06:52 -0700 |
Phil Cohen |
filemerge: pass contexts to simplemerge
|
file |
diff |
annotate
|
Sun, 06 Aug 2017 01:13:57 +0900 |
FUJIWARA Katsunori |
filemerge: move decorator definition for internal merge tools to registrar
|
file |
diff |
annotate
|
Fri, 30 Jun 2017 03:44:56 +0200 |
Boris Feld |
configitems: register the 'ui.mergemarkertemplate' config
|
file |
diff |
annotate
|
Fri, 14 Jul 2017 14:22:40 -0700 |
Jun Wu |
codemod: register core configitems using a script
|
file |
diff |
annotate
|
Mon, 26 Jun 2017 22:52:15 -0700 |
Phil Cohen |
filemerge: convert a couple of wvfs calls in internal mergetools to contexts
|
file |
diff |
annotate
|
Sat, 22 Apr 2017 19:56:47 +0900 |
Yuya Nishihara |
templater: add simple interface for unnamed template (API)
|
file |
diff |
annotate
|
Fri, 02 Jun 2017 16:57:21 +0530 |
Pulkit Goyal |
py3: convert bool variables to bytes
|
file |
diff |
annotate
|
Fri, 19 May 2017 03:47:43 -0700 |
Stanislau Hlebik |
filemerge: store error messages in module variables
|
file |
diff |
annotate
|
Sat, 13 May 2017 03:31:42 +0900 |
FUJIWARA Katsunori |
filemerge: add internal merge tool to dump files forcibly
|
file |
diff |
annotate
|
Sat, 13 May 2017 03:28:36 +0900 |
FUJIWARA Katsunori |
filemerge: make warning message more i18n friendly
|
file |
diff |
annotate
|
Sat, 13 May 2017 03:28:36 +0900 |
FUJIWARA Katsunori |
filemerge: show warning about choice of :prompt only at an actual fallback
|
file |
diff |
annotate
|
Sat, 25 Feb 2017 19:36:02 +0900 |
Yuya Nishihara |
filemerge: optionally strip quotes from merge marker template (BC)
|
file |
diff |
annotate
|
Wed, 15 Mar 2017 15:11:52 -0700 |
Pierre-Yves David |
filemerge: explicitly tests for None
|
file |
diff |
annotate
|
Mon, 26 Dec 2016 16:54:33 -0700 |
Gregory Szorc |
filemerge: don't use mutable default argument value
|
file |
diff |
annotate
|
Mon, 06 Mar 2017 03:19:40 -0800 |
Simon Farnsworth |
filemerge: tag merge tool for blocked times
|
file |
diff |
annotate
|
Mon, 13 Feb 2017 20:06:38 +0530 |
Pulkit Goyal |
py3: convert the mode argument of os.fdopen to unicodes (1 of 2)
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 09:32:25 -0800 |
Martin von Zweigbergk |
merge: print status message before launching external merge tool
|
file |
diff |
annotate
|
Sun, 18 Dec 2016 01:54:36 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 3 of 5)
|
file |
diff |
annotate
|
Wed, 23 Nov 2016 23:47:38 +0100 |
Mads Kiilerich |
merge: use original file extension for temporary files
|
file |
diff |
annotate
|
Sat, 19 Nov 2016 15:41:37 -0800 |
Kostia Balytskyi |
conflicts: make spacing consistent in conflict markers
|
file |
diff |
annotate
|
Thu, 10 Nov 2016 16:33:07 -0500 |
Augie Fackler |
filemerge: avoid shadowing a variable in a list comprehension
|
file |
diff |
annotate
|
Sat, 08 Oct 2016 16:10:58 +0200 |
Pulkit Goyal |
py3: make format strings unicodes and not bytes
|
file |
diff |
annotate
|
Fri, 12 Aug 2016 05:56:40 -0700 |
Simon Farnsworth |
merge: always use other, not remote, in user prompts
|
file |
diff |
annotate
|
Fri, 12 Aug 2016 06:01:42 -0700 |
Simon Farnsworth |
merge: use labels in prompts to the user
|
file |
diff |
annotate
|
Tue, 05 May 2015 10:51:34 +0900 |
Yuya Nishihara |
merge: concatenate default conflict marker at parsing phase of .py
|
file |
diff |
annotate
|
Sun, 10 Apr 2016 17:23:09 +0900 |
Yuya Nishihara |
templater: factor out function that creates templater from string template
|
file |
diff |
annotate
|
Sun, 03 Apr 2016 23:26:48 +0900 |
Yuya Nishihara |
templater: separate function to create templater from map file (API)
|
file |
diff |
annotate
|
Thu, 17 Mar 2016 00:36:01 +0000 |
timeless |
filemerge: use revset notation for p1/p2 of local/other descriptions
|
file |
diff |
annotate
|
Thu, 17 Mar 2016 00:36:01 +0000 |
timeless |
filemerge: indicate that local/other are p1/p2
|
file |
diff |
annotate
|
Sat, 02 Jan 2016 03:02:57 -0800 |
Siddharth Agarwal |
origpath: move from cmdutil to scmutil
|
file |
diff |
annotate
|
Wed, 23 Dec 2015 12:51:45 -0800 |
Siddharth Agarwal |
filemerge: default change/delete conflicts to 'leave unresolved' (BC)
|
file |
diff |
annotate
|
Tue, 01 Dec 2015 09:48:38 -0800 |
Siddharth Agarwal |
filemerge: default regular prompts to 'leave unresolved' (BC)
|
file |
diff |
annotate
|
Mon, 30 Nov 2015 13:43:55 -0800 |
Siddharth Agarwal |
filemerge: add a 'leave unresolved' option to change/delete prompts
|
file |
diff |
annotate
|
Mon, 30 Nov 2015 11:17:18 -0800 |
Siddharth Agarwal |
filemerge: add a 'leave unresolved' option to regular prompts
|
file |
diff |
annotate
|
Wed, 25 Nov 2015 14:25:26 -0800 |
Siddharth Agarwal |
filemerge: add debug output for whether this is a change/delete conflict
|
file |
diff |
annotate
|
Tue, 24 Nov 2015 10:58:35 -0800 |
Siddharth Agarwal |
filemerge: in ':prompt', use ':fail' tool rather than returning directly
|
file |
diff |
annotate
|
Tue, 24 Nov 2015 10:57:01 -0800 |
Siddharth Agarwal |
filemerge: in ':fail' tool, write out other side if local side is deleted
|
file |
diff |
annotate
|
Sat, 14 Nov 2015 00:00:46 -0800 |
Siddharth Agarwal |
filemerge: don't try to copy files known to be absent
|
file |
diff |
annotate
|
Fri, 13 Nov 2015 23:57:43 -0800 |
Siddharth Agarwal |
filemerge: don't try using external tools on change/delete conflicts
|
file |
diff |
annotate
|
Fri, 13 Nov 2015 23:56:00 -0800 |
Siddharth Agarwal |
filemerge: don't attempt to premerge change/delete conflicts
|
file |
diff |
annotate
|
Fri, 13 Nov 2015 23:58:05 -0800 |
Siddharth Agarwal |
filemerge._mergecheck: add check for change/delete conflicts
|
file |
diff |
annotate
|
Sun, 15 Nov 2015 21:40:15 -0800 |
Siddharth Agarwal |
filemerge._picktool: only pick from nomerge tools for change/delete conflicts
|
file |
diff |
annotate
|
Fri, 13 Nov 2015 23:52:26 -0800 |
Siddharth Agarwal |
filemerge: add support for change/delete conflicts to the ':prompt' tool
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 15:41:50 -0800 |
Siddharth Agarwal |
filemerge: add support for change/delete conflicts to the ':other' merge tool
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 15:40:28 -0800 |
Siddharth Agarwal |
filemerge: add support for change/delete conflicts to the ':local' merge tool
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 14:22:52 -0800 |
Siddharth Agarwal |
filemerge: return whether the file was deleted
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 13:55:31 -0800 |
Siddharth Agarwal |
filemerge: return whether the file is deleted from all other merge tools
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 13:52:28 -0800 |
Siddharth Agarwal |
filemerge: return whether the file is deleted for nomerge internal tools
|
file |
diff |
annotate
|
Mon, 16 Nov 2015 11:45:35 -0800 |
Siddharth Agarwal |
filemerge: introduce class whose objects represent files not in a context
|
file |
diff |
annotate
|
Wed, 11 Nov 2015 10:19:11 -0800 |
Martin von Zweigbergk |
filemerge: remove leading space from " no tool found..."
|
file |
diff |
annotate
|
Wed, 11 Nov 2015 17:34:28 -0800 |
Siddharth Agarwal |
filemerge: rename _symlinkcheck to _mergecheck
|
file |
diff |
annotate
|
Tue, 10 Nov 2015 16:25:59 -0800 |
Christian Delahousse |
filemerge: choose where .orig files are kept
|
file |
diff |
annotate
|
Tue, 10 Nov 2015 17:13:16 -0800 |
Siddharth Agarwal |
filemerge: treat EOF at prompt as fail, not abort
|
file |
diff |
annotate
|
Sun, 08 Nov 2015 23:42:44 -0800 |
Siddharth Agarwal |
filemerge: move :merge-local/other symlink check to precheck
|
file |
diff |
annotate
|
Mon, 02 Nov 2015 12:12:24 -0800 |
Siddharth Agarwal |
filemerge.prompt: separate out choice selection and action
|
file |
diff |
annotate
|
Wed, 14 Oct 2015 12:57:33 -0400 |
Augie Fackler |
merge-tools: allow marking a mergetool as completely disabled
|
file |
diff |
annotate
|
Fri, 09 Oct 2015 13:54:52 -0700 |
Siddharth Agarwal |
simplemerge: move conflict warning message to filemerge
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 15:04:00 -0700 |
Siddharth Agarwal |
filemerge: clean up some dead code
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 20:47:14 -0700 |
Siddharth Agarwal |
filemerge: break overall filemerge into separate premerge and merge steps
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 20:04:40 -0700 |
Siddharth Agarwal |
filemerge: only copy to backup during premerge step
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 20:02:53 -0700 |
Siddharth Agarwal |
filemerge: only print out "merging f" output at premerge step
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 00:19:20 -0700 |
Siddharth Agarwal |
filemerge: deindent the parts of filemerge outside the try block
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 20:47:04 -0700 |
Siddharth Agarwal |
filemerge: introduce a premerge flag and function
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 12:56:21 -0700 |
Siddharth Agarwal |
filemerge: also return whether the merge is complete
|
file |
diff |
annotate
|
Sun, 11 Oct 2015 12:31:08 -0700 |
Siddharth Agarwal |
filemerge: add a wrapper around the filemerge function
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 21:51:24 -0700 |
Siddharth Agarwal |
filemerge: clean up temp files in a finally block
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 23:35:30 -0700 |
Siddharth Agarwal |
filemerge: move post-merge checks into a separate function
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 14:18:43 -0700 |
Siddharth Agarwal |
filemerge._xmerge: drop no longer necessary 'if r:' check
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 14:17:31 -0700 |
Siddharth Agarwal |
filemerge._idump: drop no longer necessary 'if r:' check
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 14:16:19 -0700 |
Siddharth Agarwal |
filemerge._merge: drop no longer necessary 'if r:' check
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 21:22:16 -0700 |
Siddharth Agarwal |
filemerge: call premerge directly from main merge function
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 21:28:43 -0700 |
Siddharth Agarwal |
filemerge: move precheck to before files are written out
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 22:58:52 -0700 |
Siddharth Agarwal |
filemerge: move 'merging' output to before file creation
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 21:21:56 -0700 |
Siddharth Agarwal |
filemerge.filemerge: make a tuple containing merge paths on disk
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 16:14:57 -0700 |
Siddharth Agarwal |
filemerge: switch trymerge boolean to mergetype enum
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 15:13:41 -0700 |
Siddharth Agarwal |
filemerge: add some merge types
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 00:27:23 -0700 |
Siddharth Agarwal |
filemerge: run symlink check for :merge3
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 00:24:44 -0700 |
Siddharth Agarwal |
filemerge: print correct name of tool for symlink checks
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 00:01:16 -0700 |
Siddharth Agarwal |
filemerge: normalize 'internal:foo' names to ':foo'
|
file |
diff |
annotate
|
Tue, 06 Oct 2015 22:57:21 -0700 |
Siddharth Agarwal |
filemerge: use symlinkcheck for :merge and :union
|
file |
diff |
annotate
|
Tue, 06 Oct 2015 22:56:33 -0700 |
Siddharth Agarwal |
filemerge: add a precheck for symlinks
|
file |
diff |
annotate
|
Tue, 06 Oct 2015 22:55:21 -0700 |
Siddharth Agarwal |
filemerge: call precheck if available
|
file |
diff |
annotate
|
Tue, 06 Oct 2015 22:54:14 -0700 |
Siddharth Agarwal |
filemerge: add a before-merge callback to internal merge tools
|
file |
diff |
annotate
|
Tue, 06 Oct 2015 17:39:13 -0700 |
Siddharth Agarwal |
filemerge: indent filemerge.filemerge
|
file |
diff |
annotate
|
Thu, 10 Sep 2015 09:41:11 -0400 |
Jordi GutiƩrrez Hermoso |
filemerge: add non-interactive :merge-local and :merge-other
|
file |
diff |
annotate
|
Sun, 16 Aug 2015 10:19:00 +0200 |
Erik Huelsmann |
filemerge: add 'union' merge to internal merge tool
|
file |
diff |
annotate
|
Sun, 16 Aug 2015 00:24:29 +0200 |
Erik Huelsmann |
filemerge: split internal merge into api entry point and internal helper
|
file |
diff |
annotate
|
Sat, 08 Aug 2015 19:15:09 -0700 |
Gregory Szorc |
filemerge: use absolute_import
|
file |
diff |
annotate
|
Thu, 25 Jun 2015 17:46:55 -0500 |
Matt Mackall |
filemerge: mark internal-only config option
|
file |
diff |
annotate
|
Mon, 04 May 2015 10:01:03 +0900 |
Yuya Nishihara |
templater: remove noop calls of parsestring(s, quoted=False) (API)
|
file |
diff |
annotate
|
Thu, 19 Mar 2015 22:22:50 +0100 |
Mads Kiilerich |
merge: better debug messages before/after invoking external merge tool
|
file |
diff |
annotate
|
Mon, 09 Feb 2015 23:07:39 -0800 |
Gregory Szorc |
help.merge-tools: do not double document merge tools
|
file |
diff |
annotate
|
Sat, 08 Nov 2014 13:06:22 +0900 |
Yuya Nishihara |
util.system: use ui.system() in place of optional ui.fout parameter
|
file |
diff |
annotate
|
Sun, 02 Nov 2014 14:58:50 -0500 |
Matt Harbison |
filemerge: split the logic for finding an external tool to its own function
|
file |
diff |
annotate
|
Sun, 28 Sep 2014 17:15:28 +0200 |
Mads Kiilerich |
filemerge: switch the default name for internal tools from internal:x to :x
|
file |
diff |
annotate
|
Sun, 28 Sep 2014 17:15:25 +0200 |
Mads Kiilerich |
filemerge: introduce :x as short version of internal:x merge tool name
|
file |
diff |
annotate
|
Mon, 04 Aug 2014 16:32:41 -0700 |
Pierre-Yves David |
merge-tools: add a `premerge=keep-merge3` config option
|
file |
diff |
annotate
|
Mon, 04 Aug 2014 16:58:39 -0700 |
Pierre-Yves David |
merge-tools: make premerge valid values extensible
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 14:58:45 -0700 |
Pierre-Yves David |
merge: add an internal:merge3 tool
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 15:09:54 -0700 |
Pierre-Yves David |
internal:merge: update documentation
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 15:17:38 -0700 |
Pierre-Yves David |
filemerge: allow the formatting of three labels instead of two
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 15:12:22 -0700 |
Pierre-Yves David |
filemerge: drop extra white space
|
file |
diff |
annotate
|
Tue, 05 Aug 2014 14:56:25 -0700 |
Pierre-Yves David |
simplemerge: burn "minimal" feature to the ground
|
file |
diff |
annotate
|
Tue, 29 Jul 2014 11:55:01 -0700 |
Pierre-Yves David |
merge: use no-minimal for premerge too
|
file |
diff |
annotate
|
Mon, 09 Jun 2014 23:37:36 -0700 |
Pierre-Yves David |
merge: refactor labels selection code
|
file |
diff |
annotate
|
Thu, 26 Jun 2014 01:20:25 +0200 |
Angel Ezquerra |
filemerge: add internal:tagmerge merge tool
|
file |
diff |
annotate
|
Fri, 18 Jul 2014 21:49:52 -0500 |
Matt Mackall |
filemerge: use non-minimal conflict marker regions (BC)
|
file |
diff |
annotate
|
Sun, 06 Jul 2014 02:56:41 +0900 |
FUJIWARA Katsunori |
filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety
|
file |
diff |
annotate
|
Sun, 06 Jul 2014 02:56:41 +0900 |
FUJIWARA Katsunori |
filemerge: use 'util.ellipsis' to trim custom conflict markers correctly
|
file |
diff |
annotate
|
Sun, 06 Jul 2014 02:56:41 +0900 |
FUJIWARA Katsunori |
filemerge: use only the first line of the generated conflict marker for safety
|
file |
diff |
annotate
|
Mon, 26 May 2014 11:44:58 -0700 |
Pierre-Yves David |
merge: drop the quotes around commit description
|
file |
diff |
annotate
|
Thu, 08 May 2014 16:54:23 -0700 |
Durham Goode |
merge: add labels parameter from merge.update to filemerge
|
file |
diff |
annotate
|
Thu, 08 May 2014 16:50:22 -0700 |
Durham Goode |
merge: add conflict marker formatter (BC)
|
file |
diff |
annotate
|
Thu, 08 May 2014 16:37:33 -0700 |
Durham Goode |
merge: define conflict marker labels in filemerge()
|
file |
diff |
annotate
|
Thu, 17 Apr 2014 14:54:46 +0200 |
Mads Kiilerich |
filemerge: better handling of failing remove of temporary files
|
file |
diff |
annotate
|
Wed, 12 Mar 2014 13:15:09 -0400 |
Augie Fackler |
filemerge: move from dict() construction to {} literals
|
file |
diff |
annotate
|
Wed, 22 May 2013 17:31:43 -0500 |
Matt Mackall |
ui: merge prompt text components into a singe string
|
file |
diff |
annotate
|
Tue, 15 Jan 2013 01:05:11 +0100 |
Mads Kiilerich |
merge: warn when internal:merge cannot merge symlinks
|
file |
diff |
annotate
|
Tue, 08 Jan 2013 04:15:46 +0100 |
Mads Kiilerich |
merge: never do premerge on symlinks
|
file |
diff |
annotate
|
Tue, 08 Jan 2013 04:15:41 +0100 |
Mads Kiilerich |
merge: make internal merge fail cleanly on symlinks
|
file |
diff |
annotate
|
Fri, 26 Oct 2012 12:02:58 -0700 |
Keegan Carruthers-Smith |
filemerge: use util.shellquote when calling merge (issue3581)
stable
|
file |
diff |
annotate
|
Tue, 13 Mar 2012 16:29:13 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Tue, 13 Mar 2012 15:12:26 -0500 |
Matt Mackall |
filemerge: restore default prompt for binary/symlink lost in 83925d3a4559
stable
|
file |
diff |
annotate
|
Thu, 01 Mar 2012 17:45:13 +0100 |
Thomas Arendsen Hein |
merge with stable
|
file |
diff |
annotate
|
Thu, 01 Mar 2012 17:35:12 +0100 |
Thomas Arendsen Hein |
filemerge: remove temporary files when using internal:dump as merge-tool
stable
|
file |
diff |
annotate
|
Thu, 16 Feb 2012 15:58:51 -0600 |
Matt Mackall |
filemerge: remove some redundancy in decorators/docstrings
|
file |
diff |
annotate
|
Sun, 12 Feb 2012 21:38:12 +0900 |
FUJIWARA Katsunori |
filemerge: create detail of internal merge tools from documentation string
|
file |
diff |
annotate
|
Sun, 12 Feb 2012 21:38:12 +0900 |
FUJIWARA Katsunori |
filemerge: refactoring of 'filemerge()'
|
file |
diff |
annotate
|
Wed, 21 Dec 2011 18:20:15 +0100 |
Laurens Holst |
context: add isbinary function
|
file |
diff |
annotate
|
Wed, 16 Nov 2011 18:04:19 -0600 |
Matt Mackall |
merge: give a special message for internal:merge failure (issue3105)
|
file |
diff |
annotate
|
Wed, 12 Oct 2011 21:45:58 -0400 |
Greg Ward |
merge: expand environment variables and ~/ in tool.executable
|
file |
diff |
annotate
|
Fri, 24 Jun 2011 17:04:37 +0300 |
Idan Kamara |
filemerge: use ui out descriptor when calling util.system
stable
|
file |
diff |
annotate
|
Sun, 08 May 2011 20:35:46 +0200 |
Adrian Buehlmann |
rename util.find_exe to findexe
|
file |
diff |
annotate
|
Fri, 06 May 2011 15:16:22 +0200 |
Adrian Buehlmann |
rename util.lookup_reg to lookupreg
|
file |
diff |
annotate
|
Mon, 02 May 2011 10:11:18 +0200 |
Dan Villiom Podlaski Christiansen |
prevent transient leaks of file handle by using new helper functions
|
file |
diff |
annotate
|
Tue, 08 Mar 2011 13:05:18 -0600 |
Steve Borho |
filemerge: introduce a 'regkeyalt' merge tool variable
stable
|
file |
diff |
annotate
|
Tue, 19 Oct 2010 22:33:52 -0500 |
Steve Borho |
merge: implement --tool arguments using new ui.forcemerge configurable
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 17:55:07 +0200 |
Thomas Arendsen Hein |
merge with stable
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 17:38:43 +0200 |
Thomas Arendsen Hein |
Fix merge-tools.checkconflicts
stable
|
file |
diff |
annotate
|
Thu, 26 Aug 2010 17:38:43 +0200 |
Thomas Arendsen Hein |
Fix merge-tools.checkconflicts
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 10:48:49 -0500 |
Matt Mackall |
merge with stable
|
file |
diff |
annotate
|
Sat, 21 Aug 2010 10:41:29 -0500 |
Matt Mackall |
merge: move reverse-merge logic out of filemerge (issue2342)
stable
|
file |
diff |
annotate
|
Wed, 18 Aug 2010 18:18:26 -0400 |
Steve Losh |
util: add an interpolate() function to for replacing multiple values
|
file |
diff |
annotate
|
Tue, 27 Jul 2010 23:40:46 +0900 |
Nicolas Dumazet |
filectx: use cmp(self, fctx) instead of cmp(self, text)
|
file |
diff |
annotate
|
Mon, 10 May 2010 11:04:56 -0500 |
David Champion |
merge: tool.check = prompt will force an interactive merge check
|
file |
diff |
annotate
|
Mon, 10 May 2010 11:04:56 -0500 |
David Champion |
merge: introduce tool.check parameter
|
file |
diff |
annotate
|
Wed, 21 Apr 2010 11:57:45 -0500 |
David Champion |
merge: tool.premerge=keep will leave premerge markers in $local
|
file |
diff |
annotate
|
Mon, 19 Apr 2010 20:41:53 +0200 |
Benoit Boissinot |
filemerge: use working dir parent as ancestor for backward wdir merge
stable
|
file |
diff |
annotate
|
Tue, 23 Feb 2010 23:19:09 +0100 |
Patrick Mezard |
filemerge: use native path separators when merging (issue1399)
stable
|
file |
diff |
annotate
|
Fri, 05 Feb 2010 18:50:08 +0100 |
Benoit Boissinot |
fix spaces/identation issues
|
file |
diff |
annotate
|
Mon, 25 Jan 2010 00:05:27 -0600 |
Matt Mackall |
many, many trivial check-code fixups
|
file |
diff |
annotate
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
file |
diff |
annotate
|
Wed, 04 Nov 2009 15:18:19 +0100 |
Sune Foldager |
merge: supply base node to merge tools in the environment
|
file |
diff |
annotate
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
file |
diff |
annotate
|
Tue, 07 Jul 2009 17:26:20 +0200 |
Martin Geisler |
filemerge, subrepo: correct indention
|
file |
diff |
annotate
|
Sun, 21 Jun 2009 01:13:19 +0200 |
Simon Heimberg |
ui: extract choice from prompt
|
file |
diff |
annotate
|
Sat, 20 Jun 2009 16:42:51 -0500 |
Matt Mackall |
filemerge: fix internal:dump
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 16:56:03 -0500 |
Matt Mackall |
filemerge: add internal:dump
|
file |
diff |
annotate
|
Thu, 18 Jun 2009 16:56:02 -0500 |
Matt Mackall |
filemerge: add internal:prompt target
|
file |
diff |
annotate
|
Sun, 24 May 2009 22:37:20 +0200 |
Martin Geisler |
use ui instead of repo.ui when the former is in scope
|
file |
diff |
annotate
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: add some default args
|
file |
diff |
annotate
|
Sun, 24 May 2009 02:56:14 -0500 |
Matt Mackall |
match: change all users of util.matcher to match.match
|
file |
diff |
annotate
|
Tue, 28 Apr 2009 17:40:46 +0200 |
Simon Heimberg |
separate import lines from mercurial and general python modules
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 23:57:36 -0500 |
Steve Borho |
simplemerge: use ui.warn() for warnings
|
file |
diff |
annotate
|
Thu, 30 Apr 2009 10:15:32 -0500 |
Steve Borho |
ui: replace regexp pattern with sequence of choices
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
file |
diff |
annotate
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
replace util.sort with sorted built-in
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 13:12:07 +0100 |
Peter Arrenbrecht |
cleanup: drop unused imports
|
file |
diff |
annotate
|
Fri, 07 Nov 2008 02:47:12 +0100 |
Mads Kiilerich |
More verbose logging when filemerge searches for merge-tool
|
file |
diff |
annotate
|
Fri, 27 Jun 2008 18:28:45 -0500 |
Matt Mackall |
util: add sort helper
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 13:52:16 -0500 |
Matt Mackall |
context: remove islink and isexec methods
|
file |
diff |
annotate
|
Thu, 26 Jun 2008 13:46:34 -0500 |
Matt Mackall |
simplify flag handling
|
file |
diff |
annotate
|
Sun, 13 Apr 2008 11:31:45 -0500 |
Matt Mackall |
Merge with -stable
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 02:21:53 +0300 |
Dov Feldstern |
use internal merge tool when specified for a merge-pattern in hgrc
|
file |
diff |
annotate
|
Thu, 10 Apr 2008 15:02:24 -0500 |
Matt Mackall |
merge: introduce mergestate
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 22:23:41 +0100 |
Joel Rosdahl |
Remove unused imports
|
file |
diff |
annotate
|
Thu, 06 Mar 2008 22:23:26 +0100 |
Joel Rosdahl |
Expand import * to allow Pyflakes to find problems
|
file |
diff |
annotate
|
Wed, 06 Feb 2008 20:44:25 -0600 |
Steve Borho |
filemerge: more backwards compatible behavior for ui.merge
|
file |
diff |
annotate
|
Wed, 06 Feb 2008 20:32:06 -0600 |
Steve Borho |
filemerge: add 'checkchanged' merge tool property
|
file |
diff |
annotate
|
Mon, 04 Feb 2008 19:38:34 -0600 |
Steve Borho |
filemerge: wrap quotes around tool path
|
file |
diff |
annotate
|
Mon, 04 Feb 2008 09:56:01 -0600 |
dhruva |
filemerge: fix pattern matching
|
file |
diff |
annotate
|
Sun, 03 Feb 2008 23:58:02 -0800 |
Lee Cantey |
filemerge: fix path to working file when fixeol is enabled
|
file |
diff |
annotate
|
Mon, 04 Feb 2008 09:51:56 -0600 |
Matt Mackall |
filemerge: handle missing regappend
|
file |
diff |
annotate
|