can't create Sage clone again
Hi all:
Do you know what's up with this?
~> sage -clone araichev
Now cloning the current Sage library branch...
hg clone sage sage-araichev
abort: data/.hgtags.i@73558cfaae3a: no match found!
Error cloning
real 0m1.219s
user 0m0.179s
sys 0m0.311s
I'm using Sage 5.3 on a mid-2011 Apple iMac 2.5 GHz Intel Core i5 running OS 10.7.4.
Thanks.
Were you on a branch other than `main` when you cloned?
Nope, i was on the main branch. I get the exact same error using Sage 5.3 on a mid-2012 Apple MacBook Pro Intel Core i7 running OS 10.7.4. ~> sage -branch main ~> ls /Applications/sage/devel sage sage-main sagenb sagenb-main ~> sage -clone araichev Now cloning the current Sage library branch... hg clone sage sage-araichev abort: data/.hgtags.i@73558cfaae3a: no match found! Error cloning real 0m0.718s user 0m0.189s sys 0m0.360s