[Reviewers] [Differential] [Closed] D19: convert: remove `if False` block

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Wed Jul 12 20:21:26 UTC 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGffb30661f672: convert: remove `if False` block (authored by durin42).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D19?vs=35&id=90

REVISION DETAIL
  https://phab.mercurial-scm.org/D19

AFFECTED FILES
  hgext/convert/transport.py

CHANGE DETAILS

Index: hgext/convert/transport.py
===================================================================
--- hgext/convert/transport.py
+++ hgext/convert/transport.py
@@ -81,11 +81,6 @@
         if ra is None or not util.safehasattr(svn.ra, 'reparent'):
             self.client = svn.client.create_context(self.pool)
             ab = _create_auth_baton(self.pool)
-            if False:
-                svn.core.svn_auth_set_parameter(
-                    ab, svn.core.SVN_AUTH_PARAM_DEFAULT_USERNAME, self.username)
-                svn.core.svn_auth_set_parameter(
-                    ab, svn.core.SVN_AUTH_PARAM_DEFAULT_PASSWORD, self.password)
             self.client.auth_baton = ab
             global svn_config
             if svn_config is None:


EMAIL PREFERENCES
  https://phab.mercurial-scm.org/settings/panel/emailpreferences/

To: durin42, krbullock
Cc: reviewers


More information about the Reviewers mailing list