Skip to content
Snippets Groups Projects
  • Vincent Hatakeyama's avatar
    4135d18d0bfb
    :sparkles: update_duplicate_sources: · 4135d18d0bfb
    Vincent Hatakeyama authored
    - handle git and mercurial as source or target
    - add argument to indicate target branch
    - add argument to specify target version system
    - when pushing a new branch, also try the ancestor branches too rather than update on tip (was done when pushing to mercurial)
    - add argument to set commit message on duplicated repository
    
    :rocket: fix running python3.6 unittests
    4135d18d0bfb
    History
    :sparkles: update_duplicate_sources:
    Vincent Hatakeyama authored
    - handle git and mercurial as source or target
    - add argument to indicate target branch
    - add argument to specify target version system
    - when pushing a new branch, also try the ancestor branches too rather than update on tip (was done when pushing to mercurial)
    - add argument to set commit message on duplicated repository
    
    :rocket: fix running python3.6 unittests