Mercurial > hg
log mercurial/simplemerge.py @ 33902:f39ba8237ed6
age | author | description |
---|---|---|
Thu, 24 Aug 2017 21:26:40 -0700 | Phil Cohen | simplemerge: use `ctx.decoddeddata()` instead of `repo.wreaddata` |
Sun, 13 Aug 2017 22:46:16 -0700 | Phil Cohen | filemerge: extract `_picklabels` as a helper function |
Sun, 13 Aug 2017 22:46:03 -0700 | Phil Cohen | simplemerge: write merge result to the localctx, if passed |
Sun, 13 Aug 2017 20:06:52 -0700 | Phil Cohen | simplemerge: use contexts to read file data from, if passed |
Sun, 13 Aug 2017 20:06:52 -0700 | Phil Cohen | simplemerge: add optional context parameters to simplemerge |
Sun, 13 Aug 2017 20:06:52 -0700 | Phil Cohen | simplemerge: extract verifytext as a helper function |
Thu, 22 Jun 2017 03:16:16 +0530 | Pulkit Goyal | py3: convert kwargs' keys' to str using pycompat.strkwargs() |