On Tue, Feb 5, 2013 at 5:57 PM, Durham Goode <span dir="ltr"><<a href="mailto:durham@fb.com" target="_blank">durham@fb.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":1yv">The check only happens when creating a new bookmark/etc from a command so it<br>
shouldn't affect existing bookmarks/branches/tags or importing branches from<br>
git.<br></div></blockquote></div><br>This is important to note: all this change does is forbid the creation of new tags/branches/bookmarks with integer names. Existing ones can still be retrieved using revset queries. (It has always been the case that if you try "hg log -r33" and you have a bookmark, branch, or tag named "33", you're gonna have a bad time.)