Changeset [06ba4d64d5da] by seydar
July 4th, 2010 @ 03:57 AM
There was a bug in update. It isn't gone yet, but we've closed off one of its forms.
Changelog#delay_update gets called multiple times. That's fine
and appropriate.
BUTBUTBUT! The second time it's called, it goes through the motions
again and
throws away the original opener. Once I found this out, I just
added an ivar to
say that we're delaying the update and so it can just simply
return.
http://bitbucket.org/carbonica/amp/changeset/06ba4d64d5da/
Committed by seydar
- M bugs/22.rb
- M lib/amp/extensions/bugs.rb
- M lib/amp/repository/mercurial/repo_format/branch_manager.rb
- M lib/amp/repository/mercurial/repo_format/updater.rb
- M lib/amp/repository/mercurial/revlogs/changelog.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.