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

hglib: record the fact that hgsubversion breaks perfarce

Changeset 22ce8e129b60

Parent d277d7c04c23

by Steve Borho

Changes to one file · Browse files at 22ce8e129b60 Showing diff from parent d277d7c04c23 Diff from another changeset...

 
303
304
305
 
 
 
 
306
307
308
 
303
304
305
306
307
308
309
310
311
312
@@ -303,6 +303,10 @@
  exts['eol'] = _('eol is incompatible with win32text')   if 'eol' in enabledexts:   exts['win32text'] = _('win32text is incompatible with eol') + if 'perfarce' in enabledexts: + exts['hgsubversion'] = _('hgsubversion is incompatible with perfarce') + if 'hgsubversion' in enabledexts: + exts['perfarce'] = _('perfarce is incompatible with hgsubversion')   return exts    def loadextension(ui, name):