D1258: tersestatus: make sure we use os.path.* to split paths (issue5715)

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Fri Oct 27 23:34:24 EDT 2017


mharbison72 added a comment.


  No joy.  But it looks like you can use '/' unconditionally, because scmutil.status paths are in repo normalized format.  I'll send a patch.
  
  I think there's something else goofy here:
  
  $ ../hg st -c --terse c ../mercurial/help/
  C ..\mercurial\
  
  I'd expect the output to be:
  
  $ ../hg st -c --terse c ../mercurial/help/
  C ..\mercurial\help
  
  I can write up another bug if you don't have any ideas off the top of your head.

REPOSITORY
  rHG Mercurial

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

To: pulkit, #hg-reviewers
Cc: mharbison72, mercurial-devel


More information about the Mercurial-devel mailing list