Wed, 18 May 2011 23:48:13 +0200 |
Patrick Mezard |
patch: remove files while patching, not in updatedir()
|
Wed, 18 May 2011 23:48:13 +0200 |
Patrick Mezard |
patch: set desired mode when patching, not in updatedir()
|
Wed, 18 May 2011 23:48:13 +0200 |
Patrick Mezard |
patch: stop changing current directory before patching
|
Wed, 18 May 2011 23:26:26 +0200 |
Sune Foldager |
revlog: linearize created changegroups in generaldelta revlogs
|
Wed, 18 May 2011 23:11:34 +0200 |
Sune Foldager |
revlogdag: add linearize function
|
Wed, 18 May 2011 19:30:17 +0200 |
Martin Geisler |
localrepo, sshrepo: use Boolean create argument in __init__
|
Wed, 18 May 2011 19:25:34 +0200 |
Martin Geisler |
commands: replace 'x = f(); return x' with 'return f()'
|
Wed, 18 May 2011 19:22:55 +0200 |
Martin Geisler |
merge with stable
|
Wed, 18 May 2011 15:13:26 +0200 |
Martin Geisler |
subrepo: respect non-default path for incoming/outgoing
stable
|
Wed, 18 May 2011 15:45:57 +0200 |
Thomas Arendsen Hein |
run-tests: print a newline after all warnings
|
Wed, 18 May 2011 15:41:03 +0200 |
Thomas Arendsen Hein |
annotate: fix alignment of columns in front of line numbers (issue2807)
|
Wed, 18 May 2011 09:56:27 +0200 |
Martin Geisler |
merge with stable
|
Wed, 18 May 2011 09:31:19 +0200 |
Martin Geisler |
revset: the name is optional for the tag predicate
stable
|
Wed, 18 May 2011 09:28:11 +0200 |
Martin Geisler |
revset: note case-sensitive match in grep
stable
|
Wed, 18 May 2011 09:20:52 +0200 |
Martin Geisler |
revset: note case-insensitive matches in keyword and user
stable
|
Wed, 18 May 2011 09:15:18 +0200 |
Martin Geisler |
revset: expand help for contains predicate
stable
|
Wed, 18 May 2011 09:05:18 +0200 |
Sune Foldager |
patch: remove unused variable to make pyflakes test happy
|
Tue, 17 May 2011 23:46:38 +0200 |
Patrick Mezard |
patch: add lexists() to backends, use it in selectfile()
|
Tue, 17 May 2011 23:46:38 +0200 |
Patrick Mezard |
patch: move copyfile() into backends, abstract basedir
|
Tue, 17 May 2011 23:46:37 +0200 |
Patrick Mezard |
patch: merge makerejlines() into write_rej()
|
Tue, 17 May 2011 23:46:15 +0200 |
Patrick Mezard |
patch: extract fs access from patchfile into fsbackend
|
Tue, 17 May 2011 23:27:58 +0200 |
Patrick Mezard |
mq: fix qpush changes detection of renamed files
|
Mon, 16 May 2011 16:59:45 -0500 |
Augie Fackler |
httpconnection: correctly handle redirects from http to https
|
Sun, 15 May 2011 21:33:51 +0200 |
Adrian Buehlmann |
win32.py: add argtypes and restype
|
Sun, 15 May 2011 21:27:59 +0200 |
Adrian Buehlmann |
win32.py: more explicit definition of _STD_ERROR_HANDLE
|
Mon, 16 May 2011 17:02:35 -0500 |
Matt Mackall |
revset: add follow(filename) to follow a filename's history across copies
|
Mon, 16 May 2011 17:02:35 -0500 |
Matt Mackall |
revset: introduce filelog() to emulate log's fast path
|
Thu, 12 May 2011 10:48:31 -0500 |
Augie Fackler |
httpclient: import revision b8c3511a8cae from py-nonblocking-http
|
Mon, 16 May 2011 21:56:26 +0200 |
Patrick Mezard |
run-tests: replace chdir() with Popen cwd option
|
Mon, 16 May 2011 21:54:43 +0200 |
Patrick Mezard |
run-tests: make --debug run in the temporary test directory
|
Mon, 16 May 2011 21:52:28 +0200 |
Patrick Mezard |
run-tests: use the common test path on Windows and Java
|
Mon, 16 May 2011 21:41:46 +0200 |
Patrick Mezard |
run-tests: ignore timeout when Popen.terminate is unavailable
|
Mon, 16 May 2011 21:26:50 +0200 |
Patrick Mezard |
run-tests: fix hg.bat python reference
|
Mon, 16 May 2011 21:24:14 +0200 |
Patrick Mezard |
run-tests: fix python executable detection and copy on Windows
|
Mon, 16 May 2011 13:06:48 +0200 |
Sune Foldager |
changelog: don't use generaldelta
|
Mon, 16 May 2011 12:44:34 +0200 |
Sune Foldager |
revlog: get rid of defversion
|
Mon, 16 May 2011 11:52:28 +0200 |
Thomas Arendsen Hein |
bash_completion: Use "hg paths -q" instead of piping through sed
|
Mon, 16 May 2011 11:41:48 +0200 |
Thomas Arendsen Hein |
paths: Add support for -q/--quiet
|
Mon, 16 May 2011 11:14:06 +0200 |
Sune Foldager |
fix test broken in merge from stable
|
Sun, 15 May 2011 13:15:41 -0500 |
Matt Mackall |
merge with stable
|
Fri, 13 May 2011 19:46:36 -0500 |
Steve Borho |
simplemerge: do not allow binary files to abort an entire merge
stable
|
Sun, 15 May 2011 18:00:22 +0100 |
Javi Merino |
extdiff: grammar "allows to" -> "allows one to"
|
Sun, 15 May 2011 11:50:16 -0500 |
Matt Mackall |
debugrevlog: add --dump flag to dump graphable per-revision statistics
|
Sun, 15 May 2011 11:50:15 -0500 |
Matt Mackall |
revlog: restore the base method
|
Sat, 14 May 2011 22:07:58 -0700 |
Brendan Cully |
Hardcoding ARCHFLAGS breaks the build against fink's python
|
Sat, 14 May 2011 00:30:32 +0200 |
Sune Foldager |
debugindex etc.: add --changelog and --manifest options
|
Fri, 13 May 2011 14:58:24 -0500 |
Matt Mackall |
scmutil: drop aliases in cmdutil for match functions
|
Fri, 13 May 2011 14:48:48 -0500 |
Matt Mackall |
scmutil: drop some aliases in cmdutil
|
Fri, 13 May 2011 14:07:16 -0500 |
Matt Mackall |
scmutil: fold in wdutil
|
Fri, 13 May 2011 14:06:28 -0500 |
Matt Mackall |
scmutil: move revsingle/pair/range from cmdutil
|
Fri, 13 May 2011 12:57:27 -0500 |
Matt Mackall |
help: consolidate topic hooks in help.py
|
Fri, 13 May 2011 11:04:51 -0500 |
Matt Mackall |
extensions: move moduledoc to break import loop with help
|
Fri, 13 May 2011 11:04:51 -0500 |
Matt Mackall |
extensions: drop maxlength from enabled and disabled
|
Fri, 13 May 2011 11:26:29 +0200 |
Martin Geisler |
Makefile: remove pure modules on clean
|
Wed, 11 May 2011 18:18:50 +0200 |
Cédric Krier |
hgcia: Handle URL like in notify (issue2406)
|
Thu, 12 May 2011 16:41:56 +0200 |
Peter Arrenbrecht |
util: make str(url) return file:/// for abs paths again
|
Thu, 12 May 2011 18:35:04 -0500 |
Matt Mackall |
subrepo: use a safer revision check for hg repos
|
Thu, 12 May 2011 20:27:35 +0200 |
Adrian Buehlmann |
graphlog: use cmdutil.command decorator
|
Thu, 12 May 2011 20:14:42 +0200 |
Adrian Buehlmann |
purge: use cmdutil.command decorator
|
Thu, 12 May 2011 18:27:05 +0200 |
Adrian Buehlmann |
patchbomb: use cmdutil.command decorator
|
Thu, 12 May 2011 17:50:07 +0200 |
Adrian Buehlmann |
transplant: use cmdutil.command decorator
|
Thu, 12 May 2011 18:06:15 +0800 |
Steven Brown |
monoblue: improve readability of the filenolink template
|
Thu, 12 May 2011 17:09:56 +0200 |
Adrian Buehlmann |
rebase: use cmdutil.command decorator
|
Thu, 12 May 2011 22:37:52 +0200 |
Sune Foldager |
debugrevlog: many improvements
|
Thu, 12 May 2011 18:22:49 +0200 |
Sune Foldager |
add debugrevlog command
|
Thu, 12 May 2011 18:19:28 +0200 |
Sune Foldager |
check-code: add /= to operator list
|
Thu, 12 May 2011 16:21:01 +0200 |
Sune Foldager |
order commands alphabetically
|
Thu, 12 May 2011 15:24:33 +0200 |
Sune Foldager |
revlog: improve delta generation heuristics for generaldelta
|
Thu, 12 May 2011 14:31:07 +0200 |
Martin Geisler |
keyword: use cmdutil.command decorator
|
Thu, 12 May 2011 14:31:01 +0200 |
Martin Geisler |
gpg: use cmdutil.command decorator
|
Thu, 12 May 2011 14:25:08 +0200 |
Martin Geisler |
mq: use cmdutil.command decorator
|
Thu, 12 May 2011 08:14:04 +0200 |
Adrian Buehlmann |
commands: use a decorator to build table incrementally
|
Thu, 12 May 2011 13:47:17 +0200 |
Sune Foldager |
revlog: fix bug in chainbase cache
|
Mon, 09 May 2011 15:16:56 -0400 |
Zachary Gramana |
setup.py: workaround for missing bz2 module in IronPython
|
Wed, 11 May 2011 08:07:51 -0500 |
Augie Fackler |
httpconnection: fix debug logging option for httpclient
|
Wed, 11 May 2011 08:00:48 -0500 |
Augie Fackler |
httpclient: import f4c380237fd5 to fix keepalive not working
|
Wed, 11 May 2011 11:04:44 +0200 |
Sune Foldager |
revlog: add docstring to _addrevision
|
Tue, 10 May 2011 16:08:47 -0500 |
Matt Mackall |
cmdutil: make_file to makefileobj
|
Tue, 10 May 2011 16:08:46 -0500 |
Matt Mackall |
cmdutil: make_filename -> makefilename
|
Tue, 10 May 2011 16:08:46 -0500 |
Matt Mackall |
cmdutil: bail_if_changed to bailifchanged
|
Sun, 08 May 2011 23:27:48 +0200 |
Adrian Buehlmann |
store: change names to comply with project coding standards
|
Tue, 10 May 2011 17:38:58 +0200 |
Sune Foldager |
filelog: add file function to open other filelogs
|
Tue, 10 May 2011 14:42:53 +0200 |
Martin Geisler |
help: add -c/--command flag to only show command help (issue2799)
|
Tue, 10 May 2011 13:19:05 +0200 |
Martin Geisler |
help: give hint about 'hg help -e' when appropriate
|
Wed, 20 Jan 2010 20:24:20 +0200 |
Henri Wiechers |
help: add -e/--extension switch to display extension help text
|
Mon, 09 May 2011 18:11:08 +0200 |
Martin Geisler |
debugbuilddag: read DAG from stdin if not given on cmdline
|
Mon, 09 May 2011 17:20:15 +0200 |
Martin Geisler |
run-tests: remove check on --shell argument
|
Mon, 09 May 2011 17:15:44 +0200 |
Martin Geisler |
subrepo: create subrepos using clone instead of pull
|
Mon, 09 May 2011 16:41:45 +0200 |
Martin Geisler |
progress: add speed format
|
Mon, 09 May 2011 14:40:49 +0200 |
Martin Geisler |
debugbuilddag: output progress information
|
Mon, 09 May 2011 14:33:08 +0200 |
Martin Geisler |
test-debugbuilddag: replace unneeded 'rm -rf' with 'rm -r'
|
Mon, 09 May 2011 11:01:45 +0200 |
Martin Geisler |
hgrc.5: document positional arguments in aliases
|
Mon, 09 May 2011 10:52:08 +0200 |
Martin Geisler |
merge with stable
|
Mon, 09 May 2011 10:46:54 +0200 |
Martin Geisler |
hgrc.5: document shell aliases
stable
|
Sun, 08 May 2011 16:41:41 -0500 |
Matt Mackall |
merge with crew
|
Sun, 08 May 2011 20:45:47 +0200 |
Adrian Buehlmann |
rename util.is_exec to isexec
|
Sun, 08 May 2011 20:42:28 +0200 |
Adrian Buehlmann |
posix: delete unused expand_glob
|
Sun, 08 May 2011 20:35:46 +0200 |
Adrian Buehlmann |
rename util.find_exe to findexe
|
Sun, 08 May 2011 21:32:33 +0200 |
Sune Foldager |
revlog: support writing generaldelta revlogs
|
Sun, 08 May 2011 21:24:30 +0200 |
Sune Foldager |
cmdutil: fix errors reported by pyflakes test
|
Sun, 08 May 2011 16:16:41 -0500 |
Matt Mackall |
merge with stable
|
Sun, 08 May 2011 11:39:24 -0500 |
Matt Mackall |
check-code: complain about set.isdisjoint
|
Sun, 01 May 2011 13:07:00 +0200 |
Alexander Solovyov |
fix bookmarks rollback behavior
stable
|
Sun, 01 May 2011 12:29:32 +0200 |
Alexander Solovyov |
add positional arguments to non-shell aliases
|
Sat, 07 May 2011 21:01:15 +0300 |
Idan Kamara |
run-tests: take the basepath when constructing the test temp dir
|
Sat, 07 May 2011 20:56:43 +0300 |
Idan Kamara |
run-tests: compare absolute paths in _checkhglib
|
Sat, 07 May 2011 22:25:20 +0200 |
Adrian Buehlmann |
util: rename _windows_reserved_filenames and _windows_reserved_chars
|
Sat, 07 May 2011 20:22:32 +0200 |
Adrian Buehlmann |
opener: rename _can_symlink to _cansymlink
|
Sun, 08 May 2011 17:48:31 +0200 |
Patrick Mezard |
patch: make patch()/internalpatch() always update the dirstate
|
Sun, 08 May 2011 17:48:30 +0200 |
Patrick Mezard |
patch: move updatedir() from cmdutil into patch
|
Sun, 08 May 2011 17:48:29 +0200 |
Patrick Mezard |
record: unconditionally update the working dir after patching
|
Sun, 08 May 2011 17:48:29 +0200 |
Patrick Mezard |
mq: explicitly updatedir() even if patch() fails
|
Fri, 06 May 2011 19:55:46 +0300 |
Idan Kamara |
mq: allow to qpop/push with a dirty working copy (issue2780)
|
Fri, 06 May 2011 19:03:41 +0300 |
Idan Kamara |
patch: introduce changedfiles
|
Sat, 07 May 2011 23:14:36 +0200 |
Sune Foldager |
debugindex: change output for generaldelta revlogs
|
Sat, 07 May 2011 22:40:17 +0200 |
Sune Foldager |
revlog: support reading generaldelta revlogs
|
Sat, 07 May 2011 22:40:14 +0200 |
Sune Foldager |
revlog: calculate base revisions iteratively
|
Sat, 07 May 2011 22:37:40 +0200 |
Sune Foldager |
revlog: remove the last bits of punched/shallow
|
Sat, 07 May 2011 21:12:35 +0200 |
Patrick Mezard |
util: make readfile() operate in binary mode
|
Sat, 07 May 2011 21:12:33 +0200 |
Patrick Mezard |
cmdutil: normalize log message eols when reading from file
|