log

age author description
Fri, 27 May 2011 21:50:11 +0200 Patrick Mezard patch: do not patch unknown files (issue752)
Fri, 27 May 2011 21:50:10 +0200 Patrick Mezard patch: use temporary files to handle intermediate copies
Fri, 27 May 2011 21:50:09 +0200 Patrick Mezard patch: refactor file creation/removal detection
Fri, 27 May 2011 15:59:52 +0200 Adrian Buehlmann commands.remove: don't use workingctx.remove(list, unlink=True)
Fri, 27 May 2011 17:51:16 +0300 Idan Kamara tests: add a test to check for duplicate command options
Fri, 27 May 2011 17:49:54 +0300 Idan Kamara mq: allow --mq for qrecord
Fri, 27 May 2011 17:46:48 +0300 Idan Kamara run-tests: fix --blacklist with jobs > 1
Fri, 27 May 2011 17:46:47 +0300 Idan Kamara run-tests: slightly simplify blacklist check
Fri, 27 May 2011 08:50:27 -0500 Matt Mackall coal: use preformatted text for descriptions (issue2835)
Fri, 27 May 2011 10:03:29 +0200 Adrian Buehlmann rebase: add option --tool/-t for 'pull --rebase'
Fri, 27 May 2011 11:01:44 +0200 Martin Geisler subrepo: refactor writestate for clarity
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall cmdutil: make private copies of option lists to avoid sharing monkeypatches
Thu, 26 May 2011 19:00:47 +0300 Idan Kamara record: fix options placeholder
Wed, 25 May 2011 08:38:58 -0700 Paul Molodowitch subrepo: bare git repos considered dirty
Thu, 26 May 2011 00:53:23 +0300 Idan Kamara dispatch: use the request to store the ui object
Thu, 26 May 2011 00:44:11 +0300 Idan Kamara dispatch: wrap dispatch related information in a request class
Thu, 26 May 2011 22:51:02 +0800 Steven Brown patch: restore the previous output of 'diff --stat'
Tue, 24 May 2011 17:48:16 +0200 Peter Arrenbrecht wireproto: enable optional args for known() for future extensibility
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall context: make forget work like commands.forget
Thu, 26 May 2011 17:15:35 -0500 Matt Mackall dirstate: rename forget to drop
Thu, 26 May 2011 10:46:34 +0200 Martin Geisler minirst: read test input from stdin
Thu, 26 May 2011 11:11:34 +0200 Sune Foldager tests: update monotone version requirement
Wed, 25 May 2011 10:06:17 +0200 Patrick Mezard test-git-import: test patching existing copy targets
Tue, 24 May 2011 17:30:00 -0500 Matt Mackall httprepo: handle large lengths by bypassing the len() operator
Tue, 24 May 2011 14:52:23 +0200 Adrian Buehlmann workingctx.remove: don't stat files again after unlinking
Tue, 24 May 2011 17:16:31 -0500 Matt Mackall httprepo: send URL redirection notices to stderr (issue2828)
Tue, 24 May 2011 19:17:22 +0300 Idan Kamara record: alias qrecord to qnew -i/--interactive
Tue, 24 May 2011 19:17:19 +0300 Idan Kamara record: add qrefresh -i/--interactive
Tue, 24 May 2011 19:17:04 +0300 Idan Kamara record: add an option to backup all wc modifications
Tue, 24 May 2011 19:17:02 +0300 Idan Kamara record: check patch name is valid before prompting in qrecord
Tue, 24 May 2011 19:16:51 +0300 Idan Kamara mq: use checkpatchname
Tue, 24 May 2011 19:16:51 +0300 Idan Kamara mq: wrap patch file name checks in a function
Tue, 24 May 2011 13:30:10 -0500 Augie Fackler pure parsers: properly detect corrupt index files
Tue, 24 May 2011 14:08:20 +0200 Adrian Buehlmann workingctx: unlink paths while holding the wlock
Tue, 24 May 2011 16:12:01 +0200 Martin Geisler wireproto: do not hash when heads == ['force']
Tue, 24 May 2011 14:21:04 +0200 Patrick Mezard patch: remove EOL support from linereader class
Mon, 23 May 2011 22:49:10 -0500 Matt Mackall subrepo: handle local added subrepo case correctly
Mon, 23 May 2011 23:22:47 +0300 Idan Kamara graphlog: remove unused arg from _wrapcmd
Mon, 23 May 2011 23:09:00 +0300 Idan Kamara extensions: raise when trying to find an extension that failed to load
Mon, 23 May 2011 15:56:31 +0200 Adrian Buehlmann remove: clarify help text about added files never being deleted from disk
Wed, 18 May 2011 09:12:27 +0200 Adrian Buehlmann pure: provide more correct implementation of posixfile for Windows
Mon, 23 May 2011 20:35:10 +0200 Peter Arrenbrecht bundlerepo: make getremotechanges support filtering of incoming
Mon, 23 May 2011 20:32:29 +0200 Peter Arrenbrecht tests: add tests for discovery/pull without cgsubset
Mon, 23 May 2011 20:31:39 +0200 Peter Arrenbrecht tests: add tests for partial pulls with treediscovery
Mon, 23 May 2011 20:31:04 +0200 Peter Arrenbrecht tests: support multiple caps in notcapable
Sun, 22 May 2011 16:10:03 +0300 Idan Kamara record: use cmdutil.command decorator
Sun, 22 May 2011 16:10:02 +0300 Idan Kamara record: suggest the right command when running non interactively
Sun, 22 May 2011 11:03:15 +0200 Adrian Buehlmann applyupdates: audit merged files
Sat, 21 May 2011 23:21:12 +0200 Adrian Buehlmann applyupdates: audit path on flag changes
Sat, 21 May 2011 23:13:59 +0200 Adrian Buehlmann opener: add audit function
Sat, 21 May 2011 15:09:15 -0500 Matt Mackall templatekw: use diffstatsum in diffstat keyword
Sat, 21 May 2011 15:06:38 -0500 Matt Mackall patch: use diffstatsum in diffstat
Sat, 21 May 2011 15:06:36 -0500 Matt Mackall patch: add diffstatsum helper
Sat, 21 May 2011 15:01:28 -0500 Matt Mackall diffstatdata: no longer a generator
Wed, 18 May 2011 21:31:40 +0200 Adrian Buehlmann add new option --all to manifest command
Sat, 21 May 2011 02:05:00 +0200 Adrian Buehlmann applyupdates: audit unlinking of renamed files and directories
Fri, 20 May 2011 21:04:45 +0300 Idan Kamara patchbomb: pass --git argument to diffstat
Fri, 20 May 2011 21:20:24 +0300 Idan Kamara mq: strip all leading slashes from url when importing
Fri, 20 May 2011 21:19:33 +0300 Idan Kamara mq: check patch name is valid before reading imported file
Sat, 21 May 2011 15:01:28 -0500 Matt Mackall tests: update monotone output for v1.0 changes
Sat, 21 May 2011 15:01:28 -0500 Matt Mackall revlog: stop exporting node.short
Thu, 19 May 2011 22:55:13 +0200 Patrick Mezard patch: fast-path git case in selectfile()
Thu, 19 May 2011 22:49:43 +0200 Patrick Mezard patch: unify backend file access interface
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: merge backend setmode() into writelines()
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: stop modifying gitpatch objects
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: stop handling hunkless git blocks out of stream
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: reindent code
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: unify iterhunks() afile/bfile handling
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: git metadata was ignored if strip > 1
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: construct and parse binary hunks at the same time
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: refactor iterhunks() regular and binary files emission
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: remove patch.patch() cwd argument
Thu, 19 May 2011 22:44:01 +0200 Patrick Mezard patch: merge _updatedir() into externalpatch()
Thu, 19 May 2011 18:10:03 +0200 Martin Geisler merge with stable
Thu, 19 May 2011 18:09:25 +0200 Martin Geisler changelog: convert user and desc from local encoding early stable
Thu, 19 May 2011 16:57:14 +0200 Martin Geisler merge crew with main
Wed, 18 May 2011 23:20:26 -0700 Brendan Cully clone: make default path absolute for all local paths
Tue, 17 May 2011 10:28:03 -0500 Augie Fackler httpclient: import revision fc731618702a of py-nonblocking-http
Mon, 16 May 2011 16:59:45 -0500 Augie Fackler httpconnection: improved logging formatting
Tue, 17 May 2011 00:46:52 +0200 Yann E. MORIN bash_completion: enable alias auto-complete
Tue, 17 May 2011 00:17:52 +0200 Yann E. MORIN ui: enable alias exception when reading config in plain mode
Tue, 17 May 2011 00:08:51 +0200 Yann E. MORIN ui: test plain mode against exceptions
Wed, 18 May 2011 17:05:30 -0500 Matt Mackall revlog: drop base() again
Wed, 18 May 2011 23:48:17 +0200 Patrick Mezard patch: add a workingbackend dirstate layer on top of fsbackend
Wed, 18 May 2011 23:48:13 +0200 Patrick Mezard patch: handle binary copies as regular ones
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