comparison hgext/shelve.py @ 19951:d51c4d85ec23 stable

spelling: random spell checker fixes
author Mads Kiilerich <madski@unity3d.com>
date Thu, 24 Oct 2013 01:49:56 +0800
parents 4de116871044
children 1d7a36ff2615
comparison
equal deleted inserted replaced
19950:cce7ab960312 19951:d51c4d85ec23
188 try: 188 try:
189 wlock = repo.wlock() 189 wlock = repo.wlock()
190 lock = repo.lock() 190 lock = repo.lock()
191 191
192 bms = repo._bookmarks.copy() 192 bms = repo._bookmarks.copy()
193 # use an uncommited transaction to generate the bundle to avoid 193 # use an uncommitted transaction to generate the bundle to avoid
194 # pull races. ensure we don't print the abort message to stderr. 194 # pull races. ensure we don't print the abort message to stderr.
195 tr = repo.transaction('commit', report=lambda x: None) 195 tr = repo.transaction('commit', report=lambda x: None)
196 196
197 if name: 197 if name:
198 if shelvedfile(repo, name, 'hg').exists(): 198 if shelvedfile(repo, name, 'hg').exists():