hgext/eol.py
Wed, 29 Sep 2021 14:55:29 +0200 Pierre-Yves David dirstate-item: use maybe_clean instead of `state` in the eol extension
Mon, 19 Jul 2021 05:41:02 +0200 Pierre-Yves David eol: use `set_possibly_dirty` instead of `normallookup`
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Fri, 20 Nov 2020 14:43:21 -0800 Martin von Zweigbergk errors: raise ConfigError on failure to parse config file
Thu, 22 Oct 2020 09:58:05 -0700 Martin von Zweigbergk errors: name arguments to ParseError constructor
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
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
Sun, 17 Apr 2016 02:10:55 +0530 Pulkit Goyal py3: make eol use absolute_import
Sun, 27 Dec 2015 23:55:54 +0900 Bryan O'Sullivan eol: make output stable
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Mon, 05 Oct 2015 22:49:24 -0700 Pierre-Yves David eol: rename 'error' to 'haserror'
Fri, 28 Aug 2015 10:53:55 -0400 timeless spelling: behaviour -> behavior
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 28 Apr 2015 16:44:37 -0400 Augie Fackler extensions: document that `testedwith = 'internal'` is special
Tue, 17 Mar 2015 20:41:52 +0900 Yuya Nishihara eol: replace "working copy" with "working directory" in extension help
Thu, 15 Jan 2015 23:17:12 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.opener
Wed, 22 Oct 2014 16:10:23 +0200 Mads Kiilerich eol: fix crash when handling removed files stable
Tue, 01 Apr 2014 15:11:19 -0500 Matt Mackall merge with stable
Tue, 01 Apr 2014 02:46:03 +0900 FUJIWARA Katsunori i18n: fix "% inside _()" problems stable
Wed, 19 Mar 2014 02:45:14 +0100 Mads Kiilerich config: set a 'source' in most cases where config don't come from file but code
Tue, 05 Nov 2013 08:59:55 +0100 Simon Heimberg documentation: add an extra newline after note directive stable
Tue, 20 Nov 2012 14:21:56 -0800 Bryan O'Sullivan eol: don't refer to a random name-captured ui object
Fri, 17 Aug 2012 13:58:18 -0700 timeless spelling: Macintosh
Tue, 15 May 2012 14:37:49 -0500 Augie Fackler hgext: mark all first-party extensions as such
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Thu, 15 Mar 2012 16:57:19 +0100 Martin Geisler eol: remove left-over print statements
Thu, 15 Mar 2012 16:52:22 +0100 Martin Geisler eol: document why os.utime doesn't work here
Wed, 13 Jul 2011 16:29:28 -0500 Matt Mackall merge with stable
Tue, 12 Jul 2011 12:06:11 -0400 Nicholas Riley eol: ignore IOError from deleted files in commitctx stable
Tue, 12 Jul 2011 16:22:36 -0500 Matt Mackall eol: fix silly test-gendoc breakage by escaping control characters
Thu, 07 Jul 2011 12:13:07 +0200 Martin Geisler eol: document new eol.fix-trailing-newline setting
Fri, 01 Jul 2011 23:12:52 +0400 Stepan Koltsov eol: fix missing trailing newlines in comitted files
Fri, 01 Jul 2011 22:53:58 +0400 Stepan Koltsov eol: eol.only-consistent can now be specified in .hgeol
Mon, 14 Mar 2011 21:31:54 +0100 Patrick Mezard eol: no need to accumulate files when checking all changesets
Mon, 14 Mar 2011 21:08:18 +0100 Patrick Mezard eol: improve hook failure output
Sun, 13 Mar 2011 10:09:30 -0500 Steve Borho merge with stable
Sun, 13 Mar 2011 10:03:06 -0500 Steve Borho eol: do not abort when win32text is found, only warn stable
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: rename hook into checkheadshook, add checkallhook (issue2665)
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: make the hook check all new heads, not only tip (issue2666)
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: the hook no longer requires the extension to be loaded
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: extract parsing error handling in parseeol()
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: separate .hgeol parsing from merge in ui
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: remove unused argument in readhgeol()
Sun, 13 Mar 2011 15:07:44 +0100 Patrick Mezard eol: explain why reading .hgeol from the working dir is special
Sat, 12 Mar 2011 12:11:09 +0100 Martin Geisler eol: use dirstate methods to clear dirstate stable
Mon, 28 Feb 2011 15:46:48 +0100 Martin Geisler eol: do not abort on parse error stable
Mon, 28 Feb 2011 09:28:18 +0100 Martin Geisler eol: be explicit about how to enable hook (issue2661) stable
Sun, 27 Feb 2011 19:50:28 +0100 Antoine Pitrou eol: stop after first matched rule in hook (issue2660) stable
Fri, 25 Feb 2011 12:32:15 +0100 Martin Geisler eol: handle LockUnavailable error (issue2569) stable
Fri, 25 Feb 2011 10:52:37 +0100 Martin Geisler eol: clarify where the .hgeol file is located stable
Mon, 13 Dec 2010 11:53:17 +0100 Martin Geisler merge with stable
Mon, 22 Nov 2010 14:36:57 +0100 Erik Zielke eol: improve help on whether EOLs are changed in working copy or repository stable
Sat, 13 Nov 2010 15:57:40 +0100 Martin Geisler merge with stable
Sat, 13 Nov 2010 15:57:12 +0100 Martin Geisler eol: mention the hook in the module docstring stable
Sat, 13 Nov 2010 15:46:51 +0100 Martin Geisler eol: fix win32text encode/decode filter names
Sat, 13 Nov 2010 15:12:09 +0100 Martin Geisler merge with stable
Wed, 10 Nov 2010 20:26:56 +0000 Colin Caughie eol: added filter aliases for backwards compatibility with win32text
Sat, 13 Nov 2010 15:02:02 +0100 Colin Caughie eol: exclude .hgtags file from eol translation (issue2493) stable
Thu, 21 Oct 2010 17:02:08 +0200 Georg Brandl eol: add missing word in module docstring stable
Wed, 15 Sep 2010 17:48:03 -0500 Steve Borho Merge with stable
Wed, 15 Sep 2010 17:46:51 -0500 Steve Borho eol: setup the repo.ui in reposetup() stable
Fri, 27 Aug 2010 13:32:38 -0400 Brodie Rao cleanup: remove unused imports
Mon, 31 May 2010 21:37:01 +0200 Martin Geisler eol: extension for managing file EOLs stable
less more (0) tip