in lib/between_meals/repo/hg/cmd.rb [59:68]
def status(start_ref = nil, end_ref = nil)
if start_ref && end_ref
cmd("status --rev #{start_ref} --rev #{end_ref}")
elsif start_ref
cmd("status --rev #{start_ref}")
else
cmd('status')
end
end