Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc3, 0.4rc4, and 0.4

hggtk/commit: use internal dialog on empty tortoisehg.commit

this allows user to override system setting more easily, i.e.
without having to spell out 'internal' explicitly.

Changeset 8ff7c4091ee8

Parent d7bebeef8dd1

by TK Soh

Changes to one file · Browse files at 8ff7c4091ee8 Showing diff from parent d7bebeef8dd1 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
311
312
313
314
 
315
316
317
 
311
312
313
 
314
315
316
317
@@ -311,7 +311,7 @@
  files = [cwd]     ct = repo.ui.config('tortoisehg', 'commit', 'internal') - if ct != 'internal': + if ct not in ['', 'internal']:   from hglib import thgdispatch   args = ['--repository', root, ct]   try: