<p dir="ltr">These aren't quotes we want users to type. Which is why we want to switch to them.</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Sep 20, 2016 9:13 PM, "Martin von Zweigbergk" <<a href="mailto:martinvonz@google.com">martinvonz@google.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Yuya reminded me earlier today that double quotes are better for Windows (single quotes are not supported). So this seems like a regression in that regard, no?</p>
<br><div class="gmail_quote"><div dir="ltr">On Tue, Sep 20, 2016, 17:19 timeless <<a href="mailto:timeless@fmr.im" target="_blank">timeless@fmr.im</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"># HG changeset patch<br>
# User timeless <<a href="mailto:timeless@mozdev.org" target="_blank">timeless@mozdev.org</a>><br>
# Date 1474402358 0<br>
#      Tue Sep 20 20:12:38 2016 +0000<br>
# Node ID ca073d2379d406e610450b957a955b<wbr>f05ebf64f3<br>
# Parent  00192f6bab14f19bfd58738b732ea1<wbr>a2d24317ea<br>
# Available At <a href="https://bitbucket.org/timeless/mercurial-crew" rel="noreferrer" target="_blank">https://bitbucket.org/<wbr>timeless/mercurial-crew</a><br>
#              hg pull <a href="https://bitbucket.org/timeless/mercurial-crew" rel="noreferrer" target="_blank">https://bitbucket.org/<wbr>timeless/mercurial-crew</a> -r ca073d2379d4<br>
push: update help hint to point to config.paths section<br>
<br>
diff -r 00192f6bab14 -r ca073d2379d4 mercurial/commands.py<br>
--- a/mercurial/commands.py     Fri Sep 02 21:49:33 2016 +0000<br>
+++ b/mercurial/commands.py     Tue Sep 20 20:12:38 2016 +0000<br>
@@ -6020,7 +6020,7 @@<br>
     path = ui.paths.getpath(dest, default=('default-push', 'default'))<br>
     if not path:<br>
         raise error.Abort(_('default repository not configured!'),<br>
-                         hint=_('see the "path" section in "hg help config"'))<br>
+                         hint=_("see 'hg help config.paths'"))<br>
     dest = path.pushloc or path.loc<br>
     branches = (path.branch, opts.get('branch') or [])<br>
     ui.status(_('pushing to %s\n') % util.hidepassword(dest))<br>
diff -r 00192f6bab14 -r ca073d2379d4 tests/test-default-push.t<br>
--- a/tests/test-default-push.t Fri Sep 02 21:49:33 2016 +0000<br>
+++ b/tests/test-default-push.t Tue Sep 20 20:12:38 2016 +0000<br>
@@ -19,7 +19,7 @@<br>
   $ cd c<br>
   $ hg push --config paths.default=<br>
   abort: default repository not configured!<br>
-  (see the "path" section in "hg help config")<br>
+  (see 'hg help config.paths')<br>
   [255]<br>
<br>
   $ cd ..<br>
______________________________<wbr>_________________<br>
Mercurial-devel mailing list<br>
<a href="mailto:Mercurial-devel@mercurial-scm.org" target="_blank">Mercurial-devel@mercurial-scm.<wbr>org</a><br>
<a href="https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel" rel="noreferrer" target="_blank">https://www.mercurial-scm.org/<wbr>mailman/listinfo/mercurial-<wbr>devel</a><br>
</blockquote></div>
</blockquote></div></div>