Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-14398] Tooling: Ignore Mercurial source control files (.hg) during build

GitHub Issuen/a
TypeNew Feature
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-08-02T23:18:57.000+0000
Affected Version/sn/a
Fix Version/s2013 Sprint 16, 2013 Sprint 16 Core, Release 3.2.0
ComponentsTooling
Labelscore, dr-list
ReporterPedro Enrique
AssigneeChris Barber
Created2013-06-26T20:35:40.000+0000
Updated2013-12-07T00:32:37.000+0000

Description

This is a bit of a stopgap to let people using Mercurial build their Titanium projects. It just adds .hg wherever we block .svn.

Comments

  1. Chris Barber 2013-07-26

    https://github.com/appcelerator/titanium/pull/50 https://github.com/appcelerator/node-appc/pull/50
  2. Chris Barber 2013-07-30

    Easiest way to test this is to run the "setup" command. You could also run the "plugin" or "module" commands. In order to test this with the "build" command, you will need Titanium SDK 3.2.
       cd ~
       mkdir ~/.hg
       ti setup app
       
    Type "~/Desktop/", then hit twice. You will most likely see a few files listed, but will NOT see the .hg folder.
       rmdir ~/.hg
       
  3. Lokesh Choudhary 2013-12-07

    Verified by following the steps by Chris & we do not see the '.hg' folder. Environment: Appcel Studio : 3.2.0.201312052211 Ti SDK : 3.2.0.v20131206113246 Mac OSX : 10.8.5 Alloy : 1.3.0-beta CLI - 3.2.0-beta

JSON Source