Mercurial > hg
comparison hgext/color.py @ 12658:97d7ee445e98
mq: silence spurious output.
When using a versioned patch repository, you would get a spurious
warning when deleting and adding the same patch.
Before:
$ hg qdelete --keep 3.diff
$ hg qimport --existing 3.diff
adding 3.diff to series file
3.diff already tracked!
After:
$ hg qdelete --keep 3.diff
$ hg qimport --existing 3.diff
adding 3.diff to series file
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Sat, 09 Oct 2010 11:53:48 -0500 |
parents | c4c2ba553401 |
children | 33f0682ba8b1 |
comparison
equal
deleted
inserted
replaced
12657:7de9033167f3 | 12658:97d7ee445e98 |
---|