##// END OF EJS Templates
revset: drop an outdated comment...
marmoute -
r47728:1e2f2c78 default
parent child Browse files
Show More
@@ -1856,7 +1856,6 b' def outgoing(repo, subset, x):'
1856 1856 l and getstring(l[0], _(b"outgoing requires a repository path")) or b''
1857 1857 )
1858 1858 if dest:
1859 # ui.getpath() explicitly tests for None, not just a boolean
1860 1859 dests = [dest]
1861 1860 else:
1862 1861 dests = []
General Comments 0
You need to be logged in to leave comments. Login now