Changeset [42d8a82554b1] by adgar

May 1st, 2010 @ 12:02 AM

Renamed the strangely named 'orig_path' variable to 'file_path' everywhere it was used.

Cleaning up the 'amp serve' sass-sheet and fixed a lack of diffing in the commit description page

Spring cleaning in the sassfile for amp serve

Refactoring more sass. Kinda fun.

Extracted the 'list-style-type: none; margin: 0;' idiom. Also learned I can use hyphens in mixin names.
http://bitbucket.org/carbonica/amp/changeset/42d8a82554b1/

Committed by adgar

  • M lib/amp/server/fancy_http_server.rb
  • M lib/amp/server/fancy_views/file.haml
  • M lib/amp/server/fancy_views/file_diff.haml
  • M lib/amp/server/fancy_views/_browser.haml
  • M lib/amp/server/fancy_views/changeset.haml
  • M lib/amp/server/fancy_views/stylesheet.sass
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