D2861: uncommit: fix unaligned indentation

2018-03-14 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes.
Closed by commit rHG51c63f04b55e: uncommit: fix unaligned indentation (authored 
by martinvonz, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2861?vs=7038=7040

REVISION DETAIL
  https://phab.mercurial-scm.org/D2861

AFFECTED FILES
  hgext/uncommit.py

CHANGE DETAILS

diff --git a/hgext/uncommit.py b/hgext/uncommit.py
--- a/hgext/uncommit.py
+++ b/hgext/uncommit.py
@@ -157,7 +157,7 @@
 with repo.wlock(), repo.lock():
 
 if not pats and not repo.ui.configbool('experimental',
-'uncommitondirtywdir'):
+   'uncommitondirtywdir'):
 cmdutil.bailifchanged(repo)
 old = repo['.']
 rewriteutil.precheck(repo, [old.rev()], 'uncommit')



To: martinvonz, #hg-reviewers, pulkit
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel


D2861: uncommit: fix unaligned indentation

2018-03-14 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D2861

AFFECTED FILES
  hgext/uncommit.py

CHANGE DETAILS

diff --git a/hgext/uncommit.py b/hgext/uncommit.py
--- a/hgext/uncommit.py
+++ b/hgext/uncommit.py
@@ -157,7 +157,7 @@
 with repo.wlock(), repo.lock():
 
 if not pats and not repo.ui.configbool('experimental',
-'uncommitondirtywdir'):
+   'uncommitondirtywdir'):
 cmdutil.bailifchanged(repo)
 old = repo['.']
 rewriteutil.precheck(repo, [old.rev()], 'uncommit')



To: martinvonz, #hg-reviewers
Cc: mercurial-devel
___
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel