Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • evolve evolve
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 30
    • Merge requests 30
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar

April 05-07 - Mercurial Paris Conference 2023 - One day of workshop dedicated to Heptapod and Mercurial usage and workflow. There are still places available for both workshops and talks!

  • mercurialmercurial
  • evolveevolve
  • Merge requests
  • !154

tests: make checkheads tests bash-compatible by avoiding `echo '\n'`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Martin von Zweigbergk requested to merge topic/default/bash into branch/default May 01, 2020
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Using echo with escape codes is not portable, so this patch replaces it by printf. I also changed several nearby lines to printf for consistency.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/default/bash