Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/notifications/parser.py

Issue 29323363: Issue 2868 - Don't pull the notification repo when parsing (Closed)
Patch Set: Created Aug. 7, 2015, 6:34 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld