61
61
print " init initialise a local copy of your repositories"
62
62
print " update update files in your home directory"
63
63
print " resolve try to finish an update (that had conflicts)"
64
print " add add local files/changes to the repository"
65
print " remove remove a local file from the repository"
64
# print " add add local files/changes to the repository"
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"
68
print " revert undo changes made to a local file"
69
print " stage-add stage local files/changes"
70
print " stage-remove stage the removal of files"
68
# print " revert undo changes made to a local file"
69
# print " stage-add stage local files/changes"
70
# print " stage-remove stage the removal of files"
71
71
print " stage-revert revert staged changes"
72
print " stage-status show status of staging area"
73
print " stage-diff shows staged changes"
74
print " stage-commit commit staged changes to repository"
72
# print " stage-status show status of staging area"
73
# print " stage-diff shows staged changes"
74
# print " stage-commit commit staged changes to repository"
76
76
print "For help about a particular command (including the additional options that the"
77
77
print "command accepts) try typing:"