#9433: Put more files under revision control.
------------------------------------------------------------+---------------
Reporter: jhpalmieri | Owner: tbd
Type: enhancement | Status:
needs_review
Priority: blocker | Milestone:
sage-4.7
Component: distribution | Keywords:
Author: John Palmieri | Upstream: N/A
Reviewer: Leif Leonhardy, Volker Braun, Jeroen Demeyer | Merged:
Work_issues: |
------------------------------------------------------------+---------------
Comment(by vbraun):
I've tried the update and it works beautifully.
I think there is still one problem: If the user has no .hgrc (like many
non-developers trying to upgrade), then mercurial will fail to commit with
{{{
[vbraun@volker-desktop sage-4.7.alpha0]$ mv ~/.hgrc ~/backup.hgrc
[vbraun@volker-desktop sage-4.7.alpha0]$ hg commit -m "test"
abort: no username supplied (see "hg help config")
}}}
So whenever we commit to the root repo, we should specify a username
explicitly. For example,
{{{
hg commit -u "committed by sage -upgrade" -m "test"
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9433#comment:153>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.