Caught by PyCharm.
Details
Details
- Reviewers
martinvonz - Group Reviewers
hg-reviewers - Commits
- rHGbd88407edc0e: rebase: drop an unused variable assignment
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
| martinvonz |
| hg-reviewers |
Caught by PyCharm.
| Lint Skipped |
| Unit Tests Skipped |
| Path | Packages | |||
|---|---|---|---|---|
| M | hgext/rebase.py (1 line) |
| Commit | Parents | Author | Summary | Date |
|---|---|---|---|---|
| 491b8d42f6db | b11a5da8322b | Matt Harbison | Dec 27 2019, 1:52 PM |
| Status | Author | Revision | |
|---|---|---|---|
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 | ||
| Closed | mharbison72 |
| _( | _( | ||||
| b"warning: new changesets detected on " | b"warning: new changesets detected on " | ||||
| b"destination branch, can't strip\n" | b"destination branch, can't strip\n" | ||||
| ) | ) | ||||
| ) | ) | ||||
| cleanup = False | cleanup = False | ||||
| if cleanup: | if cleanup: | ||||
| shouldupdate = False | |||||
| if rebased: | if rebased: | ||||
| strippoints = [ | strippoints = [ | ||||
| c.node() for c in repo.set(b'roots(%ld)', rebased) | c.node() for c in repo.set(b'roots(%ld)', rebased) | ||||
| ] | ] | ||||
| updateifonnodes = set(rebased) | updateifonnodes = set(rebased) | ||||
| updateifonnodes.update(self.destmap.values()) | updateifonnodes.update(self.destmap.values()) | ||||
| updateifonnodes.add(self.originalwd) | updateifonnodes.add(self.originalwd) | ||||