darcs

Issue 2695 `darcs log --hash x` is not equivalent to `darcs log --matches 'hash x'`

Title `darcs log --hash x` is not equivalent to `darcs log --matches 'hash x'`
Priority Status resolved
Milestone Resolved in 2.18.1
Superseder Nosy List gpiero
Assigned To
Topics

Created on 2023-01-30.16:30:48 by gpiero, last changed 2023-02-20.21:52:33 by bfrk.

Messages
msg23082 (view) Author: gpiero Date: 2023-01-30.16:30:45
When darcs expects an option to match several patches, '--hash ...' and 
'--matches "hash ..."' lead to different results. In current screened:

$ darcs log --count --hash 42
1
$ darcs log --count --matches 'hash 42'
70
History
Date User Action Args
2023-01-30 16:30:48gpierocreate
2023-02-20 21:52:33bfrksetstatus: unknown -> resolved
resolvedin: 2.18.1