Tue, 12 Jul 2011 12:06:11 -0400 eol: ignore IOError from deleted files in commitctx stable
Nicholas Riley <njriley@illinois.edu> [Tue, 12 Jul 2011 12:06:11 -0400] rev 14862
eol: ignore IOError from deleted files in commitctx A Mercurial repo signals a file is deleted by raising IOError when the file's data is requested. This IOError is normally caught by localrepository.commitctx. With the eol extension enabled and EOL mappings in place, the eolrepo subclass should ignore IOError because a deleted file has no line endings to process. This issue exhibited itself when performing an incremental hg convert of a revision with deleted files to a repo with an existing .hgeol file.
Fri, 08 Jul 2011 20:24:19 -0500 scmutil: add missing import of re stable
Steve Borho <steve@borho.org> [Fri, 08 Jul 2011 20:24:19 -0500] rev 14861
scmutil: add missing import of re see https://bitbucket.org/tortoisehg/thg/issue/929
Tue, 12 Jul 2011 16:36:34 -0500 dispatch: fix checking of rpath in _getlocal
Matt Mackall <mpm@selenic.com> [Tue, 12 Jul 2011 16:36:34 -0500] rev 14860
dispatch: fix checking of rpath in _getlocal This avoids an extra config read
Tue, 12 Jul 2011 16:36:22 -0500 ui: rename _is_trusted to _trusted
Matt Mackall <mpm@selenic.com> [Tue, 12 Jul 2011 16:36:22 -0500] rev 14859
ui: rename _is_trusted to _trusted is and do are pointless, underbar separators are style violations
Tue, 12 Jul 2011 16:27:03 -0500 merge with stable
Matt Mackall <mpm@selenic.com> [Tue, 12 Jul 2011 16:27:03 -0500] rev 14858
merge with stable
Tue, 12 Jul 2011 16:22:36 -0500 eol: fix silly test-gendoc breakage by escaping control characters
Matt Mackall <mpm@selenic.com> [Tue, 12 Jul 2011 16:22:36 -0500] rev 14857
eol: fix silly test-gendoc breakage by escaping control characters
Thu, 07 Jul 2011 12:13:07 +0200 eol: document new eol.fix-trailing-newline setting
Martin Geisler <mg@aragost.com> [Thu, 07 Jul 2011 12:13:07 +0200] rev 14856
eol: document new eol.fix-trailing-newline setting
Fri, 01 Jul 2011 23:12:52 +0400 eol: fix missing trailing newlines in comitted files
Stepan Koltsov <stepancheg@yandex-team.ru> [Fri, 01 Jul 2011 23:12:52 +0400] rev 14855
eol: fix missing trailing newlines in comitted files Some text editors (Eclipse, for example) do not add trailing newlines, so diffs often contain annoying "\ No newline at the end of file". This patch to eol extension simply adds trailing newline on commit.
Fri, 01 Jul 2011 22:53:58 +0400 eol: eol.only-consistent can now be specified in .hgeol
Stepan Koltsov <stepancheg@yandex-team.ru> [Fri, 01 Jul 2011 22:53:58 +0400] rev 14854
eol: eol.only-consistent can now be specified in .hgeol
Thu, 07 Jul 2011 10:34:19 +0200 merge with stable
Martin Geisler <mg@aragost.com> [Thu, 07 Jul 2011 10:34:19 +0200] rev 14853
merge with stable
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 +10000 +30000 tip