Skip to content
Snippets Groups Projects
  1. Jun 10, 2010
  2. Jun 14, 2010
  3. Jun 15, 2010
  4. Jun 13, 2010
  5. Jun 15, 2010
  6. Jun 14, 2010
  7. Jun 15, 2010
  8. Jun 14, 2010
  9. Jun 11, 2010
  10. Jun 10, 2010
  11. Jun 09, 2010
  12. Jun 10, 2010
    • Chad Dombrova's avatar
      provide pre- and post- hooks with parsed command line arguments. · 713ae78b
      Chad Dombrova authored
      python hooks are passed two new keyword arguments:
      - opts: a dict of options; unsepcified options are set to their default
      - pats: a list of arguments
      
      shell hooks receive two new variables containing string representations
      of the above data:
      - $HG_OPTS
      - $HG_PATS
      
      for example, the opts and pats for 'hg -f v1.1' would be:
      {'force': True, 'message': '', 'rev': '', 'user': '', 'date': '', 'local': None, 'remove': None, 'mq': None}
      ['v1.1']
      713ae78b
  13. Jun 09, 2010
  14. Jun 07, 2010
  15. Jun 10, 2010
  16. Jun 06, 2010
    • Katsunori FUJIWARA's avatar
      help: show value requirement and multiple occurrence of options · 40c06bbf
      Katsunori FUJIWARA authored
      this helps users to know what kind of option is:
      
        - no value is required(flag option)
        - value is required
        - value is required, and multiple occurrences are allowed
      
      each kinds are shown as below:
      
       -f --force              force push
       -e --ssh CMD            specify ssh command to use
       -b --branch BRANCH [+]  a specific branch you would like to push
      
      if one or more 3rd type options are shown, explanation for '[+]' mark
      is also shown as footnote.
      40c06bbf
  17. Jun 09, 2010
    • Christian Ebert's avatar
      keyword: pass context to kwtemplater.overwrite · e4274f9f
      Christian Ebert authored
      Now that we have retrieved the context in every calling function
      except commit, pass it as argument to kwtemplater.overwrite to
      avoid looking it up twice.
      
      Reorder arguments to kwtemplater.overwrite to reflect their
      importance.
      
      Turn node argument into a simple boolean and rename it to iswctx.
      e4274f9f
  18. Jun 08, 2010
  19. Jun 09, 2010
Loading