tests/test-mq-qsave.t
author Yuya Nishihara <yuya@tcha.org>
Sun, 21 Jul 2019 14:42:01 +0900
changeset 42636 12addcc7956c
parent 12324 b701610f6c56
child 49621 55c6ebd11cb9
permissions -rw-r--r--
rust-filepatterns: unescape comment character property There were multiple issues in the original implementation: a. the local variable "line" dropped soon after replace_slice() applied b. replace_slice() was noop since br"\#".len() != b"#" This patch uses bytes::Regex::replace_all() since it seems the simplest way to replace bytes of arbitrary length, and I don't think we have to avoid using Regexp here.

  $ echo "[extensions]" >> $HGRCPATH
  $ echo "mq=" >> $HGRCPATH

  $ hg init

  $ echo 'base' > base
  $ hg ci -Ambase
  adding base

  $ hg qnew -mmqbase mqbase

  $ hg qsave
  $ hg qrestore 2
  restoring status: hg patches saved state