svn: r5246
This commit is contained in:
Alex Roitman 2005-09-27 05:30:59 +00:00
parent 1e67047f6c
commit 013b9a7e14

View File

@ -55,9 +55,11 @@ import Utils
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# Constant strings that we offer as custom commands # Constants
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# Some strings that we offer as custom commands
cust_arch_list = [ cust_arch_list = [
'cvs ci -m "$(date)"', 'cvs ci -m "$(date)"',
] ]
@ -66,11 +68,7 @@ cust_ret_list = [
'cvs up', 'cvs up',
] ]
#-------------------------------------------------------------------------
#
# Some message strings # Some message strings
#
#-------------------------------------------------------------------------
rcs_setup_failure_msg = [ rcs_setup_failure_msg = [
_("Checkpoint Archive Creation Failed"), _("Checkpoint Archive Creation Failed"),
_("No checkpointing archive was found. " _("No checkpointing archive was found. "
@ -110,10 +108,9 @@ retrieve_success_msg = [
_("The data was successfully retrieved.") _("The data was successfully retrieved.")
] ]
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
# #
# Checkpoint # Checkpoint class
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
class Checkpoint(Tool.Tool): class Checkpoint(Tool.Tool):
@ -293,7 +290,6 @@ class Checkpoint(Tool.Tool):
else: else:
dialog(msg1,msg2) dialog(msg1,msg2)
def rcs(self,checkin,cli): def rcs(self,checkin,cli):
""" """
Check the generated XML file into RCS. Initialize the RCS file if Check the generated XML file into RCS. Initialize the RCS file if