Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

run: remove bug command

This was only used for debugging the bug report dialog

Changeset 60585afac1bc

Parent b3330ca48c6f

by Steve Borho

Changes to one file · Browse files at 60585afac1bc Showing diff from parent b3330ca48c6f Diff from another changeset...

 
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
 
645
646
647
648
649
650
651
 
362
363
364
 
 
 
 
 
 
 
 
 
365
366
367
 
636
637
638
 
639
640
641
@@ -362,15 +362,6 @@
  from tortoisehg.hgqt.chunkselect import run   qtrun(run, ui, *pats, **opts)   -def bug(ui, *pats, **opts): - """bug report dialog""" - from tortoisehg.hgqt.bugreport import run - if len(pats) == 1: - opts['error'] = pats[0] - opts['cmd'] = sys.argv[1:] - opts['nofork'] = True - qtrun(run, ui, *pats, **opts) -  def remove(ui, *pats, **opts):   """remove selected files"""   from tortoisehg.hgqt.quickop import run @@ -645,7 +636,6 @@
  ('', 'uncompressed', None,   _('use uncompressed transfer (fast over LAN)')),],   _('thg clone [OPTION]... SOURCE [DEST]')), - "bug": (bug, [], _('thg bug [MESSAGE]')),   "^grep|search": (grep, [], _('thg grep')),   "^email":   (email,