##// END OF EJS Templates
revset: add parentheses after wdir since its a function...
Pulkit Goyal -
r32435:bb5dc194 default
parent child Browse files
Show More
@@ -2130,7 +2130,7 b' def user(repo, subset, x):'
2130 """
2130 """
2131 return author(repo, subset, x)
2131 return author(repo, subset, x)
2132
2132
2133 @predicate('wdir', safe=True)
2133 @predicate('wdir()', safe=True)
2134 def wdir(repo, subset, x):
2134 def wdir(repo, subset, x):
2135 """Working directory. (EXPERIMENTAL)"""
2135 """Working directory. (EXPERIMENTAL)"""
2136 # i18n: "wdir" is a keyword
2136 # i18n: "wdir" is a keyword
General Comments 0
You need to be logged in to leave comments. Login now