mharbison72 added inline comments.

INLINE COMMENTS

> martinvonz wrote in debugcommands.py:3432
> I think Windows doesn't care much about `/` vs `\`, but should we ideally use 
> `os.path.join(..., ".hg")` here?

I thought we were trying to avoid `os.path`, so maybe just 
`repo.vfs.join("strip-backup", ".hg")`?

(And don't these need to be `b''` prefixed for py3?)

REPOSITORY
  rHG Mercurial

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

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

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

Reply via email to