Exemplo n.º 1
0
        public bool AddPushRefSpec(RefSpec s)
        {
            if (Push.Contains(s))
            {
                return(false);
            }

            Push.Add(s);
            return(true);
        }