Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.1, 1.1.1, and 1.1.2

hglib: use ui.plain() to disable defaults and others

Changeset 411557532036

Parent 3a0438fa4710

by Steve Borho

Changes to one file · Browse files at 411557532036 Showing diff from parent 3a0438fa4710 Diff from another changeset...

 
326
327
328
 
 
 
 
329
330
331
332
333
334
 
326
327
328
329
330
331
332
333
 
 
334
335
336
@@ -326,9 +326,11 @@
  else:   for a in args:   q.put(str(a)) + + def plain(self): + return True +   u = Qui() - for k, v in u.configitems('defaults'): - u.setconfig('defaults', k, '')   return dispatch._dispatch(u, list(args))    def get_reponame(repo):