#12258: Prune .hgtags files
-------------------------------------+--------------------------------------
Reporter: kini | Owner: leif
Type: defect | Status: positive_review
Priority: trivial | Milestone: sage-4.8
Component: scripts | Keywords: .hgtags mercurial
repository
Work_issues: | Upstream: N/A
Reviewer: Punarbasu Purkayastha | Author: Keshav Kini
Merged: | Dependencies:
-------------------------------------+--------------------------------------
Changes (by ppurka):
* status: needs_review => positive_review
* reviewer: => Punarbasu Purkayastha
Comment:
Patches look good. I get the same output as the deleted lines in the
patches with the following bash/zsh code:
{{{
...ons/sage-4.7.2/devel/sage> hgtags="$(hg tags)"; while read line; do
if ! echo -e "${hgtags}" | grep -qE "${line:0:12}$"; then
echo "$line"
fi
done < .hgtags
}}}
After applying the patches, there is no more output to the above command.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12258#comment:3>
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.