tests/test-glog.t
changeset 35690 3e394e0558d7
parent 35687 67893a516272
child 35816 f6ca1e11d8b4
--- a/tests/test-glog.t	Thu Jan 04 15:20:46 2018 +0900
+++ b/tests/test-glog.t	Thu Jan 04 14:20:58 2018 +0900
@@ -96,7 +96,7 @@
   >     if not revs:
   >         return None
   >     match, pats, slowpath = cmdutil._makelogmatcher(repo, revs, pats, opts)
-  >     return cmdutil._makelogrevset(repo, match, pats, slowpath, opts)[0]
+  >     return cmdutil._makelogrevset(repo, match, pats, slowpath, opts)
   > 
   > def uisetup(ui):
   >     def printrevset(orig, repo, pats, opts):