##// END OF EJS Templates
spelling: override
timeless@mozdev.org -
r17504:593c5ca7 default
parent child Browse files
Show More
@@ -1252,7 +1252,7 b' def commit(ui, repo, *pats, **opts):'
1252 Returns 0 on success, 1 if nothing changed.
1252 Returns 0 on success, 1 if nothing changed.
1253 """
1253 """
1254 if opts.get('subrepos'):
1254 if opts.get('subrepos'):
1255 # Let --subrepos on the command line overide config setting.
1255 # Let --subrepos on the command line override config setting.
1256 ui.setconfig('ui', 'commitsubrepos', True)
1256 ui.setconfig('ui', 'commitsubrepos', True)
1257
1257
1258 extra = {}
1258 extra = {}
General Comments 0
You need to be logged in to leave comments. Login now