~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Guillermo Gonzalez
  • Date: 2008-09-27 05:13:24 UTC
  • mto: This revision was merged to the branch mainline in revision 226.
  • Revision ID: guillo.gonzo@gmail.com-20080927051324-9d96hpej1wjw1v20
 * History.fix_revid raise bzrlib.errors.NoSuchRevision, instead of KeyError 

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
    parser.add_option("--trunk-dir", metavar="DIR",
45
45
                      help="The directory that contains the trunk branches.")
46
46
    parser.add_option("--port", dest="user_port",
47
 
                      help=("Port Loggerhead should listen on "
48
 
                            "(defaults to 8080)."))
 
47
                      help="Port Loggerhead should listen on (defaults to 8080).")
49
48
    parser.add_option("--host", dest="user_host",
50
49
                      help="Host Loggerhead should listen on.")
51
50
    parser.add_option("--prefix", dest="user_prefix",