Show More
@@ -1613,7 +1613,7 b' def phabupdate(ui, repo, spec, **opts):' | |||
|
1613 | 1613 | |
|
1614 | 1614 | actions = [] |
|
1615 | 1615 | for f in flags: |
|
1616 |
actions.append({b'type': f, b'value': |
|
|
1616 | actions.append({b'type': f, b'value': True}) | |
|
1617 | 1617 | |
|
1618 | 1618 | drevs = querydrev(repo, spec) |
|
1619 | 1619 | for i, drev in enumerate(drevs): |
General Comments 0
You need to be logged in to leave comments.
Login now