Here’s the Deal
Slant is powered by a community that helps you make informed decisions. Tell us what you’re passionate about to get your personalized feed and help others.
When comparing b vs Trac, the Slant community recommends Trac for most people. In the question“What are the best free bug-tracking tools for programming? ” Trac is ranked 16th while b is ranked 31st. The most important reason people chose Trac is:
Supports PostgreSQL, MySQL and SQLite.
Specs
MercurialYes
PlatformsWindows, Linux, Mac
TechnologyPython
Ranked in these QuestionsQuestion Ranking
Pros
Pro No setup needed
You start by simply adding your first bug with hg b add <bug title>.
Pro Fully distributed
It lives with your code. It is suitable for a completely distributed multi-user workflow without central points of failure. Users need not be online to add or change bugs.
Pro 'Get things done, not organized'
b follows the principle, "the only way to make your bug list prettier is to fix some damn bugs."
Pro Database support
Supports PostgreSQL, MySQL and SQLite.
Pro GIT and SVN support
Pro Open source
Written in Python.
Pro Bitnami installer
Bitnami installer available.
Cons
No cons yet!
Con Python
Python can be slow sometimes.