Skip to content

Commit

Permalink
added find_old_branch level
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Rennie committed Mar 24, 2012
1 parent 02daaf4 commit 1c7b5e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/githug/level.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ class Level
"clone_to_folder", "ignore", "status", "rm", "rm_cached", "rename",
"log", "tag", "commit_ammend", "reset", "checkout_file", "remote",
"remote_url", "pull", "remote_add", "diff", "blame", "branch", "checkout",
"branch_at", "merge", "rename_commit", "squash", "stage_lines", "contribute"]
"branch_at", "merge", "rename_commit", "squash", "stage_lines",
"find_old_branch", "contribute"]

attr_accessor :level_no, :level_path

Expand Down

0 comments on commit 1c7b5e1

Please sign in to comment.