##// END OF EJS Templates
uncommit: fix unaligned indentation...
Martin von Zweigbergk -
r36965:3d0178bf default
parent child Browse files
Show More
@@ -157,7 +157,7 b' def uncommit(ui, repo, *pats, **opts):'
157 157 with repo.wlock(), repo.lock():
158 158
159 159 if not pats and not repo.ui.configbool('experimental',
160 'uncommitondirtywdir'):
160 'uncommitondirtywdir'):
161 161 cmdutil.bailifchanged(repo)
162 162 old = repo['.']
163 163 rewriteutil.precheck(repo, [old.rev()], 'uncommit')
General Comments 0
You need to be logged in to leave comments. Login now