Fri, 11 Aug 2006 16:30:24 -0700 |
Brendan Cully |
Fix bad merge with crew
|
Fri, 11 Aug 2006 15:50:16 -0700 |
Brendan Cully |
Move patch-related code into its own module.
|
Fri, 11 Aug 2006 15:50:07 -0700 |
Brendan Cully |
Teach import to understand git diff extensions.
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Sat, 12 Aug 2006 12:12:23 -0700 |
Vadim Gelfer |
merge.
|
Sat, 12 Aug 2006 08:53:23 -0300 |
Alexis S. L. Carvalho |
Fix some bugs introduced during the manifest refactoring
|
Sat, 12 Aug 2006 09:24:04 -0300 |
Alexis S. L. Carvalho |
Fix "hg qnew -f foo" without -m
|
Sat, 12 Aug 2006 11:53:12 -0700 |
Vadim Gelfer |
merge with mpm.
|
Fri, 11 Aug 2006 14:50:41 -0700 |
Vadim Gelfer |
import: get lock and wlock one time
|
Fri, 11 Aug 2006 09:11:54 +0200 |
Thomas Arendsen Hein |
Adjusted documentation for hgrc's "[smtp] host" for change in 9f745d3675d4.
|
Thu, 10 Aug 2006 17:37:57 -0700 |
Vadim Gelfer |
fix test output
|
Thu, 10 Aug 2006 17:33:08 -0700 |
Vadim Gelfer |
mq: only add mq attribute to local repo
|
Thu, 10 Aug 2006 17:18:55 -0700 |
Vadim Gelfer |
mq: apply patch is any posative guard matches
|
Thu, 10 Aug 2006 17:02:11 -0700 |
Vadim Gelfer |
fetch: fix test fail
|
Thu, 10 Aug 2006 16:10:59 -0700 |
Vadim Gelfer |
mq: do not allow to push from repo with patches applied
|
Thu, 10 Aug 2006 15:44:05 -0700 |
Vadim Gelfer |
call reposetup functions of extension modules whenever repo created
|
Thu, 10 Aug 2006 15:02:18 -0700 |
Vadim Gelfer |
mq: test commit in repo with patches applied
|
Thu, 10 Aug 2006 11:18:48 -0700 |
Brendan Cully |
Disallow commit over an applied mq patch.
|
Thu, 10 Aug 2006 14:58:10 -0700 |
Vadim Gelfer |
qselect: add --pop, --reapply options
|
Wed, 09 Aug 2006 12:05:40 -0700 |
Danek Duvall |
Fix some tests for portability.
|
Mon, 14 Aug 2006 14:14:08 -0500 |
Matt Mackall |
merge: minor simplification
|
Fri, 11 Aug 2006 11:00:38 -0500 |
Matt Mackall |
Remove manifest.readflags
|
Fri, 11 Aug 2006 10:57:42 -0500 |
Matt Mackall |
Change remaining users of manifest flags
|
Thu, 10 Aug 2006 22:38:56 -0500 |
Matt Mackall |
Switch to simpler manifestdict
|
Wed, 09 Aug 2006 22:07:13 -0500 |
Matt Mackall |
Merge: use single objects for tracking manifests
|
Wed, 09 Aug 2006 17:11:01 -0500 |
Matt Mackall |
Merge: save away mode bit so that we don't need manifest later
|
Wed, 09 Aug 2006 15:03:46 -0500 |
Matt Mackall |
Merge manifest refactor work
|
Wed, 09 Aug 2006 14:53:03 -0500 |
Matt Mackall |
Combine manifest dict and flags dict into a single object
|
Wed, 19 Jul 2006 19:11:50 -0500 |
Matt Mackall |
manifestflags: eliminate remaining users of direct dict access
|
Sun, 16 Jul 2006 03:22:05 -0500 |
Matt Mackall |
Use strings for manifestflags to allow storing multiple flags
|
Sun, 16 Jul 2006 03:14:17 -0500 |
Matt Mackall |
Start using manifestflags methods
|
Sun, 16 Jul 2006 02:59:20 -0500 |
Matt Mackall |
Add manifestflags class
|
Wed, 09 Aug 2006 13:55:18 -0500 |
Matt Mackall |
Merge with crew, fix most tests
|
Wed, 09 Aug 2006 09:38:11 -0700 |
Vadim Gelfer |
mq: make guards more strict, add tests
|
Tue, 08 Aug 2006 17:11:36 -0700 |
Vadim Gelfer |
mq: drop qversion command
|
Tue, 08 Aug 2006 17:08:59 -0700 |
Vadim Gelfer |
fetch: hold lock and wlock across all operations
|
Wed, 09 Aug 2006 02:04:49 -0700 |
Vadim Gelfer |
tests: forgot to add test-mq-guards.out
|
Tue, 08 Aug 2006 16:40:08 -0700 |
Vadim Gelfer |
fetch: lock repo across pull and commit
|
Tue, 08 Aug 2006 16:37:41 -0700 |
Vadim Gelfer |
fetch: drop commands.doupdate
|
Tue, 08 Aug 2006 16:23:02 -0700 |
Vadim Gelfer |
test-fetch: make output stable
|
Tue, 08 Aug 2006 16:09:26 -0700 |
Vadim Gelfer |
fetch: fix breakage from mpm.
|
Tue, 08 Aug 2006 21:42:50 -0700 |
Vadim Gelfer |
mq: new commands qselect, qguard
|
Tue, 08 Aug 2006 18:14:03 -0700 |
Vadim Gelfer |
fix permission of test-mq-qsave
|
Tue, 08 Aug 2006 18:12:48 -0700 |
Vadim Gelfer |
mq: add join method
|
Mon, 07 Aug 2006 14:59:32 -0700 |
Brendan Cully |
Make mq camelcase consistent with the rest of hg.
|
Mon, 07 Aug 2006 14:48:24 -0700 |
Brendan Cully |
Add basic qsave/qrestore test.
|
Mon, 07 Aug 2006 14:48:18 -0700 |
Brendan Cully |
Update qsave to use StatusEntry; don't throw exception on bad status lines.
|
Tue, 08 Aug 2006 10:56:48 -0500 |
Matt Mackall |
Merge: combine force and forcemerge arguments
|
Tue, 08 Aug 2006 10:35:19 -0500 |
Matt Mackall |
Merge: move most tests to the beginning
|
Tue, 08 Aug 2006 09:26:00 -0500 |
Matt Mackall |
Merge: refactor err and failedmerge -> unresolved
|
Tue, 08 Aug 2006 09:19:20 -0500 |
Matt Mackall |
Refactor update locking slightly
|
Tue, 08 Aug 2006 09:11:16 -0500 |
Matt Mackall |
Merge: combine choose and moddirstate to partial
|
Mon, 07 Aug 2006 23:53:04 -0500 |
Matt Mackall |
Rename merge.allow -> merge.branchmerge
|
Mon, 07 Aug 2006 23:18:16 -0500 |
Matt Mackall |
Use demandload @ syntax
|
Mon, 07 Aug 2006 22:54:33 -0500 |
Matt Mackall |
Introduce update helper functions: update, merge, clean, and revert
|
Mon, 07 Aug 2006 22:35:36 -0500 |
Matt Mackall |
Teach demandload how to import as
|
Mon, 07 Aug 2006 20:54:03 -0500 |
Matt Mackall |
Factor doupdate into _lookup + hg.update
|
Mon, 07 Aug 2006 17:26:09 -0500 |
Matt Mackall |
Fix extensions for merge change
|
Mon, 07 Aug 2006 14:12:03 -0700 |
Brendan Cully |
Update mq to use new logmessage arglist from 2794:bd8a9a94139f
|
Mon, 07 Aug 2006 16:47:06 -0500 |
Matt Mackall |
Merge with crew
|
Mon, 07 Aug 2006 19:08:55 -0700 |
Vadim Gelfer |
fetch: add missing import.
|
Mon, 07 Aug 2006 17:33:14 -0700 |
Vadim Gelfer |
fetch: do not fetch if working dir modified
|
Mon, 07 Aug 2006 17:27:38 -0700 |
Vadim Gelfer |
new extension: fetch -> combine pull and merge/update
|
Mon, 07 Aug 2006 17:23:04 -0700 |
Vadim Gelfer |
commands.logmessage: simplify calling.
|
Mon, 07 Aug 2006 17:22:17 -0700 |
Vadim Gelfer |
localrepo.update: allow to suppress commit reminder.
|
Sun, 06 Aug 2006 17:27:05 +0200 |
Benoit Boissinot |
mq: unused variables, improper usage of 'is [not]', undefined variable
|
Sun, 06 Aug 2006 17:24:13 +0200 |
Benoit Boissinot |
mq: codingstyle
|
Sun, 06 Aug 2006 17:20:51 +0200 |
Benoit Boissinot |
mq: remove unecessary test
|
Sun, 06 Aug 2006 17:18:53 +0200 |
Benoit Boissinot |
mq: fix variables shadowing builtin
|
Sun, 06 Aug 2006 16:42:36 +0200 |
Benoit Boissinot |
util.patch: use shellquote
|
Sat, 05 Aug 2006 14:59:47 -0700 |
Brendan Cully |
mq: use more portable util.parse_patch_output instead of handrolled version.
|
Sat, 05 Aug 2006 15:23:26 -0700 |
Brendan Cully |
Add portable shell-quoting function; teach mq to use it.
|
Sun, 06 Aug 2006 16:03:02 +0200 |
Benoit Boissinot |
mailbomb: add a comment and remove the bcc in a more pythonic way
|
Fri, 04 Aug 2006 14:36:03 -0700 |
Brendan Cully |
Add '.' as a shortcut revision name for the working directory parent.
|
Sat, 05 Aug 2006 02:00:09 -0700 |
Vadim Gelfer |
make error better.
|
Fri, 04 Aug 2006 10:38:17 -0700 |
Vadim Gelfer |
merge with self.
|
Fri, 04 Aug 2006 10:37:40 -0700 |
Vadim Gelfer |
fix output of test-backout.
|
Thu, 03 Aug 2006 15:12:15 -0700 |
Brendan Cully |
Test suite for log --follow and --follow-first.
|
Thu, 03 Aug 2006 11:48:56 -0700 |
Brendan Cully |
Add log option --follow-first to follow only the first parent of
|
Thu, 03 Aug 2006 13:29:31 -0700 |
Brendan Cully |
Make log --follow revision range start default to working dir parent.
|
Thu, 03 Aug 2006 11:06:09 -0700 |
Brendan Cully |
Make log --follow without a file list follow a single head.
|
Thu, 03 Aug 2006 11:12:02 -0700 |
Vadim Gelfer |
merge with brendan.
|
Thu, 03 Aug 2006 11:09:12 -0700 |
Brendan Cully |
Use StatusEntry class instead of repeated status line parsing.
|
Wed, 02 Aug 2006 21:06:12 -0700 |
Vadim Gelfer |
mq: make queue.unapplied useful as api
|
Mon, 07 Aug 2006 16:27:09 -0500 |
Matt Mackall |
Move repo.verify
|
Thu, 03 Aug 2006 21:24:19 -0500 |
Matt Mackall |
revlog.lookup optimization
|
Thu, 03 Aug 2006 20:06:05 -0500 |
Matt Mackall |
Remove **opts arg from commands.doupdate
|
Thu, 03 Aug 2006 15:24:41 -0500 |
Matt Mackall |
Move merge code to its own module
|
Thu, 03 Aug 2006 13:07:57 -0500 |
Matt Mackall |
Add a doc string
|
Wed, 02 Aug 2006 09:29:17 +0200 |
Mathieu Clabaut |
Import say a file is not tracked after patching : test case
|
Wed, 02 Aug 2006 20:33:57 -0700 |
Vadim Gelfer |
mq: simplify save_dirty
|
Wed, 02 Aug 2006 15:07:37 -0700 |
Brendan Cully |
Add -f option to qfold; improve qfold documentation.
|
Wed, 02 Aug 2006 14:48:59 -0700 |
Brendan Cully |
Clean up qnew help text.
|
Wed, 02 Aug 2006 13:04:36 -0700 |
Vadim Gelfer |
tests: fix output for test-backout
|
Wed, 02 Aug 2006 12:46:00 -0700 |
Vadim Gelfer |
allow None for path of hg.repository
|
Wed, 02 Aug 2006 10:48:34 -0700 |
Vadim Gelfer |
mq: rename read_series as parse_series, make simpler and faster
|
Wed, 02 Aug 2006 09:18:56 -0700 |
Bryan O'Sullivan |
fix call to commands.setremoteconfig
|
Wed, 02 Aug 2006 06:36:27 -0700 |
Vadim Gelfer |
mq: print matches if patch name not unique
|
Tue, 01 Aug 2006 19:58:34 -0700 |
Vadim Gelfer |
clone: replace long help string of inaky with doc comment.
|
Tue, 01 Aug 2006 11:12:34 -0700 |
Inaky Perez-Gonzalez |
Breakup clone -r extra text help to fit in 80 columns
|
Tue, 01 Aug 2006 09:50:30 -0700 |
Inaky Perez-Gonzalez |
Expand clone help with hardlink information
|
Wed, 02 Aug 2006 03:17:06 +0200 |
Christian Ebert |
fix hg backup option recommendation for auto-merge
|
Tue, 01 Aug 2006 15:51:13 -0700 |
Vadim Gelfer |
import: make patch apply if run in subdir
|
Wed, 02 Aug 2006 00:20:28 +0200 |
Christian Ebert |
hgcommand.vim: requirements & doc self-install more consistent; cosmetics
|
Tue, 01 Aug 2006 15:40:54 -0700 |
Vadim Gelfer |
fix mq test output.
|
Tue, 01 Aug 2006 15:40:28 -0700 |
Vadim Gelfer |
merge patches from brendan cully that did not apply clean against tip.
|
Tue, 01 Aug 2006 15:24:18 -0700 |
Brendan Cully |
Add -s option to qseries: display first line of patch header.
|
Tue, 01 Aug 2006 14:56:54 -0700 |
Brendan Cully |
Check for parent/mod as well as parent.mod in findext.
|
Tue, 01 Aug 2006 15:24:12 -0700 |
Brendan Cully |
Add more verbose help text to mq commands.
|
Tue, 01 Aug 2006 15:24:11 -0700 |
Brendan Cully |
Add -m, -l, -e options to qfold.
|
Tue, 01 Aug 2006 12:21:55 -0700 |
Brendan Cully |
Add -f option to qdelete, to remove patch file.
|
Tue, 01 Aug 2006 10:57:28 -0700 |
Vadim Gelfer |
mq: add qmv as alias for qrename
|
Tue, 01 Aug 2006 10:55:06 -0700 |
Brendan Cully |
New self-explanatory command qrename.
|
Tue, 01 Aug 2006 09:51:36 -0400 |
Sébastien Pierre |
[darcs2hg] Windows compatibilty patct
|
Mon, 31 Jul 2006 20:33:56 -0700 |
Brendan Cully |
New mq command qfold: Merge patches into the current patch.
|
Mon, 31 Jul 2006 18:39:31 -0700 |
Brendan Cully |
Add command qheader to display the header of a given patch.
|
Mon, 31 Jul 2006 17:55:43 -0700 |
Brendan Cully |
Add option -e/--edit to qrefresh, to edit the existing header.
|
Mon, 31 Jul 2006 18:47:43 -0700 |
Brendan Cully |
Change patch header as well as commit message with qrefresh -m or -l.
|
Tue, 01 Aug 2006 02:23:05 -0700 |
Brendan Cully |
Remove pointless reposetup hook from hgk.py
|
Mon, 31 Jul 2006 12:02:13 -0700 |
Vadim Gelfer |
import: switch from application/x-patch to text/x-diff
|