Wed, 13 Jul 2011 16:43:18 -0500 commit: suppress spurious new head message for duplicate commit (issue2893)
Matt Mackall <mpm@selenic.com> [Wed, 13 Jul 2011 16:43:18 -0500] rev 14874
commit: suppress spurious new head message for duplicate commit (issue2893)
Wed, 13 Jul 2011 16:58:51 -0500 osutil: emulate os.listdir's OSError for long names (issue2898)
Matt Mackall <mpm@selenic.com> [Wed, 13 Jul 2011 16:58:51 -0500] rev 14873
osutil: emulate os.listdir's OSError for long names (issue2898)
Wed, 13 Jul 2011 16:28:46 -0500 verify: filter messages about missing null manifests (issue2900)
Matt Mackall <mpm@selenic.com> [Wed, 13 Jul 2011 16:28:46 -0500] rev 14872
verify: filter messages about missing null manifests (issue2900)
Wed, 13 Jul 2011 19:24:54 -0500 merge with crew
Matt Mackall <mpm@selenic.com> [Wed, 13 Jul 2011 19:24:54 -0500] rev 14871
merge with crew
Wed, 13 Jul 2011 17:41:49 -0500 subrepo: use working copy of .hgsub to filter status (issue2901) stable
Matt Mackall <mpm@selenic.com> [Wed, 13 Jul 2011 17:41:49 -0500] rev 14870
subrepo: use working copy of .hgsub to filter status (issue2901)
Wed, 13 Jul 2011 19:23:33 +0200 notify: remove unused url() method
Patrick Mezard <pmezard@gmail.com> [Wed, 13 Jul 2011 19:23:33 +0200] rev 14869
notify: remove unused url() method
Wed, 13 Jul 2011 19:23:12 +0200 test-notify-changegroup: test notifications on unbundle
Patrick Mezard <pmezard@gmail.com> [Wed, 13 Jul 2011 19:23:12 +0200] rev 14868
test-notify-changegroup: test notifications on unbundle
Wed, 13 Jul 2011 19:23:08 +0200 run-tests: fix summary when accepting changes interactively
Patrick Mezard <pmezard@gmail.com> [Wed, 13 Jul 2011 19:23:08 +0200] rev 14867
run-tests: fix summary when accepting changes interactively Accepted changes were not counted as success.
Wed, 13 Jul 2011 16:29:28 -0500 merge with stable
Matt Mackall <mpm@selenic.com> [Wed, 13 Jul 2011 16:29:28 -0500] rev 14866
merge with stable
Wed, 13 Jul 2011 16:28:46 -0500 verify: filter messages about missing null manifests (issue2900) stable
Matt Mackall <mpm@selenic.com> [Wed, 13 Jul 2011 16:28:46 -0500] rev 14865
verify: filter messages about missing null manifests (issue2900)
Mon, 11 Jul 2011 17:49:45 +0300 cmdserver: restore old working dir after dispatch when we have --cwd stable
Idan Kamara <idankk86@gmail.com> [Mon, 11 Jul 2011 17:49:45 +0300] rev 14864
cmdserver: restore old working dir after dispatch when we have --cwd
Mon, 11 Jul 2011 17:46:55 +0300 dispatch: don't use request repo if we have --cwd stable
Idan Kamara <idankk86@gmail.com> [Mon, 11 Jul 2011 17:46:55 +0300] rev 14863
dispatch: don't use request repo if we have --cwd
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
Thu, 07 Jul 2011 10:19:37 +0200 commands: use mergetoolopts when a command supports --tool
Martin Geisler <mg@aragost.com> [Thu, 07 Jul 2011 10:19:37 +0200] rev 14852
commands: use mergetoolopts when a command supports --tool
Tue, 12 Jul 2011 12:35:03 -0500 revsets: actually catch type error on tip^p1(tip) (issue2884) stable
Matt Mackall <mpm@selenic.com> [Tue, 12 Jul 2011 12:35:03 -0500] rev 14851
revsets: actually catch type error on tip^p1(tip) (issue2884) The previous commit was empty.
(0) -10000 -3000 -1000 -300 -100 -50 -24 +24 +50 +100 +300 +1000 +3000 +10000 +30000 tip