Wed, 01 Aug 2007 10:42:42 +0200 |
Thomas Arendsen Hein |
Update style of record's cmdtable to match mercurial/commands.py
|
Wed, 01 Aug 2007 10:33:21 +0200 |
Thomas Arendsen Hein |
os.isatty isn't available on Windows, so use sys.stdin.isatty()
|
Tue, 31 Jul 2007 17:18:59 -0700 |
Bryan O'Sullivan |
convert: add config option to turn off use of branch names
|
Tue, 31 Jul 2007 16:28:05 -0700 |
Bryan O'Sullivan |
Add record extension, giving darcs-like interactive hunk picking
|
Tue, 31 Jul 2007 16:28:05 -0700 |
Bryan O'Sullivan |
ui: get readline and prompt to behave better depending on interactivity
|
Tue, 31 Jul 2007 16:28:05 -0700 |
Bryan O'Sullivan |
patch: make internal code a bit friendlier to use
|
Tue, 31 Jul 2007 16:28:05 -0700 |
Bryan O'Sullivan |
commands: move commit to cmdutil as wrapper for commit-like functions
|
Mon, 30 Jul 2007 20:49:08 -0700 |
Bryan O'Sullivan |
patch: remove unused parameter from b85diff
|
Mon, 30 Jul 2007 20:48:50 -0700 |
Bryan O'Sullivan |
Update expected test output
|
Mon, 30 Jul 2007 14:53:03 -0700 |
Bryan O'Sullivan |
extensions: don't get confused by aliasing between "foo" and "hgext.foo"
|
Mon, 30 Jul 2007 20:06:11 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 30 Jul 2007 20:01:16 +0200 |
Thomas Arendsen Hein |
Fix re: and glob: patterns in .hgignore (reported by Brad Schick)
|
Sun, 29 Jul 2007 19:32:55 +0200 |
Thomas Arendsen Hein |
test-convert: Hide warning about missing subversion bindings.
|
Sun, 29 Jul 2007 18:53:09 +0200 |
Thomas Arendsen Hein |
Fix bashism and remove useless use of cat.
|
Sat, 28 Jul 2007 20:15:54 +0200 |
Patrick Mezard |
Test qnew --git
|
Sat, 28 Jul 2007 20:15:54 +0200 |
Patrick Mezard |
mq: add qnew --git option
|
Fri, 27 Jul 2007 14:30:20 -0700 |
Bryan O'Sullivan |
convert: empty log messages are OK as of 7f5c3fb0a37d
|
Thu, 26 Jul 2007 14:47:31 -0700 |
Bryan O'Sullivan |
localrepo.commit: only munge comment text if committing via dirstate
|
Thu, 26 Jul 2007 14:08:39 -0700 |
Bryan O'Sullivan |
convert: make test-convert executable
|
Thu, 26 Jul 2007 14:04:48 -0700 |
Brendan Cully |
Merge with bos
|
Thu, 26 Jul 2007 14:02:49 -0700 |
Brendan Cully |
convert svn: canonicalize path before calling url_from_path.
|
Thu, 26 Jul 2007 13:38:20 -0700 |
Bryan O'Sullivan |
Ignore mergebackup files generated by mpatch
|
Thu, 26 Jul 2007 13:36:53 -0700 |
Bryan O'Sullivan |
convert: get rid of ugly use of hasattr
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: get rid of "hg." prefix where not needed
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: add filename filtering and renaming support
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: add test
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: acquire/release locks periodically
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: Support Mercurial as a source, as well as a sink
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: make commit constructor clearer and less magical
|
Thu, 26 Jul 2007 13:34:36 -0700 |
Bryan O'Sullivan |
convert: rename mapfile to revmapfile, so we can map more than just revs
|
Thu, 26 Jul 2007 10:57:26 -0700 |
Brendan Cully |
convert svn: try to extract URL from source if it is a working directory
|
Thu, 26 Jul 2007 10:43:01 -0700 |
Brendan Cully |
Merge with mpm
|
Thu, 26 Jul 2007 10:42:44 -0700 |
Brendan Cully |
convert: urlify svn repos if necessary.
|
Thu, 26 Jul 2007 12:02:58 -0500 |
Matt Mackall |
revlog: localize some fastpath functions
|
Thu, 26 Jul 2007 12:02:58 -0500 |
Matt Mackall |
revlog: minor chunk speed-up
|
Thu, 26 Jul 2007 12:02:58 -0500 |
Matt Mackall |
revlog: minor revdiff reorganization
|
Thu, 26 Jul 2007 12:02:58 -0500 |
Matt Mackall |
revlog: move flag checking out of the offset fastpath
|
Thu, 26 Jul 2007 12:02:58 -0500 |
Matt Mackall |
dirstate: localize a bunch of methods in status fastpath
|
Thu, 26 Jul 2007 12:02:58 -0500 |
Matt Mackall |
dirstate: speed up sorting in findfiles
|
Thu, 26 Jul 2007 12:02:58 -0500 |
Matt Mackall |
revlog: pass mode to _supported directly
|
Thu, 26 Jul 2007 12:02:58 -0500 |
Matt Mackall |
dirstate: localize a bunch of methods for findfiles
|
Thu, 26 Jul 2007 12:02:55 -0500 |
Matt Mackall |
Merge with -stable
|
Wed, 25 Jul 2007 15:58:10 +0900 |
Shun-ichi GOTO |
posixfile_nt: '+' should allow read access.
|
Thu, 26 Jul 2007 11:19:53 -0500 |
Matt Mackall |
merge: don't forget to update the dirstate for exec bit changes
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: avoid some unnecessary seek/tell syscalls
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
manifest: speed up creation of the manifestdict
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
lazyparser.findnode: fix typo and s/rfind/find/
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
lazyindex: speed up __getitem__
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
lazyparser: up the blocksize from 512 bytes to 64k
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: implement a fast path for heads
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlogio: speed up parsing
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: eliminate diff and patches functions
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: speed up chunkcache
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: some basic code reordering
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: abstract out index entry packing
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: simplify revlog.__init__
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: mark cache private
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: pull chunkcache back into revlog
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: change _inline from a function to a variable
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: simplify addrevision
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: some codingstyle cleanups
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: add a magic null revision to our index
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: change accesses to index entry elements to use positive offsets
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: parse revlogv0 indexes into v1 internally
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: only allow lazy parsing with revlogng files
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: simplify the v1 immediate parser
|
Mon, 23 Jul 2007 20:44:08 -0500 |
Matt Mackall |
revlog: set the threshold for lazy parsing higher
|
Mon, 23 Jul 2007 20:44:07 -0500 |
Matt Mackall |
revlog: simplify the v0 parser
|
Mon, 23 Jul 2007 20:44:07 -0500 |
Matt Mackall |
revlog: add revlogio interface
|
Mon, 23 Jul 2007 20:44:07 -0500 |
Matt Mackall |
revlog: regroup parsing code
|
Sun, 22 Jul 2007 14:53:57 -0500 |
Matt Mackall |
transactions: avoid late tear-down (issue641)
|
Sun, 22 Jul 2007 16:21:49 +0200 |
Patrick Mezard |
hgk: enable mouse wheel under Windows.
|
Sun, 22 Jul 2007 16:21:49 +0200 |
Patrick Mezard |
hgk: enable mouse wheel on MouseWheel events.
|
Sun, 22 Jul 2007 09:45:18 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 21 Jul 2007 19:07:18 -0700 |
Bryan O'Sullivan |
addremove: print meaningful error message if --similar not numeric
|
Sat, 21 Jul 2007 16:44:38 -0500 |
Matt Mackall |
Merge with crew
|
Sat, 21 Jul 2007 17:56:30 +0200 |
Thomas Arendsen Hein |
test-alias: Removed fallback to parentui, no longer needed since 10afa3fab6b4
|
Sat, 21 Jul 2007 17:37:39 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 21 Jul 2007 17:36:45 +0200 |
Thomas Arendsen Hein |
Make [defaults] in .hg/hgrc work.
|
Fri, 20 Jul 2007 09:44:50 +0200 |
Benoit Boissinot |
fix bogus close spotted by pychecker (no close() in global scope)
|
Sat, 21 Jul 2007 10:43:29 +0200 |
Thomas Arendsen Hein |
Remove unused pprint import and the commented line which used it before.
|
Sat, 21 Jul 2007 10:39:42 +0200 |
Thomas Arendsen Hein |
Use format string for lockname again (was changed by 3e25a6eb5c9a)
|
Sat, 21 Jul 2007 10:36:51 +0200 |
Thomas Arendsen Hein |
Backout ad09ce1d393c and replace ''' with """ to make some highlighting happy.
|
Sat, 21 Jul 2007 10:30:51 +0200 |
Thomas Arendsen Hein |
removed trailing whitespace
|
Fri, 20 Jul 2007 09:31:32 +0200 |
Benoit Boissinot |
fix unused variables reported by pychecker
|
Thu, 19 Jul 2007 18:39:51 +0200 |
Christian Ebert |
churn: get current terminal width if possible
|
Thu, 19 Jul 2007 19:48:24 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Thu, 19 Jul 2007 19:43:25 -0300 |
Alexis S. L. Carvalho |
dirstate.invalidate: avoid rebuilding _map
|
Thu, 19 Jul 2007 19:43:25 -0300 |
Alexis S. L. Carvalho |
add dirstate._dirtypl variable
|
Thu, 19 Jul 2007 19:43:25 -0300 |
Alexis S. L. Carvalho |
archive: delay extraction of file revisions
|
Thu, 19 Jul 2007 19:43:25 -0300 |
Alexis S. L. Carvalho |
help: avoid traceback if an extension has only debug commands
|
Thu, 19 Jul 2007 15:33:21 -0700 |
Bryan O'Sullivan |
convert/subversion: rehandle the no-tags case
|
Thu, 19 Jul 2007 15:29:33 -0700 |
Bryan O'Sullivan |
Print meaningful error message if os.symlink fails
|
Thu, 19 Jul 2007 15:13:48 -0700 |
Bryan O'Sullivan |
lock.py: cache hostname, but not pid, in case we fork
|
Thu, 19 Jul 2007 12:41:07 -0700 |
Bryan O'Sullivan |
convert/subversion: work around memory leak in svn's python bindings
|
Wed, 18 Jul 2007 22:46:14 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
Wed, 18 Jul 2007 22:44:25 -0700 |
Bryan O'Sullivan |
convert/subversion: Simplify callback.
|
Thu, 19 Jul 2007 07:28:27 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 18 Jul 2007 14:00:55 -0700 |
Bryan O'Sullivan |
Simplify update.
|
Wed, 18 Jul 2007 13:56:08 -0700 |
Bryan O'Sullivan |
Better fix for issue 622 than we had in c4dd58af0fc8.
|
Wed, 18 Jul 2007 19:56:36 -0700 |
Bryan O'Sullivan |
convert/subversion: reduce memory usage by filtering early
|
Wed, 18 Jul 2007 19:47:22 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
Wed, 18 Jul 2007 17:44:52 -0700 |
Bryan O'Sullivan |
convert/subversion: get converter working against plain HTTP.
|
Wed, 18 Jul 2007 14:00:55 -0700 |
Bryan O'Sullivan |
Simplify update.
|
Wed, 18 Jul 2007 13:56:08 -0700 |
Bryan O'Sullivan |
Better fix for issue 622 than we had in c4dd58af0fc8.
|
Wed, 18 Jul 2007 16:46:20 +0200 |
Thomas Arendsen Hein |
merge with main
|
Wed, 18 Jul 2007 16:46:01 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 18 Jul 2007 16:41:45 +0200 |
Thomas Arendsen Hein |
fix test-tag on Solaris
|
Mon, 16 Jul 2007 20:15:03 -0700 |
Bryan O'Sullivan |
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
|
Mon, 16 Jul 2007 18:01:20 -0700 |
Bryan O'Sullivan |
issue 622: pull/unbundle -u updates to default branch if repo was empty
|
Mon, 16 Jul 2007 16:50:47 -0700 |
Bryan O'Sullivan |
mq: autodetect an existing git patch during qrefresh (issue 491)
|
Wed, 11 Jul 2007 00:53:44 -0700 |
Brendan Cully |
replace .hgtags instead of appending to it when doing a raw commit
|
Wed, 11 Jul 2007 00:34:35 -0700 |
Brendan Cully |
handle nonexistent .hgtags in raw _tag
|
Tue, 17 Jul 2007 15:47:32 -0700 |
Bryan O'Sullivan |
convert/subversion.py: str.rsplit is not available in Python 2.3
|
Tue, 17 Jul 2007 15:26:27 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
Tue, 17 Jul 2007 15:24:59 -0700 |
Bryan O'Sullivan |
convert/subversion.py: fix bad assumptions about SVN path naming
|
Tue, 17 Jul 2007 13:08:50 -0700 |
Bryan O'Sullivan |
convert/subversion.py: escape quotes to make code readable in Emacs
|
Tue, 17 Jul 2007 23:35:24 +0200 |
Patrick Mezard |
patch: patches should be read and written in binary mode when possible.
|
Tue, 17 Jul 2007 23:34:52 +0200 |
Patrick Mezard |
patch: fix normalized paths separators.
|
Tue, 17 Jul 2007 23:33:42 +0200 |
Patrick Mezard |
posixfile_nt: '+' was understood as read mode instead of update.
|
Sat, 21 Jul 2007 16:18:42 -0500 |
Matt Mackall |
revlog: privatize some methods
|
Sat, 21 Jul 2007 16:18:24 -0500 |
Matt Mackall |
revlog: delete unused function makenode
|
Sat, 21 Jul 2007 16:18:21 -0500 |
Matt Mackall |
revlog: raise offset/type helpers to global scope
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Make repo locks recursive, eliminate all passing of lock/wlock
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use a weakref for recursive transactions
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use try/finally pattern to cleanup locks and transactions
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
repo locks: use True/False
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
rename and simplify do_lock
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
simplify dirstate fixups in repo.status()
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: add doesn't need to call stat
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
use context for part of localrepo status
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
context: add __contains__, __getitem__, and __iter__
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: get rid of default args for status
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: make filterfiles private
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: add __contains__ and make __getitem__ more useful
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: make wjoin function private
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: break update into separate functions
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: use True and false for _dirty
|
Tue, 17 Jul 2007 15:26:28 -0500 |
Matt Mackall |
doc: typo, -x bit
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
Update test output to reflect small changes in patch chattiness.
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: re-add the ability to use an external patch program
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: don't mark files as changed unless they have actually been changed
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
patch.py: fix some incorrect uses of _() for i18n
|
Tue, 17 Jul 2007 09:39:30 -0700 |
Bryan O'Sullivan |
Add Chris Mason's mpatch library.
|
Tue, 17 Jul 2007 09:28:01 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Tue, 17 Jul 2007 09:08:29 -0300 |
Alexis S. L. Carvalho |
convert: manually set encoding to UTF-8
|
Tue, 17 Jul 2007 09:08:29 -0300 |
Alexis S. L. Carvalho |
hg parents: don't pass an OS-specific path to repo.filectx
|
Tue, 17 Jul 2007 08:22:43 +0200 |
Thomas Arendsen Hein |
merge with main
|
Mon, 16 Jul 2007 20:15:03 -0700 |
Bryan O'Sullivan |
tag: handle .hgtags and .hg/localtags with missing final newline (issue 601)
|
Mon, 16 Jul 2007 18:01:20 -0700 |
Bryan O'Sullivan |
issue 622: pull/unbundle -u updates to default branch if repo was empty
|
Mon, 16 Jul 2007 16:50:47 -0700 |
Bryan O'Sullivan |
mq: autodetect an existing git patch during qrefresh (issue 491)
|
Mon, 16 Jul 2007 17:39:03 -0500 |
Matt Mackall |
contexts: improve filectx eq test
|
Mon, 16 Jul 2007 17:30:34 -0500 |
Matt Mackall |
Merge with -stable
|
Mon, 16 Jul 2007 14:43:47 -0700 |
Bryan O'Sullivan |
patchbomb: add --desc, to specify a file containing a series description
|
Sun, 15 Jul 2007 21:05:38 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sun, 15 Jul 2007 14:57:20 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Sun, 15 Jul 2007 14:43:38 -0500 |
Matt Mackall |
merge: fix unnecessary rename merges on linear update (issue631)
|
Sun, 15 Jul 2007 21:04:07 +0200 |
Thomas Arendsen Hein |
convert: Use clone's behaviour for the default destionation name.
|
Sun, 15 Jul 2007 14:09:56 +0200 |
Patrick Mezard |
test-symlink-basic: require symlinks availability
|
Sat, 14 Jul 2007 18:34:06 +0200 |
Patrick Mezard |
Add hghave utility and run-tests.py support.
|
Sat, 14 Jul 2007 14:01:11 +0200 |
Patrick Mezard |
run-tests: extract correct status when script terminates with exit
|
Sat, 14 Jul 2007 13:34:40 -0500 |
Matt Mackall |
Merge with -stable
|
Sat, 14 Jul 2007 12:44:47 -0500 |
Matt Mackall |
diff: correctly handle combinations of whitespace options
|
Mon, 09 Jul 2007 17:41:14 +0300 |
Giorgos Keramidas |
hg grep: handle re.compile errors & update tests/test-grep
|
Thu, 12 Jul 2007 10:55:49 -0400 |
Jesse Glick |
typo fix
|
Sat, 14 Jul 2007 11:27:58 -0500 |
jon christopher |
Re: mercurial.el and hg-version-other-window
|
Fri, 06 Jul 2007 12:02:43 +0200 |
Christian Ebert |
Use isinstance instead of type == type
|
Fri, 13 Jul 2007 08:28:57 -0700 |
Brendan Cully |
convert: record the source revision in the changelog
|
Thu, 12 Jul 2007 22:55:44 -0700 |
Wesley J. Landaker |
Use wsgi.url_scheme instead of ad-hoc CGI checks.
|
Thu, 12 Jul 2007 22:44:16 -0700 |
Brendan Cully |
cosmetics
|
Thu, 12 Jul 2007 13:58:36 -0600 |
Wesley J. Landaker |
Make hg serve set the wsgi.url_scheme property correctly.
|
Thu, 12 Jul 2007 13:55:20 -0600 |
Wesley J. Landaker |
Handle CGI SSL detection via HTTPS environment better.
|
Wed, 11 Jul 2007 20:15:03 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Tue, 10 Jul 2007 10:54:54 -0600 |
Wesley J. Landaker |
Make {urlbase} work in templates when https is used.
|
Wed, 11 Jul 2007 00:53:44 -0700 |
Brendan Cully |
replace .hgtags instead of appending to it when doing a raw commit
|
Wed, 11 Jul 2007 00:34:35 -0700 |
Brendan Cully |
handle nonexistent .hgtags in raw _tag
|
Wed, 11 Jul 2007 00:04:15 -0700 |
Brendan Cully |
Export extra in _tag so convert can set the branch of a tag
|
Tue, 10 Jul 2007 10:06:24 -0700 |
Brendan Cully |
archive: abort on empty repository. Fixes #624.
|
Tue, 10 Jul 2007 09:52:32 -0700 |
Brendan Cully |
mq: improve qclone error handling when patch directory is not a repository.
|
Mon, 09 Jul 2007 22:35:10 -0700 |
Lee Cantey |
Fix test-debugcomplete for new --certificate option
|
Mon, 09 Jul 2007 22:12:28 -0700 |
Brendan Cully |
Add SSL support to hg serve, activated via --certificate option
|
Mon, 09 Jul 2007 10:59:49 -0700 |
Lee Cantey |
Correct inadvertent line ending change.
|
Mon, 09 Jul 2007 10:46:41 -0700 |
Lee Cantey |
Fix for win32text corrupting files that have CRLF line endings. (issue302)
|
Sun, 08 Jul 2007 19:59:02 +0200 |
Thomas Arendsen Hein |
Add --line-number option to hg annotate (issue506)
|
Sun, 08 Jul 2007 19:46:04 +0200 |
FUJIWARA Katsunori |
Allow filectx.annotate to return the line number of first appearance.
|
Sun, 08 Jul 2007 13:44:41 +0200 |
Thomas Arendsen Hein |
Check for conflict markers in hgmerge (issue471)
|
Sun, 08 Jul 2007 12:59:58 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sun, 08 Jul 2007 09:54:42 +0200 |
Thomas Arendsen Hein |
Removed deprecated hg:// and old-http:// protocols (issue406)
|
Sat, 07 Jul 2007 21:55:56 -0700 |
Brendan Cully |
hgwebdir: check for repo foo before browsing subdirectories of foo/
|
Sat, 07 Jul 2007 15:09:28 -0700 |
Brendan Cully |
Merge with crew
|
Sat, 07 Jul 2007 15:09:08 -0700 |
Brendan Cully |
hgweb: browse subdirectories before checking whether parent directory is also a repository
|
Sat, 07 Jul 2007 20:52:31 +0200 |
Thomas Arendsen Hein |
Use a prefix for debuginstall tempfiles.
|
Fri, 06 Jul 2007 10:29:09 -0700 |
Brendan Cully |
python 2.3 does not have sorted
|
Fri, 06 Jul 2007 10:22:22 -0700 |
Brendan Cully |
Sort changelog extra dict to avoid possible nondeterminism
|
Fri, 06 Jul 2007 10:11:48 -0700 |
Brendan Cully |
Last change broke new-style URLs
|
Fri, 06 Jul 2007 09:15:17 -0700 |
Brendan Cully |
hgwebdir: do not walk up the given path looking for a repository. It is there or it isn't.
|
Fri, 06 Jul 2007 08:55:36 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Thu, 05 Jul 2007 19:56:16 -0700 |
Brendan Cully |
hgwebdir: show only trailing part of path when browsing subdirectories
|
Thu, 05 Jul 2007 19:47:04 -0700 |
Brendan Cully |
gitweb: add notfound template
|
Thu, 05 Jul 2007 19:44:06 -0700 |
Brendan Cully |
hgweb: let hgwebdir browse subdirectories
|
Thu, 05 Jul 2007 16:14:01 -0700 |
Brendan Cully |
convert: svn code movement (no actual changes)
|
Thu, 05 Jul 2007 15:01:31 -0700 |
Brendan Cully |
convert: svn: avoid parsing already-seen logentries due to branch following
|
Thu, 05 Jul 2007 14:32:18 -0700 |
Brendan Cully |
Merge with main
|
Thu, 05 Jul 2007 14:31:13 -0700 |
Brendan Cully |
convert: svn: some improvements in memory usage
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
archive: make the %r escape work.
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
serve: respect settings from .hg/hgrc
|
Sat, 12 May 2007 00:41:30 +0200 |
Edouard Gomez |
Fix inconsistency for the stream_out capability in hgweb
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
improve warning for hg add foo; hg mv foo bar
|
Wed, 11 Jul 2007 18:15:21 -0300 |
Alexis S. L. Carvalho |
util._hgexecutable: default to 'hg'
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
archive: add symlink support
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
archive: use util.opener when archiving files.
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
localrepo.wwrite: use opener.symlink
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
Add symlink method to util.opener.
|
Wed, 11 Jul 2007 17:40:41 -0300 |
Alexis S. L. Carvalho |
turn util.opener into a class
|
Sun, 08 Jul 2007 12:58:19 +0200 |
Thomas Arendsen Hein |
Fixed double slash for doc install path introduced by using $DESTDIR (issue620)
|
Sun, 08 Jul 2007 12:52:08 +0200 |
Thomas Arendsen Hein |
hg log: Move filtering implicit parents to own method and use it in templater.
|
Sun, 08 Jul 2007 10:43:57 +0200 |
Thomas Arendsen Hein |
Strip whitespace from changeset description in changeset_templater.
|
Fri, 06 Jul 2007 08:48:28 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Thu, 05 Jul 2007 15:40:29 -0700 |
Lee Cantey |
Add html docs and use for help shortcut
|
Thu, 05 Jul 2007 16:17:01 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 05 Jul 2007 16:15:57 -0500 |
Matt Mackall |
Merge with crew-stable
|
Thu, 05 Jul 2007 16:01:07 -0500 |
Matt Mackall |
merge: fix adding untracked files on directory rename (issue612)
|
Thu, 05 Jul 2007 15:37:23 -0500 |
Matt Mackall |
extensions: untangle some recursive dependencies
|
Tue, 03 Jul 2007 00:13:52 +0900 |
OHASHI Hideya |
interhg extension allows you to change changelog text like InterWiki.
|
Thu, 28 Jun 2007 02:11:54 +0200 |
Christian Ebert |
setup.py not executable: change instructions at beginning of file
|
Thu, 05 Jul 2007 15:36:56 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 05 Jul 2007 12:45:41 -0700 |
Brendan Cully |
convert: svn: remove svn_paths wrappers
|
Thu, 05 Jul 2007 12:41:58 -0700 |
Brendan Cully |
convert: svn: use revmap to parse only new revisions in incremental conversions
|
Thu, 05 Jul 2007 12:24:26 -0700 |
Brendan Cully |
convert: export revmap to source.
|
Thu, 05 Jul 2007 12:18:01 -0700 |
Brendan Cully |
convert: svn: defer get_log parsing until after get_log completes.
|
Thu, 05 Jul 2007 12:08:48 -0700 |
Brendan Cully |
convert: move some code into common init function
|
Thu, 05 Jul 2007 12:00:43 -0700 |
Brendan Cully |
Merge with crew
|
Thu, 05 Jul 2007 12:00:26 -0700 |
Brendan Cully |
alias: remove dead code
|
Thu, 05 Jul 2007 12:00:04 -0700 |
Brendan Cully |
convert: call superclass init from engine init functions
|
Thu, 05 Jul 2007 20:50:24 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 05 Jul 2007 20:39:03 +0200 |
Patrick Mezard |
test-archive: stop checking md5 absolute values
|
Thu, 05 Jul 2007 19:13:08 +0200 |
Patrick Mezard |
Fix issue589 wording problem
|
Tue, 26 Jun 2007 10:48:58 -0400 |
Nathan Jones |
Fix serve on Windows without win32* modules.
|
Thu, 05 Jul 2007 19:11:38 +0200 |
Patrick Mezard |
test-demandimport: match upper-case hexadecimal
|
Wed, 04 Jul 2007 13:38:49 -0700 |
Brendan Cully |
Add alias extension
|