index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
repository
/
mercurial.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-2
/
+3
*
fix typo of app/models/repository/mercurial.rb
Toshi MARUYAMA
2014-05-03
1
-1
/
+1
*
scm: mercurial: insert long id to DB unless existing id in DB is not short id...
Toshi MARUYAMA
2014-02-02
1
-2
/
+8
*
scm: mercurial: switch short or long id of entry by existing value in DB (#14...
Toshi MARUYAMA
2014-02-02
1
-2
/
+15
*
scm: mercurial: override entry and scm_entries (#14361)
Toshi MARUYAMA
2014-02-02
1
-0
/
+9
*
scm: mercurial: add method to switch short or long id by existing value in DB...
Toshi MARUYAMA
2014-02-02
1
-5
/
+17
*
back out r12752 (#14361)
Toshi MARUYAMA
2014-02-01
1
-11
/
+3
*
scm: mercurial: use long id in adapter level (#14361)
Toshi MARUYAMA
2014-02-01
1
-3
/
+11
*
scm: mercurial: split Repository::Mercurial#latest_changesets_cond for short ...
Toshi MARUYAMA
2014-02-01
1
-2
/
+13
*
scm: mercurial: use 12 chars id for format_changeset_identifier (#14361)
Toshi MARUYAMA
2014-02-01
1
-1
/
+1
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
backout r12562 : remove unneeded Relation#all from Repository::Mercurial#late...
Toshi MARUYAMA
2014-01-09
1
-1
/
+2
*
remove unneeded Relation#all from Repository::Mercurial#latest_changesets
Toshi MARUYAMA
2014-01-09
1
-2
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Replaces find(:all) calls.
Jean-Philippe Lang
2012-12-02
1
-5
/
+6
*
scm: mercurial: use Rails3 ActiveRecord syntax with same as git r9807 at find...
Toshi MARUYAMA
2012-06-11
1
-4
/
+4
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
scm: mercurial: git: save parents in creating changesets (#10470)
Toshi MARUYAMA
2012-04-03
1
-6
/
+3
*
scm: mercurial: transaction for each imported revisions (#10470)
Toshi MARUYAMA
2012-03-29
1
-7
/
+9
*
Rails3: scm: mercurial: use .to_s for overriding human_attribute_name parameter
Toshi MARUYAMA
2012-02-24
1
-1
/
+1
*
scm: mercurial: use to_s for revision in find_changeset_by_name method
Toshi MARUYAMA
2012-02-23
1
-5
/
+6
*
human_attribute_name accepts optional argument.
Jean-Philippe Lang
2011-12-18
1
-2
/
+2
*
scm: model: mercurial: set revision graph support true (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+4
*
scm: mercurial: model: save parent/child relation for changesets (#5501)
Toshi MARUYAMA
2011-11-03
1
-0
/
+5
*
scm: mercurial: do nothing in fetching if info is nil (#8777).
Toshi MARUYAMA
2011-07-11
1
-0
/
+1
*
scm: mercurial: remove return value from model fetch_changesets().
Toshi MARUYAMA
2011-07-10
1
-1
/
+0
*
scm: mercurial: code clean up model.
Toshi MARUYAMA
2011-05-26
1
-13
/
+16
*
scm: mercurial: use regexp %r{} instead of // in model latest_changesets_cond().
Toshi MARUYAMA
2011-05-26
1
-1
/
+1
*
scm: mercurial: remove trailing white-spaces from model source.
Toshi MARUYAMA
2011-05-12
1
-5
/
+5
*
scm: use i18n string at 'Path to repository' setting in Mercurial, Git, Bazaa...
Toshi MARUYAMA
2011-04-23
1
-4
/
+5
*
scm: mercurial: change "url" human attribute name from "Root directory" to "P...
Toshi MARUYAMA
2011-04-23
1
-1
/
+1
*
scm: mercurial: increase limit of branch directory latest changesets.
Toshi MARUYAMA
2011-03-16
1
-1
/
+4
*
scm: set supporting directory revisions or not at scm level.
Toshi MARUYAMA
2011-03-16
1
-0
/
+4
*
scm: mercurial: branches and tags are enable in model (#1981, #7246).
Toshi MARUYAMA
2011-03-14
1
-8
/
+0
*
scm: mercurial: latest changesets support named branch (#7246).
Toshi MARUYAMA
2011-03-14
1
-2
/
+11
*
scm: mercurial: latest changesets improvement and supporting tag (#1981).
Toshi MARUYAMA
2011-03-14
1
-11
/
+23
*
scm: mercurial: add :order => 'id DESC' explicitly for MySQL test fails.
Toshi MARUYAMA
2011-03-11
1
-2
/
+9
*
scm: add scm specific human_attribute_name for input validation.
Toshi MARUYAMA
2011-03-01
1
-0
/
+7
*
scm: ignore log encoding setting in Subversion and Mercurial (#7597).
Toshi MARUYAMA
2011-02-28
1
-0
/
+4
*
scm: mercurial: temporary disable tags and branches at model (#1981, #7246, #...
Toshi MARUYAMA
2011-02-18
1
-0
/
+8
*
scm: mercurial: improvement latest_changesets without supporting tags and nam...
Toshi MARUYAMA
2011-02-18
1
-4
/
+7
*
scm: mercurial: rewrite MercurialAdapter#entries to show per-file change log ...
Toshi MARUYAMA
2011-02-16
1
-23
/
+0
*
scm: mercurial: refactor Repository::Mercurial#fetch_changesets (#4455).
Toshi MARUYAMA
2011-02-16
1
-30
/
+18
*
scm: mercurial: change identifier to revision in fetching revisions.
Toshi MARUYAMA
2011-02-16
1
-1
/
+1
*
scm: add scm command and version methods at repository models (#4273).
Toshi MARUYAMA
2011-02-14
1
-1
/
+1
*
scm: mercurial: fix error on revision page for empty revision (#7307).
Toshi MARUYAMA
2011-01-13
1
-0
/
+1
*
scm: mercurial: change two revision diff text of mercurial (#3724).
Toshi MARUYAMA
2011-01-11
1
-0
/
+4
*
scm: mercurial: use revision text mercurial style "2:400bb8672109" (#3724).
Toshi MARUYAMA
2011-01-11
1
-2
/
+1
[next]