Activity
From 2011-02-14 to 2011-02-17
2011-02-17
2011-02-16
-
17:06 Revision 4859 (svn): scm: mercurial: fix Ruby 1.9 "hg diff" test fails (#7518).
-
16:43 Revision 4858 (svn): scm: in repository tree, use find_changeset_by_name instead of changesets.find_by_revision (#3724, #3421).
- Mercurial revision numbers are far too brittle.
Please see #6681 description. -
16:43 Revision 4857 (svn): scm: mercurial: add identifier to entry.lastrev (#3724, #3421).
-
14:35 Revision 4856 (svn): scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log and size (#3421, #4455).
- Contributed by Yuya Nishihara.
-
12:18 Revision 4855 (svn): scm: mercurial: set instance value flag of whether "hg diff -c" supports true at tests (#7518).
-
12:17 Revision 4854 (svn): scm: mercurial: rewrite MercurialAdapter#diff by using helper extension (#4455, #7518).
- fix incompatibility of diff with Mercurial < 1.1.
Contributed by Yuya Nishihara. -
12:17 Revision 4853 (svn): scm: mercurial: add instance value flag of whether "hg diff -c" supports at tests (#7518).
-
12:17 Revision 4852 (svn): scm: mercurial: code clean up unit app test.
-
12:16 Revision 4851 (svn): scm: git: implement find_changeset_by_name (#7047).
- SQL "like" is slow.
-
12:16 Revision 4850 (svn): scm: git: change project id of unit app test from 1 to 3.
- Project id 1 has Subversion fixtures.
-
08:32 Revision 4849 (svn): scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455).
- Contributed by Yuya Nishihara.
-
08:32 Revision 4848 (svn): scm: mercurial: rewrite MercurialAdapter#revisions as an iterator (#4455).
- Now it uses XmlMini.parse() in place of slow REXML.
Contributed by Yuya Nishihara. -
08:31 Revision 4847 (svn): scm: mercurial: change identifier to revision in fetching revisions.
-
05:41 Revision 4846 (svn): scm: mercurial: rewrite MercurialAdapter#info by using helper extention (#4455).
- Contributed by Yuya Nishihara.
-
05:41 Revision 4845 (svn): scm: mercurial: add "summary" method in adapter (#4455).
- Contributed by Yuya Nishihara.
-
05:40 Revision 4844 (svn): scm: mercurial: switch root_url or url in "hg" method (#4455).
- "info" sets root_url from url.
-
04:47 Revision 4843 (svn): scm: mercurial: add compatible test for "revisions" method.
-
04:47 Revision 4842 (svn): scm: mercurial: refactor "cat" by using hg helper method (#4455).
- Contributed by Yuya Nishihara.
-
02:14 Revision 4841 (svn): scm: mercurial: refactor "annotate" by using hg helper method (#4455).
- Contributed by Yuya Nishihara.
-
02:14 Revision 4840 (svn): scm: mercurial: add "hgtarget" method (#4455).
- Abstract adapter shell quotes paths.
-
02:14 Revision 4839 (svn): scm: mercurial: change "--cwd" option to "-R" for running "hg" (#4455).
-
02:13 Revision 4838 (svn): scm: mercurial: add compatible test for "info" method.
2011-02-15
-
12:10 Revision 4837 (svn): scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Subversion (#4455).
-
12:05 Revision 4836 (svn): scm: bazaar: move cat and annotate test from unit app test to unit lib test.
- Bazaar supports revision number and do not need to read database.
-
12:05 Revision 4835 (svn): scm: cvs: set client available if cvs version above 1.12.
-
12:04 Revision 4834 (svn): scm: mercurial: ignore redminehelper.pyc and redminehelper.pyo for Git and Mercurial (#4455).
-
12:04 Revision 4833 (svn): scm: mercurial: add Mercurial helper extension (#4455).
- * 'rhsummary' and 'rhmanifest' for reducing the number of hg command calls.
* 'rhdiff' for compatibility with Mercuri... -
09:04 Revision 4832 (svn): scm: cvs: add methods of getting cvs version and add unit lib test (#4273).
-
08:04 Revision 4831 (svn): scm: bazaar: add methods of getting bazaar version and add unit lib test (#4273).
-
08:04 Revision 4830 (svn): scm: mercurial: add new method 'hg' to wrap shellout (#4455).
- Contributed by Yuya Nishihara.
-
06:58 Revision 4829 (svn): scm: git: add methods of getting git version and add unit lib test (#4273).
-
06:58 Revision 4828 (svn): scm: mercurial: switch shell quote revision with argument.
-
06:33 Revision 4827 (svn): scm: subversion: change newlines LF to CRLF at lib/redmine/scm/adapters/subversion_adapter.rb.
-
03:29 Revision 4826 (svn): scm: subversion: change unit app test project id from 1 to 3.
- Fixtures have project id 1 subversion changesets and changes.
Change file:/// to file://. -
03:12 Revision 4825 (svn): scm: subversion: refactor getting svn version and add lib test (#4273).
-
03:12 Revision 4824 (svn): scm: catch CommandFailed during bulk Repository.fetch_changesets (#4455).
- Contributed by Yuya Nishihara.
2011-02-14
-
09:45 Revision 4823 (svn): scm: git: remove localtime (#6346).
- No needs to use localtime.
If we use localtime, we should clone.
See r4794 and r4802. -
09:45 Revision 4822 (svn): scm: add scm command and version methods at repository models (#4273).
-
07:14 Revision 4821 (svn): scm: use shell quote for scm command at adapter level (#7517, #4273).
- "C:\Program Files\TortoiseHg\hg.exe" can be used in config/configuration.yml.
In Ruby 1.9 IO.popen, if cmd is an Arr...
Also available in: Atom