D5940: uncommit: don't allow dirty working copy with PATH (issue5977)

2019-03-06 Thread navaneeth.suresh (Navaneeth Suresh)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGbf22e370ae9a: uncommit: dont allow dirty working copy with PATH (issue5977) (authored by navaneeth.suresh, committed by ). CHANGED PRIOR TO COMMIT

D5940: uncommit: don't allow dirty working copy with PATH (issue5977)

2019-03-06 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Amended the following in flight and resolved conflicts while rebasing the next one. diff --git a/hgext/uncommit.py b/hgext/uncommit.py --- a/hgext/uncommit.py +++ b/hgext/uncommit.py @@ -160,8 +160,8 @@ def uncommit(ui, repo, *pats, **opts):

D5940: uncommit: don't allow dirty working copy with PATH (issue5977)

2019-03-05 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh added a comment. In https://phab.mercurial-scm.org/D5940#88529, @martinvonz wrote: > Can you fix the first line of the commit message to say "don't allow dirty working copy with PATH" (the "don't" was missing). It was allowed before this patch, it is not allowed with