OSDN Git Service

scm: mercurial: switch shell quote revision with argument.
[redminele/redmine.git] / lib / redmine / scm / adapters / mercurial_adapter.rb
2011-02-15 Toshi MARUYAMAscm: mercurial: switch shell quote revision with argument.
2011-02-14 Toshi MARUYAMAscm: use shell quote for scm command at adapter level...
2011-02-04 Toshi MARUYAMAscm: change key name of configurable command name ...
2011-02-04 Toshi MARUYAMAscm: add a feature of configurable path of executable...
2011-01-11 Toshi MARUYAMAscm: mercurial: change diff option from --git to -...
2011-01-11 Toshi MARUYAMAscm: mercurial: diff '-c' option supports above Mercuri...
2011-01-09 Toshi MARUYAMAscm: mercurial: add --git option in 'hg diff' (#7253).
2011-01-09 Toshi MARUYAMAscm: mercurial: replace identifier to hgrev(identifier).
2011-01-09 Toshi MARUYAMAscm: mercurial: wrap identifier with shell_quote at...
2011-01-09 Toshi MARUYAMAscm: mercurial: annotate accepts both of revision numbe...
2011-01-08 Toshi MARUYAMAscm: mercurial: fix diff and test for accept both of...
2011-01-05 Toshi MARUYAMAscm: mercurial: escape any filenames by urlescape ...
2010-12-18 Jean-Philippe LangFixes mercurial adapter.
2010-12-18 Jean-Philippe LangFixed that some arguments where not properly escaped...
2010-11-21 Jean-Philippe LangFixed: r4417 breaks MercurialAdapter with ruby 1.8...
2010-11-20 Jean-Philippe LangFixed: MercurialAdapter.client_version depends on LANG...
2010-05-01 Jean-Philippe LangFixes Mercurial adapter for JRuby (#4494, #5404).
2009-11-11 Jean-Philippe LangReject empty Mercurial entries (#4098).
2009-04-21 Jean-Philippe LangFixed: Mercurial integration doesn't work if redmine...
2008-07-12 Jean-Philippe LangFixes nil error when svn binary version is unknown...
2008-07-05 Jean-Philippe LangAdds MercurialAdapter.client_version and prevent @hg...
2008-06-18 Jean-Philippe LangMercurial adapter tests fix (#1469).
2008-06-08 Jean-Philippe LangMove unified diff parser out of the scm abstract adapte...
2008-06-07 Jean-Philippe LangMercurial adapter improvements (patch #1199 by Pierre...
2008-04-27 Jean-Philippe LangFixed: Links to repository directories don't work ...
2008-04-12 Jean-Philippe LangFixed: error when browsing an empty Mercurial repositor...
2008-04-06 Jean-Philippe LangMercurial: Get proper file action on revision (#983).
2008-03-21 Jean-Philippe LangFixed: revision is ignored in MercurialAdapter#cat.
2008-03-15 Jean-Philippe LangAdd "--encoding utf8" option to the Mercurial "hg log...
2008-03-15 Jean-Philippe LangMercurial adapter:
2008-03-11 Jean-Philippe LangQuotes Mercurial entries command depending on the OS.
2008-03-11 Jean-Philippe LangFixes Mercurial browsing under unix-like os and for...
2008-01-06 Jean-Philippe LangFixed: crash when fetching Mercurial changesets if...
2007-12-15 Jean-Philippe LangSCM adapters: moved Errno::ENOENT exception rescuing...
2007-12-02 Jean-Philippe LangAdded Annotate/Blame view for Subversion, CVS and Mercu...
2007-11-21 Jean-Philippe Lang* Fixed: Error when displaying the issue list if a...
2007-06-12 Jean-Philippe LangAdded basic support for CVS and Mercurial SCMs.