Skip to content

Commit

Permalink
PerforceExtractor.getBaseRevision(): quote arguments properly
Browse files Browse the repository at this point in the history
  • Loading branch information
krajaratnam committed Jan 30, 2010
1 parent 2bcb5d9 commit f881c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/scripts/tryclient.py
Expand Up @@ -190,7 +190,7 @@ class PerforceExtractor(SourceStampExtractor):
patchlevel = 1
vcexe = "p4"
def getBaseRevision(self):
d = self.dovc(["changes", "-m1 ..."])
d = self.dovc(["changes", "-m1", "..."])
d.addCallback(self.parseStatus)
return d

Expand Down

0 comments on commit f881c60

Please sign in to comment.