sapling/hgext
Dan Villiom Podlaski Christiansen 4bc99faa5e rebase: improve error message on improper phases
The previous error message had two issues: The first issue was that it
wasn't, in fact, an error but a warning, even though it described a
fatal error condition preventing the successful completion of the
command. The second was that it didn't mention the immutable
changesets, leaving the user guessing at the true cause of the error.

The main downside to this change is that we now get an 'abort: can't
abort...' message which technically contradicts itself. In this case,
I blame that on the two uses we have for the word; if it weren't for
backwards compatibility, we could make util.Abort print out 'error:
<whatever>'.
2012-06-18 11:16:24 +02:00
..
convert i18n: use locale insensitive format for datetimes as intermediate representation (issue3398) 2012-04-26 02:41:20 +09:00
highlight highlight: fix to work with caching templater 2010-04-19 16:47:44 -05:00
inotify inotify: catch SignalInterrupt during shutdown (issue3351) 2012-04-04 10:57:48 +02:00
largefiles largefiles: use wlock for lfconvert (issue3444) 2012-05-13 17:34:55 +02:00
zeroconf Remove FSF mailing address from GPL headers 2012-01-06 16:27:13 +01:00
__init__.py Re-add hgext/__init__.py 2005-09-29 12:49:01 -07:00
acl.py doc: fix explanation comment in acl extension 2012-04-23 00:29:04 +09:00
bugzilla.py bugzilla: stop bugs always being marked as fixed in xmlrpc (issue3484) 2012-06-06 16:44:17 +01:00
children.py help: show value requirement and multiple occurrence of options 2010-06-06 17:25:00 +09:00
churn.py i18n: fix all remaining uses of % inside _() 2012-03-08 13:35:27 -06:00
color.py color: Use the same GPL boilerplate as most hg files 2012-01-02 19:30:21 -06:00
eol.py eol: remove left-over print statements 2012-03-15 16:57:19 +01:00
extdiff.py extdiff: escape filenames with vim/DirDiff and make quoting work with Windows 2012-03-12 09:39:30 +01:00
factotum.py factotum: add man reference to help output 2012-05-04 09:14:55 -07:00
fetch.py fetch: remove confusing reference to "authoritative" changes 2012-04-20 11:57:14 -05:00
gpg.py gpg: use cmdutil.command decorator 2011-05-12 14:31:01 +02:00
graphlog.py graphlog: fix --follow FILE and relative paths 2012-04-14 11:27:11 +02:00
hgcia.py hgcia: fix diffstat support 2012-01-05 14:14:12 -06:00
hgk.py scmutil: switch match users to supplying contexts 2011-06-18 16:52:51 -05:00
interhg.py interhg: use uisetup() instead of module-load side effects 2010-10-16 18:09:47 -05:00
keyword.py keyword: update filectx.cmp monkeypatch to handle '\1\n' at start of file 2012-01-15 13:37:33 +01:00
mq.py mq: add --no-backup for qpush/qpop/qgoto 2012-05-11 16:57:26 +02:00
notify.py notify: various fixes to docstring 2012-05-29 07:07:10 -05:00
pager.py pager: check if signal.SIGPIPE exists 2012-05-12 09:43:12 +02:00
patchbomb.py patchbomb: add --body flag to send patches as inline message body text 2012-03-21 06:45:07 +01:00
progress.py progress: Use the same GPL boilerplate as most hg files 2012-01-02 19:30:28 -06:00
purge.py Remove FSF mailing address from GPL headers 2012-01-06 16:27:13 +01:00
rebase.py rebase: improve error message on improper phases 2012-06-18 11:16:24 +02:00
record.py record: fix up test issues 2012-03-31 14:04:39 -05:00
relink.py hgext: replace uses of hasattr with util.safehasattr 2011-07-25 20:37:12 -05:00
schemes.py util: fix url.__str__() for windows file URLs 2011-12-04 18:22:25 +01:00
share.py share: drop unused import 2011-09-10 17:59:47 -05:00
transplant.py localrepo: add setparents() to adjust dirstate copies (issue3407) 2012-04-29 22:25:55 +02:00
win32mbcs.py win32mbcs: allow win32mbcs extension to be enabled on cygwin platform 2011-12-25 20:32:48 +09:00
win32text.py win32text: give deprecation warning 2010-10-25 11:29:32 -05:00