Closed
Bug 874101
Opened 10 years ago
Closed 10 years ago
Add entries to .hgignore
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 24.0
People
(Reporter: tessarakt, Assigned: tessarakt)
Details
Attachments
(1 file)
539 bytes,
patch
|
Callek
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:22.0) Gecko/20130512 Firefox/22.0 (Nightly/Aurora) Build ID: 20130512004015 Steps to reproduce: Put my Hg checkout under Git version control Actual results: When I did hg addremove, .git was put under Hg version control Expected results: The .git directory should have been ignored.
Assignee | ||
Comment 1•10 years ago
|
||
The mozilla/.hgignore has the following entries that are missing in the comm .hgignore: # SVN directories \.svn/ # Git repositories .git/ # Ignore the files and directory that Eclipse IDE creates \.project$ \.cproject$ \.settings/ All of them IMO, are useful and be added without risk. Maybe this holds for other entries as well.
Comment 2•10 years ago
|
||
rs+=me for anyone with checkin perms please land DONTBUILD unless landing with other patches
Assignee | ||
Comment 3•10 years ago
|
||
Umm, do I still need to prepare a patch? Or just set checkin-needed?
Assignee | ||
Comment 4•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Attachment #752454 -
Flags: review?(bugspam.Callek)
Updated•10 years ago
|
Keywords: checkin-needed
Updated•10 years ago
|
Assignee: nobody → blog
Updated•10 years ago
|
Attachment #752454 -
Flags: review?(bugspam.Callek) → review+
Comment 5•10 years ago
|
||
https://hg.mozilla.org/comm-central/rev/f72a402177d5
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 24.0
You need to log in
before you can comment on or make changes to this bug.
Description
•