mercurial/hg.py
changeset 17756 92980a8dfdfe
parent 17740 e6067bec18da
child 17844 b32e55e6c3c7
--- a/mercurial/hg.py	Fri Aug 10 20:37:20 2012 +0100
+++ b/mercurial/hg.py	Wed Mar 21 16:53:39 2012 -0500
@@ -409,7 +409,7 @@
             if update:
                 if update is not True:
                     checkout = srcpeer.lookup(update)
-                for test in (checkout, 'default', 'tip'):
+                for test in (checkout, '@', 'default', 'tip'):
                     if test is None:
                         continue
                     try: