0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Aug 05, 2024 — Aug 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Correct a docstring. More... over 16 years ago
Refactor how I handle backends and commits, while adding partial Git support. More... over 16 years ago
Use divs for commits instead of a table, for some better layout possibilities More... over 16 years ago
Add a manifest view. More... over 16 years ago
Refactor MercurialBackend to encapsulate retrieving a ctx object More... over 16 years ago
Link back to the repository index from the commit details template. More... over 16 years ago
Add colorized diffs, hopefully reusable on other backends More... over 16 years ago
Add support for diff downloading, plus resyncing repositories. More... over 16 years ago
Merge in a local repo. More... over 16 years ago
Add some missing reprs and unicodes. More... over 16 years ago
Make the backend usage explicit instead of using a nasty getattr & string building More... over 16 years ago
Nitpick whitespace and add another note about the advantages of the Commit model More... over 16 years ago
__unicode__ is just the repository name; __repr__ has the path info. More... over 16 years ago
Generalize the sync method to enable incremental syncing, and add a heads backend method to be ABC and the Mercurial backend class. More... over 16 years ago
A few misc. fixes and comment updates. More... almost 17 years ago
Another README fix. More... almost 17 years ago
Fix some README formatting. More... almost 17 years ago
Add a bit of styling on the commit list table. More... almost 17 years ago
Add diffs for added and removed files. More... almost 17 years ago
Add a template for the commit list More... almost 17 years ago
Remove a couple unused imports and add a TODO. More... almost 17 years ago
Add a template for the commit details page. More... almost 17 years ago
Add a method for diffs to the BaseBackend, and partially implement the Mercurial differ. More... almost 17 years ago
Add a few more links to the repo list and repo details pages. More... almost 17 years ago
Fix unique_together and add a .urls property for Commit. More... almost 17 years ago
Add the stylesheet with the diff style. More... almost 17 years ago
Fix the style & script inclusion. More... almost 17 years ago
Add a template for the repository details page More... almost 17 years ago
Fix a few bugs in full_sync. Avoid infinite looping, save the commit, and use the right backend method for timestamps. More... almost 17 years ago
Fix the timestamp retrieval on the mercurial backend. More... almost 17 years ago