hg
changeset 5 5f249577ac40
parent 0 9117c6561b0b
child 11 7f16aaeed62f
equal deleted inserted replaced
4:ce3bd728b858 5:5f249577ac40
   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