0✌ Dig+cel / ssb-pull-requestsCodeActivityCommitsIssuesPull RequestsCommit 3e5813ecfd4f03ed16cdb421b2e6aeb2c5880419Browse FilesFix typocel committed on 10/20/2016, 7:32:40 PMParent: 7a199e01284e415cc909a2ed22b5125de84d5db8Files changedREADME.mdchangedREADME.mdView @@ -42,9 +42,9 @@4242 … calculate what changes are in a pull request when the revs of the branches may4343 … have changed if the pull request was merged or the upstream diverged.4444 … 4545 … ```js46-pulls.get(prId, cb)46 …+pulls.getRevs(prId, cb)4747 … ```4848 … 4949 … →WritePreview5050 … ```jsBuilt with git-ssb-web