Kiln » Kiln Extensions
Clone URL:  
Pushed to 2 repositories · View In Graph Contained in tip

Kiln 2.9.25 extensions + bug fix

Changeset 172429622081

Parent 77351180a5cf

by Profile picture of User 276Kevin Gessner <kevin@fogcreek.com>

Changes to one file · Browse files at 172429622081 Showing diff from parent 77351180a5cf Diff from another changeset...

Change 1 of 1 Show Entire File kiln.py Stacked
 
665
666
667
668
669
670
671
 
672
673
674
 
665
666
667
 
 
 
 
668
669
670
671
@@ -665,10 +665,7 @@
  if not opts['review'] or not repo.ui.config('kiln', 'node'):   return   - url = repo.ui.expandpath(dest if dest else 'default-push') - if url == 'default-push': - raise util.Abort(_('kiln: please specify a default-push path before using --review')) - + url = ui.expandpath(dest or 'default-push', dest or 'default')   baseurl = get_api_url(url)   if baseurl == url:   ui.write_err(_('kiln: warning: this does not appear to be a Kiln URL: %s\n') % baseurl)