Note: I sent the rebase of this series on behalf of marmoute as he is unable to access his computer at this time.

On 1/16/20 3:26 PM, Alphare (Raphaël Gomès) wrote:
Alphare updated this revision to Diff 19362.

REPOSITORY
   rHG Mercurial

CHANGES SINCE LAST UPDATE
   https://phab.mercurial-scm.org/D7494?vs=18383&id=19362

BRANCH
   default

CHANGES SINCE LAST ACTION
   https://phab.mercurial-scm.org/D7494/new/

REVISION DETAIL
   https://phab.mercurial-scm.org/D7494

AFFECTED FILES
   mercurial/localrepo.py

CHANGE DETAILS

diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -1543,6 +1543,9 @@
              pair = (rev, node)
              quick[rev] = pair
              quick[node] = pair
+        p1node = self.dirstate.p1()
+        if p1node != nullid:
+            quick[b'.'] = quick[p1node]
          return quick
@unfilteredmethod



To: marmoute, #hg-reviewers
Cc: mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to