quark requested changes to this revision.
quark added a comment.
This revision now requires changes to proceed.


  Just a small nit.

INLINE COMMENTS

> test-dispatch.t:77
>    $ HGDEMANDIMPORT=disable hg version -q
>    abort: error getting current working directory: * (glob)
>    [255]

Alternatively, you can use individual line matching without duplicating the `hg 
version` line:

  abort: error getting current working directory: * (glob) (no-chg !)
  chg: abort: failed to getcwd (errno = *) (glob) (chg !)

> test-dispatch.t:85
> +  $ HGDEMANDIMPORT=disable hg version -q
> +  chg: abort: failed to getcwd (errno = 2, No such file or directory)
> +  [255]

`errno` and error message could be platform dependent:

  chg: ... (errno = *) (glob)

REPOSITORY
  rHG Mercurial

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

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

Reply via email to