What does LocalVcs.addLabel() return?

It returns an array of labels. What are they?
Does it create multiple physical labels? What does the array contain?
Is it returning all the labels before (maybe after?) addition?
Intuitively I would expect it to return the label I just created.

Jacques

0
3 comments
Avatar
Permanently deleted user

Project level local vcs can be composed of many module level vcses. Result
of addLabel method for project level lvcs is array of labels added into the
module vcses.

--
Best regards,
Olesya Smirnova
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"


"Jacques Morel" <jacmorel@yahoo.com> wrote in message
news:26511049.1065484874883.JavaMail.itn@is.intellij.net...

It returns an array of labels. What are they?
Does it create multiple physical labels? What does the array contain?
Is it returning all the labels before (maybe after?) addition?
Intuitively I would expect it to return the label I just created.

>

Jacques



0
Avatar
Permanently deleted user

So to make sure I understand, all these labels will have the same name/action/timestamp... right?

0
Avatar
Permanently deleted user

Well... they should have the same attributes (except version and creation
date)

--
Best regards,
Olesya Smirnova
JetBrains, Inc / IntelliJ Software
http://www.intellij.com
"Develop with pleasure!"


"Jacques Morel" <jacmorel@yahoo.com> wrote in message
news:9098087.1065544930954.JavaMail.itn@is.intellij.net...

So to make sure I understand, all these labels will have the same

name/action/timestamp... right?


0

Please sign in to leave a comment.