OpenSource » Forked Projects » Kiln-Extensions
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

5.5.0 tip Fixed the kiln auth to work with the 5.5 version of tortoise HG

Changeset c1bd1422a945

Parent 98a58c679345

by Profile picture of Daniel PupekDaniel Pupek

Changes to one file · Browse files at c1bd1422a945 Showing diff from parent 98a58c679345 Diff from another changeset...

Change 1 of 2 Show Entire File kiln.py Stacked
 
300
301
302
303
 
304
305
306
 
1015
1016
1017
1018
1019
 
1020
1021
1022
 
300
301
302
 
303
304
305
306
 
1015
1016
1017
 
 
1018
1019
1020
1021
@@ -300,7 +300,7 @@
  r.ui.setconfig('kiln', 'autoupdate', False)   r.ui.pushbuffer()   try: - source = 'https://developers.kilnhg.com/Repo/Kiln/Group/Kiln-Extensions' + source = 'https://darwin-global.kilnhg.com/Code/OpenSource/Forked-Projects/Kiln-Extensions'   if commands.incoming(r.ui, r, bundle=None, force=False, source=source) != 0:   # no incoming changesets, or an error. Don't try to upgrade.   ui.debug('kiln: no extensions upgrade available\n') @@ -1015,8 +1015,7 @@
  except (ImportError, AttributeError):   from mercurial.httppeer import httppeer   httprepo = httppeer - if issubclass(repo.__class__, httprepo): - _upgradecheck(ui, repo) +   repo.ui.setconfig('hooks', 'outgoing.kilnreview', 'python:kiln.record_base')