Opened 13 years ago

Closed 13 years ago

Last modified 12 years ago

#480 closed task (fixed)

prefer `file' over file in stdout message

Reported by: Peter Johansson Owned by: Peter Johansson
Priority: trivial Milestone: svndigest 0.9
Component: core Version: trunk
Keywords: Cc:

Description

I want message to stdout (and stderr) have format

cannot read `file' 

rather than

cannot read file

Change History (2)

comment:1 Changed 13 years ago by Peter Johansson

Resolution: fixed
Status: newclosed

(In [1220]) closes #480. Quote files with 'file' (same style as subversion). Add a test to check output of some failures and use variable GREP rather than hardcoding grep.

comment:2 Changed 12 years ago by Peter Johansson

Just for the record, GCS was recently changed to prefer symmetric quotation, i.e., 'file' or "file" rather than `file'. http://www.gnu.org/prep/standards/html_node/Quote-Characters.html

Note: See TracTickets for help on using tickets.