Submitter | Matt Harbison |
---|---|
Date | March 4, 2015, 2:44 a.m. |
Message ID | <d9d38d9d0be0c2ccd16e.1425437081@Envy> |
Download | mbox | patch |
Permalink | /patch/7893/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/subrepo.py b/mercurial/subrepo.py --- a/mercurial/subrepo.py +++ b/mercurial/subrepo.py @@ -1640,7 +1640,7 @@ rev1 = self._state[1] if self._gitmissing() or not rev1: # if the repo is missing, return no results - return [], [], [], [], [], [], [] + return scmutil.status([], [], [], [], [], [], []) modified, added, removed = [], [], [] self._gitupdatestat() if rev2: