Changeset [b4abc6f75d88] by adgar

June 11th, 2010 @ 10:26 PM

Major git changes. Rolled a ton of changes into one. Git support now includes an almost-complete ChangeSet implementation and a few amp commands work such as info and manifest. Identify works as well. Dozens of tests added, parsers exist for old and new formats.
http://bitbucket.org/carbonica/amp/changeset/b4abc6f75d88/

Committed by adgar

  • A test/git_tests/packfile_tests/hasindex.pack
  • A test/git_tests/packfile_tests/hasindex.idx
  • A lib/amp/repository/git/repo_format/packfile_index.rb
  • A test/git_tests/index_tests/test_index.rb
  • A test/git_tests/test_packed_refs.rb
  • A test/git_tests/packfile_tests/test_packfile_with_index.rb
  • A lib/amp/repository/git/repo_format/packed_refs.rb
  • M lib/amp/repository/git/repo_format/tag_object.rb
  • M lib/amp/repository/mercurial/repositories/local_repository.rb
  • M lib/amp/commands/commands/workflows/hg/manifest.rb
  • M test/test_support.rb
  • M lib/amp/repository/abstract/abstract_local_repo.rb
  • M lib/amp/support/openers.rb
  • M test/git_tests/test_commit_object.rb
  • M test/git_tests/test_tree_object.rb
  • M lib/amp/repository/git/repo_format/tree_object.rb
  • M lib/amp/repository/git/repo_format/commit_object.rb
  • M lib/amp/repository/git/repo_format/changeset.rb
  • M test/git_tests/test_loose_object.rb
  • M lib/amp.rb
  • M lib/amp/repository/git/repositories/local_repository.rb
  • M lib/amp/repository/git/repo_format/raw_object.rb
  • M lib/amp/repository/git/repo_format/packfile.rb
  • M lib/amp/repository/git/repo_format/loose_object.rb
  • M lib/amp/support/support.rb
  • M lib/amp/repository/abstract/common_methods/local_repo.rb
  • M test/git_tests/packfile_tests/test_packfile.rb
  • D lib/amp/templates/mercurial/default.commit.erb
  • D lib/amp/repository/git/repo_format/staging_area.rb
  • D test/git_tests/packfile_tests/pack-d23ff2538f970371144ae7182c28730b11eb37c1.idx
  • D test/git_tests/index_tests/index
  • D test/git_tests/packfile_tests/pack-4e1941122fd346526b0a3eee2d92f3277a0092cd.idx
  • D test/git_tests/test_git_delta.rb
  • D test/git_tests/packfile_tests/test_packfile_index_v2.rb
  • D lib/amp/repository/git/repo_format/versioned_file.rb
  • D lib/amp/repository/git/repo_format/index.rb
  • D lib/amp/repository/git/encoding/binary_delta.rb
  • D lib/amp/repository/mercurial/repo_format/changeset.rb
  • D lib/amp/templates/mercurial/blank.commit.erb
New-ticket Create new ticket

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.

Shared Ticket Bins