예제 #1
0
파일: stack.py 프로젝트: snits/stgit
 def __update_log_ref(self, ref):
     git.set_ref(self.__log_ref, ref)
예제 #2
0
파일: stack.py 프로젝트: snits/stgit
 def __update_top_ref(self, ref):
     git.set_ref(self.__top_ref, ref)
     self._set_field('top', ref)
     self._set_field('bottom', git.get_commit(ref).get_parent())
예제 #3
0
 def __update_top_ref(self, ref):
     git.set_ref(self.__top_ref, ref)
     self._set_field('top', ref)
     self._set_field('bottom', git.get_commit(ref).get_parent())
예제 #4
0
 def __update_log_ref(self, ref):
     git.set_ref(self.__log_ref, ref)
예제 #5
0
파일: stack.py 프로젝트: GymWenFLL/tpp_libs
 def __update_top_ref(self, ref):
     git.set_ref(self.__top_ref, ref)
     self._set_field("top", ref)
     self._set_field("bottom", git.get_commit(ref).get_parent())