Commit Graph

50 Commits (3ba56db935c1b14611fdf87fe7ef8a7f69e68f61)

Author SHA1 Message Date
Toshi MARUYAMA 3ba56db935 scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log and size (#3421, #4455). 14 years ago
Toshi MARUYAMA cb26f0adf9 scm: mercurial: rewrite MercurialAdapter#diff by using helper extension (#4455, #7518). 14 years ago
Toshi MARUYAMA 0f1c932f35 scm: mercurial: rewrite MercurialAdapter#revisions as an iterator (#4455). 14 years ago
Toshi MARUYAMA 33f1436eb2 scm: mercurial: change identifier to revision in fetching revisions. 14 years ago
Toshi MARUYAMA 608025fd04 scm: mercurial: rewrite MercurialAdapter#info by using helper extention (#4455). 14 years ago
Toshi MARUYAMA 40d72c354a scm: mercurial: add "summary" method in adapter (#4455). 14 years ago
Toshi MARUYAMA 40ef1dd792 scm: mercurial: switch root_url or url in "hg" method (#4455). 14 years ago
Toshi MARUYAMA bed219927d scm: mercurial: refactor "cat" by using hg helper method (#4455). 14 years ago
Toshi MARUYAMA 713757cc8c scm: mercurial: refactor "annotate" by using hg helper method (#4455). 14 years ago
Toshi MARUYAMA 357ddfb112 scm: mercurial: add "hgtarget" method (#4455). 14 years ago
Toshi MARUYAMA 3f80b8a9a7 scm: mercurial: change "--cwd" option to "-R" for running "hg" (#4455). 14 years ago
Toshi MARUYAMA aa4b38025a scm: mercurial: add Mercurial helper extension (#4455). 14 years ago
Toshi MARUYAMA cad0356322 scm: mercurial: add new method 'hg' to wrap shellout (#4455). 14 years ago
Toshi MARUYAMA 62ea9bd915 scm: mercurial: switch shell quote revision with argument. 14 years ago
Toshi MARUYAMA 6d0fcf556d scm: use shell quote for scm command at adapter level (#7517, #4273). 14 years ago
Toshi MARUYAMA d449ac518d scm: change key name of configurable command name (#7517, #6159, #7047). 14 years ago
Toshi MARUYAMA 02c30b1a67 scm: add a feature of configurable path of executable for scm adapters (#7517). 14 years ago
Toshi MARUYAMA 80b329d031 scm: mercurial: change diff option from --git to --config diff.git=false (#7253). 14 years ago
Toshi MARUYAMA a6f05b5e56 scm: mercurial: diff '-c' option supports above Mercurial 1.2 (#3724, #7253). 14 years ago
Toshi MARUYAMA 1ff52e5c5a scm: mercurial: add --git option in 'hg diff' (#7253). 14 years ago
Toshi MARUYAMA 08c093bc85 scm: mercurial: replace identifier to hgrev(identifier). 14 years ago
Toshi MARUYAMA ed246cef41 scm: mercurial: wrap identifier with shell_quote at hgrev(identifier). 14 years ago
Toshi MARUYAMA ef28bf6d88 scm: mercurial: annotate accepts both of revision number and changeset id (#3724). 14 years ago
Toshi MARUYAMA 5207211b6d scm: mercurial: fix diff and test for accept both of revision number and changeset id (#3724). 14 years ago
Toshi MARUYAMA ad18cfda32 scm: mercurial: escape any filenames by urlescape (#2664, #7064). 14 years ago
Jean-Philippe Lang f7529c94f6 Fixes mercurial adapter. 14 years ago
Jean-Philippe Lang 7d7c67daba Fixed that some arguments where not properly escaped in scm adapters. 14 years ago
Jean-Philippe Lang cfc3ee4f5a Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117). 14 years ago
Jean-Philippe Lang 6b72c66893 Fixed: MercurialAdapter.client_version depends on LANG environment variable (#5117). 14 years ago
Jean-Philippe Lang b897089729 Fixes Mercurial adapter for JRuby (#4494, #5404). 15 years ago
Jean-Philippe Lang 22d12032e7 Reject empty Mercurial entries (#4098). 15 years ago
Jean-Philippe Lang ac6ecdb360 Fixed: Mercurial integration doesn't work if redmine is installed in folder path containing space (#3159). 16 years ago
Jean-Philippe Lang 622b6121f4 Fixes nil error when svn binary version is unknown (#1607). 17 years ago
Jean-Philippe Lang 29fb8db936 Adds MercurialAdapter.client_version and prevent @hg --version@ to be called on each request. 17 years ago
Jean-Philippe Lang fda7bcdfb6 Mercurial adapter tests fix (#1469). 17 years ago
Jean-Philippe Lang ec0525d497 Move unified diff parser out of the scm abstract adapter so it can be reused for viewing attached diffs (#1403). 17 years ago
Jean-Philippe Lang aa9d04a4a7 Mercurial adapter improvements (patch #1199 by Pierre Paysant-Le Roux). 17 years ago
Jean-Philippe Lang a73f68a185 Fixed: Links to repository directories don't work (#1119). 17 years ago
Jean-Philippe Lang 7aaa538fd9 Fixed: error when browsing an empty Mercurial repository (#1046). 17 years ago
Jean-Philippe Lang db7f890030 Mercurial: Get proper file action on revision (#983). 17 years ago
Jean-Philippe Lang 472654aebe Fixed: revision is ignored in MercurialAdapter#cat. 17 years ago
Jean-Philippe Lang 451aa6ba4e Add "--encoding utf8" option to the Mercurial "hg log" command in order to get utf8 encoded commit logs (#834). 17 years ago
Jean-Philippe Lang 01fdaf5977 Mercurial adapter: 17 years ago
Jean-Philippe Lang a9c972fbb3 Quotes Mercurial entries command depending on the OS. 17 years ago
Jean-Philippe Lang 71d3bb2f7b Fixes Mercurial browsing under unix-like os and for directory depth > 2 and (patch #826 by Frederic Moulins, slightly edited to preserve win32 compatibility). 17 years ago
Jean-Philippe Lang 78d9ae9754 Fixed: crash when fetching Mercurial changesets if changeset[:files] is nil (same fix as r921). 17 years ago
Jean-Philippe Lang ea35fff5bf SCM adapters: moved Errno::ENOENT exception rescuing to the abstract adapter. 17 years ago
Jean-Philippe Lang 8c65cc4712 Added Annotate/Blame view for Subversion, CVS and Mercurial repositories. 17 years ago
Jean-Philippe Lang 5e6fa147da * Fixed: Error when displaying the issue list if a float custom field is marked as 'used as filter' 17 years ago
Jean-Philippe Lang 438161ad1f Added basic support for CVS and Mercurial SCMs. 18 years ago