comparison mercurial/hg.py @ 2600:c4325f0a9b91

clean up trailing white space.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 12 Jul 2006 08:28:00 -0700
parents 5ba8be56fa8f
children ffb895f16925
comparison
equal deleted inserted replaced
2599:e4b5e48052c6 2600:c4325f0a9b91
86 .hg/hgrc file, as the default to be used for future pulls and 86 .hg/hgrc file, as the default to be used for future pulls and
87 pushes. 87 pushes.
88 88
89 If an exception is raised, the partly cloned/updated destination 89 If an exception is raised, the partly cloned/updated destination
90 repository will be deleted. 90 repository will be deleted.
91 91
92 Keyword arguments: 92 Keyword arguments:
93 93
94 dest: URL of destination repository to create (defaults to base 94 dest: URL of destination repository to create (defaults to base
95 name of source repository) 95 name of source repository)
96 96