# HG changeset patch
# User Robert Bradshaw <robertwb@math.washington.edu>
# Date 1341120514 25200
# Node ID 011794535a3c41def8ee17b2941b8b5da3c703c1
# Parent 8bff3bdfa50e2c792fb0de0d64316597861f7fdf
[mq]: clone-install
diff --git a/sage-spkg-install b/sage-spkg-install
a
|
b
|
|
16 | 16 | hg ci -m "Check-in during upgrade of Sage." |
17 | 17 | hg update |
18 | 18 | else |
19 | | # Initial install. Just copy all the files over. |
20 | | cp -pR sage-* *doctest.py .hg* ipy_profile_sage.py "$TARGET" |
| 19 | # Initial install. |
| 20 | hg clone . "$TARGET" |
21 | 21 | fi |
22 | 22 | |
23 | 23 | # Create an appropriate hgrc file for the target |