Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 10934:a8486615eece
Merge with stable
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Fri, 16 Apr 2010 22:14:14 +0200 |
parents | e25c450c351e e3396b218e10 |
children | 0d5f139b23c1 |
comparison
equal
deleted
inserted
replaced
10932:29c39fe2491b | 10934:a8486615eece |
---|---|
2372 Show definition of symbolic path name NAME. If no name is given, | 2372 Show definition of symbolic path name NAME. If no name is given, |
2373 show definition of all available names. | 2373 show definition of all available names. |
2374 | 2374 |
2375 Path names are defined in the [paths] section of /etc/mercurial/hgrc | 2375 Path names are defined in the [paths] section of /etc/mercurial/hgrc |
2376 and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too. | 2376 and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too. |
2377 | |
2378 The names 'default' and 'default-push' have a special meaning. | |
2379 They are the locations used when pulling and pushing respectively | |
2380 unless a location is specified. When cloning a repository, the | |
2381 clone source is written as 'default' in .hg/hgrc. | |
2377 | 2382 |
2378 See 'hg help urls' for more information. | 2383 See 'hg help urls' for more information. |
2379 """ | 2384 """ |
2380 if search: | 2385 if search: |
2381 for name, path in ui.configitems("paths"): | 2386 for name, path in ui.configitems("paths"): |