equal
deleted
inserted
replaced
231 |
231 |
232 print "%d files, %d changesets, %d total revisions" % (files, changesets, |
232 print "%d files, %d changesets, %d total revisions" % (files, changesets, |
233 revisions) |
233 revisions) |
234 |
234 |
235 else: |
235 else: |
|
236 if cmd != "help": |
|
237 print "unknown command\n" |
|
238 |
236 print """\ |
239 print """\ |
237 unknown command |
|
238 |
|
239 commands: |
240 commands: |
240 |
241 |
241 init create a new repository in this directory |
242 init create a new repository in this directory |
242 branch <path> create a branch of <path> in this directory |
243 branch <path> create a branch of <path> in this directory |
243 merge <path> merge changes from <path> into local repository |
244 merge <path> merge changes from <path> into local repository |