Mercurial > hg
comparison mercurial/localrepo.py @ 14331:3b9a896af09c
paths: Add support for -q/--quiet
Suppresses output (resolved paths or "not found!") when searching a path,
similar to "grep -q".
Sample usage: hg paths -q foo || echo "there is no foo"
Just prints path names (instead of "name = result") when listing all path
definitions, like "hg bookmarks -q".
Sample usage: hg paths -q | while read i; do hg incoming "$i"; done
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Mon, 16 May 2011 11:41:48 +0200 |
parents | 01472f8f5429 |
children | 31a5973fcf96 |
comparison
equal
deleted
inserted
replaced
14330:473d0aaf7655 | 14331:3b9a896af09c |
---|