Changeset [f050c0fbc4c6] by adgar
May 7th, 2010 @ 06:41 AM
Fixed our Hash documentation syntax to proper YARD
convention.
http://bitbucket.org/carbonica/amp/changeset/f050c0fbc4c6/
Committed by adgar
- M lib/amp/extensions/stats.rb
- M lib/amp/repository/mercurial/revlogs/versioned_file.rb
- M lib/amp/commands/command.rb
- M lib/amp/commands/command_support.rb
- M lib/amp/repository/mercurial/repo_format/verification.rb
- M lib/amp/repository/mercurial/revlogs/index.rb
- M lib/amp/repository/mercurial/repo_format/branch_manager.rb
- M lib/amp/repository/abstract/common_methods/staging_area.rb
- M lib/amp/repository/abstract/common_methods/changeset.rb
- M lib/amp/repository/mercurial/repositories/http_repository.rb
- M lib/amp/repository/abstract/common_methods/local_repo.rb
- M lib/amp/help/help.rb
- M lib/amp/repository/mercurial/repo_format/lock.rb
- M lib/amp/repository/mercurial/repo_format/dir_state.rb
- M lib/amp/server/fancy_http_server.rb
- M test/functional_tests/test_functional.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Rethink Version Control.- http://amp.carboni.ca/
Amp aims to put control of version-control software in your hands as a developer. The entire system is written in Ruby (with C extensions to improve performance), and aims to implement all major VCS's in Ruby. Currently, Mercurial is implemented.
Other features:
Commands are first-class members of the system - drop in an "Ampfile" in your repository, and you can add commands to amp in the same manner you add commands to rake (only with far, far more power!)
Documentation is one of our biggest priorities. We require all methods to be documented - even comically simple ones.
Heavy testing.
Multiple "workflows" - use git's commands to power a mercurial repository.
Add hooks/callbacks in minutes.