Changeset 321 in tailor for README


Ignore:
Timestamp:
05/24/05 01:03:13 (8 years ago)
Author:
lele@…
Hash name:
20050523230313-97f81-d657681804ef18650515184b2c92a0e01685ce32
Message:

Little updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r315 r321  
    218218For example, this is the script I'm using to test it:: 
    219219 
    220     cd /tmp/p/wc 
     220    cd /tmp 
    221221    state_file tailor.state 
    222222    source_kind darcs 
     
    224224    source_repository /home/lele/WiP/cvsync 
    225225    sub_directory cvsync 
     226    refill_changelogs no 
     227    patch_name_format [%(module)s] Changeset %(revision)s by %(author)s 
    226228 
    227229that, as you can see, specifies the context needed by tailor to do its 
     
    233235    available commands. 
    234236 
    235     Current directory: /tmp/p/wc 
    236     Current state file: /tmp/p/wc/tailor.state 
     237    Current directory: /tmp 
     238    Current state file: /tmp/tailor.state 
    237239    Current source kind: darcs 
    238240    Current target kind: svn 
    239241    Current source repository: /home/lele/WiP/cvsync 
    240242    Sub directory: cvsync 
     243    Refill changelogs: False 
     244    Patch name format: [%(module)s] Changeset %(revision)s by %(author)s 
    241245    tailor $ help 
    242246     
    243247    Documented commands (type help <topic>): 
    244248    ======================================== 
    245     EOF                get_changes   source_module      target_module 
    246     bootstrap          logfile       source_repository  target_repository 
    247     cd                 save          state_file 
    248     current_directory  show_changes  sub_directory 
    249     exit               source_kind   target_kind 
     249    EOF                print_executed_commands  state_file 
     250    bootstrap          refill_changelogs        sub_directory 
     251    cd                 remove_first_log_line    target_kind 
     252    current_directory  save                     target_module 
     253    exit               source_kind              target_repository 
     254    logfile            source_module 
     255    patch_name_format  source_repository 
    250256 
    251257    Undocumented commands: 
     
    255261    tailor $ help bootstrap 
    256262     
     263        Usage: bootstrap [revision] 
     264 
    257265        Checkout the initial upstream revision, by default HEAD (or 
    258266        specified by argument), then import the subtree into the 
Note: See TracChangeset for help on using the changeset viewer.