Searched refs:P4CommandException (Results 1 – 5 of 5) sorted by relevance
717 class P4CommandException(P4Exception): class3786 …raise P4CommandException("No remote p4 branches. Perhaps you never did \"git p4 clone\" in here.")3794 … raise P4CommandException("Error: branch %s does not exist." % self.branch)3796 … raise P4CommandException("Error: no branch %s; perhaps specify one with --branch." %4066 except P4CommandException as e: