Submitter | Enrique A. Tobis |
---|---|
Date | Dec. 11, 2014, 3:47 p.m. |
Message ID | <c67b563426866e1c717c.1418312867@eowyn> |
Download | mbox | patch |
Permalink | /patch/7052/ |
State | Accepted |
Commit | fad896292e7df01aa943f6111dbdec653edb651b |
Headers | show |
Comments
On Thu, 2014-12-11 at 10:47 -0500, Enrique A. Tobis wrote: > # HG changeset patch > # User Enrique A. Tobis <enrique@tobis.com.ar> > # Date 1418273207 18000 > # Wed Dec 10 23:46:47 2014 -0500 > # Branch stable > # Node ID c67b563426866e1c717c6a25b0056bb51cb155e5 > # Parent 424d669118d323ca1aeb309f2a8a4631f69d1fe3 > tests: fix a typo in test-walkrepos.py Queued this for default, thanks. (Typos in the test suite don't have end-user impact, so don't belong in stable.)
Patch
diff -r 424d669118d3 -r c67b56342686 tests/test-walkrepo.py --- a/tests/test-walkrepo.py Mon Dec 08 15:41:54 2014 -0800 +++ b/tests/test-walkrepo.py Wed Dec 10 23:46:47 2014 -0500 @@ -41,7 +41,7 @@ if len(sub2set & reposet) != 1: print "sub2set = %r" % (sub2set,) print "reposet = %r" % (reposet,) - print "sub1set and reposet should have exactly one path in common." + print "sub2set and reposet should have exactly one path in common." sub3 = pjoin('.', 'circle', 'top1') if sym and sub3 not in reposet: print "reposet = %r" % (reposet,)