29
29
class RevertCommand( Command ):
35
39
# 01234567890123456789012345678901234567890123456789012345678901234567890123456789
36
40
print "Revert any local changes to a file in the home directory."
38
42
print "This reverts the content of the named files, in the local filesystem, specified"
41
48
print "To see a list files that can be reverted, type:"
42
49
print " " + the.program.name + " status"
45
53
print " -r, --repo=REPO select the repo to check-out or create (defaults to 'home')"
46
54
print " -v, --verbose display information about what is being done"
47
55
print " --help display help and exit"