Skip to content

Commit

Permalink
alias status to st
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Apr 25, 2009
1 parent 8a36361 commit 19fda55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/externals/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ def initialize(base_dir)
def status(filtr = nil)
config.each_repo(filtr) {|r| r.status }
end
alias_method :st, :status

def freeze(filtr = nil)
config.each_repo(filtr) {|r| r.freeze }
Expand Down

0 comments on commit 19fda55

Please sign in to comment.