Commit Graph

2980 Commits

Author SHA1 Message Date
Bryan O'Sullivan
e55bd65d54 mercurial.el: deal with more vagaries of "hg status".
If we run "hg status" on a file that does not exist, it prints an error
message.  Attempt to extract the name of the file.
2006-08-22 15:15:52 -07:00
Bryan O'Sullivan
c679ba9347 qrefresh: exit with status 1 if no patches applied. 2006-08-22 15:14:35 -07:00
Bryan O'Sullivan
01df2e50e5 mercurial.el: add hg-cwd 2006-08-22 14:03:10 -07:00
Bryan O'Sullivan
9447cded78 mercurial.el: speed up mode line updates. 2006-08-22 14:02:43 -07:00
Bryan O'Sullivan
154114b444 mercurial.el: add hg-status. 2006-08-22 11:37:18 -07:00
Bryan O'Sullivan
4d1786ec1f mercurial.el: use parents in modeline, not tip 2006-08-22 11:36:58 -07:00
Bryan O'Sullivan
c4a476da55 mercurial.el: fix hg-chomp. 2006-08-22 11:24:59 -07:00
Bryan O'Sullivan
0127d671dc mercurial.el: fix calls to goto-char. 2006-08-22 08:54:19 -07:00
Bryan O'Sullivan
093b29e224 mercurial.el: get rid of unportable, unperformant use of replace-regexp. 2006-08-22 08:53:37 -07:00
Vadim Gelfer
cc8e389567 merge. 2006-08-22 07:55:10 -07:00
Vadim Gelfer
a7d9a28fe9 merge. 2006-08-22 07:32:54 -07:00
Thomas Arendsen Hein
acc2d17e2f Make test-strict append to $HGRCPATH, like other tests do since e6e7d87cb388. 2006-08-22 10:20:21 +02:00
Thomas Arendsen Hein
dd369da4a5 Merge with tah 2006-08-22 10:18:40 +02:00
Thomas Arendsen Hein
a1f1b33ecb Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc
and add documentation for this.
2006-08-22 10:08:42 +02:00
Thomas Arendsen Hein
31b1fbbac8 Clear contents of global hgrc for tests before running each test.
This fixes running test-mq-qdiff after test-mq, because of changed settings.
2006-08-22 09:55:14 +02:00
Shun-ichi GOTO
c9dd534fc0 Support foo@bar notation as demandload module spec. 2006-08-22 14:31:56 +09:00
Bryan O'Sullivan
24286794a7 Add ui.strict config item.
This turns off command matching by unambiguous prefix, and is a good
thing if you want to write future-proof scripts.

This fixes issue 314.
2006-08-21 21:59:29 -07:00
Lee Cantey
32853e0761 Ignore .DS_Store directories
These are used by Finder on OS X.
2006-08-21 17:47:02 -07:00
Lee Cantey
2e459ed1d8 Allow for MB/sec transfer rates in test-http 2006-08-21 16:33:43 -07:00
Danek Duvall
3dfcc70c3e patch queue: portability.notes 2006-08-21 14:13:27 -07:00
Vadim Gelfer
f7e52c304c mq: fix bad interaction between demandload and update of commands.norepo
problem was that commands.norepo was not updated properly.
2006-08-21 13:59:17 -07:00
Vadim Gelfer
3f1bee75e9 revert: add -a as alias for --all 2006-08-21 11:05:43 -07:00
Vadim Gelfer
38dd424903 revert: require --all to revert all files. 2006-08-21 09:44:52 -07:00
Matt Mackall
4e0e3a1e78 tag: shorten hash in default commit message
Move default message to commands.py
Pass node in binary for consistency
Remove default arguments
Fix up tests
2006-08-20 23:52:52 -05:00
Matt Mackall
ba56a1fdbd Only show long hashes with --debug, not --verbose 2006-08-20 22:51:56 -05:00
Matt Mackall
62b10cb784 Demote a pull note to a debug message 2006-08-20 21:59:51 -05:00
Alexis S. L. Carvalho
a717a94148 fix typo in mail.py 2006-08-20 02:21:59 -03:00
Alexis S. L. Carvalho
5b03b03561 fix incoming -p 2006-08-20 02:21:51 -03:00
Alexis S. L. Carvalho
d7eab34ed8 dirstate.py: when comparing mtimes, use only the integer part.
Python 2.5 can return timestamps with subsecond resolution.
2006-08-20 01:13:11 -03:00
Alexis S. L. Carvalho
ca387842ee localrepo.status: detect clean files even when the mtime has changed 2006-08-20 00:44:54 -03:00
Alexis S. L. Carvalho
2eec163a35 Avoid Python 2.5 warning
demandload.py:112: Warning: 'as' will become a reserved keyword in Python 2.6
2006-08-20 00:44:53 -03:00
TK Soh
3f6491c428 extdiff: make new diff commands pick up their options correctly 2006-08-17 15:30:45 -05:00
Vadim Gelfer
f72ee79e69 addremove: add -s/--similarity option
progress on issue 295.
2006-08-18 22:13:58 -07:00
Vadim Gelfer
e72a2729a5 fix comment. 2006-08-18 21:18:01 -07:00
Vadim Gelfer
5a993ee589 merge. 2006-08-18 21:17:28 -07:00
Vadim Gelfer
3d22e17326 merge. 2006-08-18 21:04:10 -07:00
Vadim Gelfer
853998bf60 fix issue 322.
do not allow to add files that shadow files or directories already in dirstate.
2006-08-18 21:03:29 -07:00
Vadim Gelfer
0d5df3aaf3 merge. 2006-08-18 17:02:38 -07:00
Vadim Gelfer
83aa73f750 merge. 2006-08-18 15:53:30 -07:00
Vadim Gelfer
feeb6e59eb add other dir/file case to test for issue322. 2006-08-18 15:53:14 -07:00
Brendan Cully
627744e332 Teach annotate to follow copies. 2006-08-18 14:59:18 -07:00
Brendan Cully
67fd15b596 Add self to contributors 2006-08-18 15:03:16 -07:00
Vadim Gelfer
dfb60a287c add test for issue 322.
no .out file because issue is still live.
2006-08-18 14:49:12 -07:00
Vadim Gelfer
305475cdb6 merge with self. 2006-08-18 14:13:44 -07:00
Vadim Gelfer
f50eed7943 load extensions from every hgrc.
before this change only extensions in global hgrc files were loaded.
now extensions in per-repo hgrc are loaded.
2006-08-18 14:13:24 -07:00
Vadim Gelfer
a7a2bb9df7 merge with brendan. 2006-08-18 13:01:40 -07:00
Danek Duvall
c6b9a108d2 Solaris portability fixes 2006-08-18 10:24:04 -07:00
Brendan Cully
1bef82810e Fix bug #345.
The last hit for a file might have been before the last window, so we
can't clear copies. To reduce the load, we only store real copy
entries instead of storing hashes for every revision.
2006-08-18 10:05:44 -07:00
Giorgos Keramidas
a1e9b12e3d add missing import of errno 2006-08-17 21:13:35 +03:00
Brendan Cully
2af338f22f mq: fix appliedname 2006-08-16 19:55:42 -07:00