| Index: sitescripts/notifications/parser.py |
| =================================================================== |
| --- a/sitescripts/notifications/parser.py |
| +++ b/sitescripts/notifications/parser.py |
| @@ -103,7 +103,6 @@ |
| def load_notifications(): |
| repo = get_config().get("notifications", "repository") |
| - subprocess.call(["hg", "-R", repo, "pull", "-q"]) |
| command = ["hg", "-R", repo, "archive", "-r", "default", "-t", "tar", |
| "-p", ".", "-X", os.path.join(repo, ".hg_archival.txt"), "-"] |
| data = subprocess.check_output(command) |