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
Please sign in to leave a comment.
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...
>
So to make sure I understand, all these labels will have the same name/action/timestamp... right?
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...
name/action/timestamp... right?