Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.1, 0.7.2, and 0.7.3

thgconfig: minor string cleanups

Changeset 11e523e8d3fd

Parent c5b54582f48c

by Steve Borho

Changes to one file · Browse files at 11e523e8d3fd Showing diff from parent c5b54582f48c Diff from another changeset...

 
71
72
73
74
 
75
76
77
78
79
80
81
82
 
 
83
84
85
 
71
72
73
 
74
75
76
77
78
79
80
 
 
81
82
83
84
85
@@ -71,15 +71,15 @@
  ' Default is set to repository from which the repository was cloned.'),   ('default-push', 'paths.default-push', [],   'Optional. Directory or URL to use when pushing if no' - ' destination is specified.''')) + ' destination is specified.'))    _web_info = (   ('Name', 'web.name', ['unknown'],   'Repository name to use in the web interface. Default'   ' is the working directory.'),   ('Description', 'web.description', ['unknown'], - 'Textual description of the repository''s purpose or' - ' contents.'), + "Textual description of the repository's purpose or" + " contents."),   ('Contact', 'web.contact', ['unknown'],   'Name or email address of the person in charge of the'   ' repository.'),