• Yasser Hussain's avatar
    Changed the argument of not_found for 'unprotect' · d023a852
    Yasser Hussain authored
    not_found appends string "Not Found" to the argument causing the resulting message to be "Branch does not exist Not Found" which is an incorrect error message.
    
    Changed the argument of not_found! for 'unprotect'  command to "Branch" from "Branch does not exist".  This makes the final error message to appear as "Branch Not Found" which is correct and same as error messages for other commands like 'protect'.
    d023a852
branches.rb 3.94 KB