<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/74b5e0318d4e961081daca2833c4ffe520e59e62" style="text-decoration: none; font-weight: bold; color: #573;">compat: import defaultdict from collections, sqlalchemy 0.8.0 dropped the shim</a></h1>
<div id="body">
andrewsh committed on 2015-04-21 17:04:12<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/74b5e0318d4e961081daca2833c4ffe520e59e62">74b5e031</a><pre>compat: import defaultdict from collections, sqlalchemy 0.8.0 dropped the shim

 M kallithea/model/comment.py (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/539f3da5d965459d2221d10b6724585e60104f7d" style="text-decoration: none; font-weight: bold; color: #573;">css: make 'add comment' button look more like a button (issue #77)</a></h1>
<div id="body">
andrewsh committed on 2015-04-22 11:59:47<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/539f3da5d965459d2221d10b6724585e60104f7d">539f3da5</a><pre>css: make 'add comment' button look more like a button (issue #77)

 M kallithea/public/css/style.css (23 lines added, 13 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/a06804c28d744fb153c3e083277429094a134495" style="text-decoration: none; font-weight: bold; color: #573;">css: add text +/- markers to the diff to improve readability for colour blind (fixes #77)</a></h1>
<div id="body">
andrewsh committed on 2015-04-22 12:20:29<br />branch: stable<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a06804c28d744fb153c3e083277429094a134495">a06804c2</a><pre>css: add text +/- markers to the diff to improve readability for colour blind (fixes #77)

 M kallithea/public/css/style.css (14 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/1c3f8bbc358477c2a950d8375e1bc8ac75ff1d55" style="text-decoration: none; font-weight: bold; color: #573;">Merge with stable</a></h1>
<div id="body">
andrewsh committed on 2015-04-23 07:03:37<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1c3f8bbc358477c2a950d8375e1bc8ac75ff1d55">1c3f8bbc</a><pre>Merge with stable

 M kallithea/model/comment.py (1 lines added, 1 lines removed)
 M kallithea/public/css/style.css (37 lines added, 13 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/c5829bc7d0907068e222f62fac4d400acf02f363" style="text-decoration: none; font-weight: bold; color: #573;">Merge</a></h1>
<div id="body">
andrewsh committed on 2015-04-23 07:03:53<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/c5829bc7d0907068e222f62fac4d400acf02f363">c5829bc7</a><pre>Merge

 M kallithea/tests/api/api_base.py (1 lines added, 1 lines removed)
 M kallithea/tests/api/test_api_git.py (3 lines added, 3 lines removed)
 M kallithea/tests/api/test_api_hg.py (3 lines added, 3 lines removed)
 M kallithea/tests/functional/test_admin_repos.py (3 lines added, 3 lines removed)
 M kallithea/tests/functional/test_forks.py (16 lines added, 11 lines removed)
 M kallithea/tests/vcs/base.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_archives.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_branches.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_changesets.py (7 lines added, 7 lines removed)
 M kallithea/tests/vcs/test_getitem.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_getslice.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_git.py (3 lines added, 3 lines removed)
 M kallithea/tests/vcs/test_repository.py (3 lines added, 3 lines removed)
 M kallithea/tests/vcs/test_tags.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_workdirs.py (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>