File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -66,22 +66,6 @@ def reposync(self):
66
66
# Error logged allready in get_branch().
67
67
return 1
68
68
69
- hg_command = [self .command , "incoming" , "-v" ]
70
- if branch != "default" :
71
- hg_command .append ("-b" )
72
- hg_command .append (branch )
73
- cmd = self .getCommand (hg_command , work_dir = self .path ,
74
- env_vars = self .env , logger = self .logger )
75
- cmd .execute ()
76
- self .logger .info (cmd .getoutputstr ())
77
- #
78
- # 'hg incoming' will return 1 if there are no incoming changesets,
79
- # so do not check the return value.
80
- #
81
- if cmd .getretcode () != 0 or cmd .getstate () != Command .FINISHED :
82
- cmd .log_error ("failed to get incoming changesets" )
83
- return 1
84
-
85
69
hg_command = [self .command , "pull" ]
86
70
if branch != "default" :
87
71
hg_command .append ("-b" )
You can’t perform that action at this time.
0 commit comments