equal
deleted
inserted
replaced
241 (req.args,)) |
241 (req.args,)) |
242 |
242 |
243 try: |
243 try: |
244 debugger = 'pdb' |
244 debugger = 'pdb' |
245 debugtrace = { |
245 debugtrace = { |
246 'pdb' : pdb.set_trace |
246 'pdb': pdb.set_trace |
247 } |
247 } |
248 debugmortem = { |
248 debugmortem = { |
249 'pdb' : pdb.post_mortem |
249 'pdb': pdb.post_mortem |
250 } |
250 } |
251 |
251 |
252 # read --config before doing anything else |
252 # read --config before doing anything else |
253 # (e.g. to change trust settings for reading .hg/hgrc) |
253 # (e.g. to change trust settings for reading .hg/hgrc) |
254 cfgs = _parseconfig(req.ui, _earlygetopt(['--config'], req.args)) |
254 cfgs = _parseconfig(req.ui, _earlygetopt(['--config'], req.args)) |