Edgewall Software

Ticket #5608: base_path.patch

File base_path.patch, 0.6 kB (added by john.m.camara, 6 months ago)
  • trac/web/standalone.py

     
    152152                      help='parent directory of the project environments') 
    153153    parser.add_option('--base-path', action='store', type='string', # XXX call this url_base_path? 
    154154                      dest='base_path', 
    155                       help='base path') 
     155                      help='the initial portion of the request URL\'s "path"') 
    156156 
    157157    parser.add_option('-r', '--auto-reload', action='store_true', 
    158158                      dest='autoreload',