65
65
# print " remove remove a local file from the repository"
66
66
print " status list files that have changed locally"
67
67
print " diff shows changes made to local files"
69
69
# print " stage-add add (but don't commit) files/changes to local repository"
70
70
# print " stage-remove delete *but don't comit) files from the local repository"
71
71
print " stage-revert revert changes in the local repository"