Sun, 13 Oct 2019 02:10:26 +0200 |
Mads Kiilerich |
eol: don't fallback to use .hgeol from tip (BC)
|
Sun, 13 Oct 2019 02:15:07 +0200 |
Mads Kiilerich |
eol: fix update - don't use and apply removed .hgeol patterns
|
Sun, 13 Oct 2019 02:11:33 +0200 |
Mads Kiilerich |
eol: cache needs update, also if it has same timestamp as the source
|
Mon, 14 Oct 2019 01:33:18 +0200 |
Mads Kiilerich |
eol: update isbinary filter to work without compat wrapper
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Sun, 06 Oct 2019 19:25:18 -0400 |
Gregory Szorc |
py3: define and use pycompat.iteritems() for hgext/
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Sat, 13 Jul 2019 23:45:32 -0400 |
Valentin Gatien-Baron |
convert: add a config option to help doing identity hg->hg conversion
|
Wed, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
Sat, 16 Jun 2018 17:53:51 +0900 |
Yuya Nishihara |
py3: replace s[-1] with s.endswith() in eol handling
|
Fri, 13 Apr 2018 22:46:37 -0700 |
Martin von Zweigbergk |
scmutil: rename resolvepartialhexnodeid() to resolvehexnodeidprefix()
|
Fri, 06 Apr 2018 09:53:17 -0700 |
Martin von Zweigbergk |
eol: look up partial nodeid as partial nodeid
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Fri, 02 Mar 2018 07:16:33 +0530 |
Pulkit Goyal |
py3: use bytes() instead of str()
|
Sat, 14 Oct 2017 01:09:46 +0200 |
Boris Feld |
eol: ensure the eol extensions is loaded when hooks run
|
Fri, 30 Jun 2017 03:39:32 +0200 |
Boris Feld |
configitems: register the 'eol.only-consistent' config
|
Fri, 30 Jun 2017 03:39:26 +0200 |
Boris Feld |
configitems: register the 'eol.native' config
|
Fri, 30 Jun 2017 03:39:21 +0200 |
Boris Feld |
configitems: register the 'eol.fix-trailing-newline' config
|
Fri, 23 Jun 2017 13:22:04 +0200 |
Pierre-Yves David |
eol: fix 'error' parameter name in the commitctx wrapper
stable
|
Fri, 23 Jun 2017 13:24:45 +0200 |
Pierre-Yves David |
eol: import 'error' as 'errormod'
stable
|
Wed, 29 Mar 2017 21:28:54 +0900 |
Yuya Nishihara |
util: extract pure tolf/tocrlf() functions from eol extension
|
Wed, 29 Mar 2017 21:23:28 +0900 |
Yuya Nishihara |
pycompat: provide bytes os.linesep
|
Wed, 15 Mar 2017 00:31:59 -0700 |
Pierre-Yves David |
eol: use 'wvfs' instead of 'wfile'
|
Wed, 08 Mar 2017 16:51:36 -0800 |
Pierre-Yves David |
eol: directly use repo.vfs.join
|
Thu, 13 Oct 2016 13:47:47 +0200 |
Pierre-Yves David |
eol: make sure we always release the wlock when writing cache
|
Sun, 09 Oct 2016 15:54:49 +0200 |
Mads Kiilerich |
eol: on update, only re-check files if filtering changed
|
Sun, 09 Oct 2016 15:54:42 +0200 |
Mads Kiilerich |
eol: store and reuse pattern matchers instead of creating in tight loop
|
Sun, 09 Oct 2016 15:42:42 +0200 |
Mads Kiilerich |
eol: fix variable naming - call it _eolmatch instead of _eolfile
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|