Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
localrepo and dirstate: rename reload to invalidate
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: simplify dirty handling
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: lazify and lambdafy _slash
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: simplify state()
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: move ignore to its own file
|
Mon, 18 Jun 2007 13:24:34 -0500 |
Matt Mackall |
dirstate: replace clear()
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: fold parse into read
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: make reload lazy
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: lazify initdirs
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: lazify copymap, _branch, and _pl
|
Mon, 18 Jun 2007 13:24:33 -0500 |
Matt Mackall |
dirstate: use getattr rather than lazyread
|
Mon, 18 Jun 2007 11:13:16 -0700 |
Brendan Cully |
Fix up tests for new branch message
|
Mon, 18 Jun 2007 10:44:43 -0700 |
Brendan Cully |
Notify the user that hg branch does not create a branch until commit
|
Sun, 17 Jun 2007 20:09:35 -0700 |
Brendan Cully |
patchbomb: fix PAGER buglet introduced in 88fc92b0b821
|
Sun, 17 Jun 2007 20:35:43 +0200 |
Patrick Mezard |
patchbomb: page patchbomb messages only if PAGER is defined.
|
Sun, 17 Jun 2007 20:35:32 +0200 |
Patrick Mezard |
cmdutil: add missing "time" import.
|
Sun, 17 Jun 2007 20:08:06 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sun, 17 Jun 2007 19:40:02 +0200 |
Patrick Mezard |
patchbomb: flush ui before delegating to pager.
|
Sun, 17 Jun 2007 19:39:47 +0200 |
Patrick Mezard |
test-patchbomb: fix non-existing --date parameter and filtering regexps.
|
Wed, 13 Jun 2007 15:02:09 +0300 |
Giorgos Keramidas |
test-patchbomb: sed -e may not work with extended regexps
|
Sun, 17 Jun 2007 14:11:30 +0200 |
Thomas Arendsen Hein |
Make --import-branch option actually work (- is translated to _)
|
Thu, 14 Jun 2007 09:01:51 -0700 |
Eric Hopper |
Add --import-branch option to hg import to pull in branch information without --exact
|
Thu, 14 Jun 2007 16:19:58 -0700 |
Brendan Cully |
convert: remove pdb call. *blush*
|
Thu, 14 Jun 2007 16:12:08 -0700 |
Brendan Cully |
convert: fix various authormap handling bugs
|
Thu, 14 Jun 2007 23:25:55 +0200 |
Edouard Gomez |
convert extension: Add support for username mapping
|
Thu, 14 Jun 2007 23:25:55 +0200 |
Edouard Gomez |
convert extension: Save a few opens on the map file
|
Thu, 14 Jun 2007 13:32:35 -0700 |
Brendan Cully |
Merge with stable
|
Thu, 14 Jun 2007 10:58:49 -0700 |
Brendan Cully |
Make parents with a file but not a revision use working directory revision.
|
Thu, 14 Jun 2007 10:59:17 -0700 |
Brendan Cully |
Merge with crew
|
Thu, 14 Jun 2007 10:58:49 -0700 |
Brendan Cully |
Make parents with a file but not a revision use working directory revision.
|
Thu, 14 Jun 2007 12:54:06 +0200 |
Thomas Arendsen Hein |
Reverted changesets 9d1380e5c8c5 and 1d46169ec197: show @ as glog parent again.
|
Thu, 14 Jun 2007 11:33:32 +0200 |
Thomas Arendsen Hein |
merge with main
|
Wed, 13 Jun 2007 19:11:20 -0700 |
Brendan Cully |
Merge with crew
|
Wed, 13 Jun 2007 19:05:20 -0700 |
Brendan Cully |
extensions: fix load of module/__init__.py on OS X
|
Wed, 13 Jun 2007 21:39:45 -0300 |
Alexis S. L. Carvalho |
localrepo.status: only append stuff to the clean list if list_clean is true
|
Wed, 13 Jun 2007 21:39:45 -0300 |
Alexis S. L. Carvalho |
mq: reduce matcher abuse
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
commands.remove: don't use the unknown list
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
commands.commit: don't use the unknown list
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
localrepo.add: avoid some stats
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
revert: use util.lexists
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
addremove: use util.lexists
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
commands.commit: symlinks are supported
|
Wed, 13 Jun 2007 19:15:58 -0300 |
Alexis S. L. Carvalho |
mq: grab locks before starting a transaction
|
Wed, 13 Jun 2007 13:50:29 -0700 |
Brendan Cully |
Merge with crew
|
Wed, 13 Jun 2007 13:46:40 -0700 |
Brendan Cully |
extensions: load modules in module/__init__.py form.
|
Wed, 13 Jun 2007 15:02:09 +0300 |
Giorgos Keramidas |
test-patchbomb: sed -e may not work with extended regexps
|
Wed, 13 Jun 2007 08:24:40 +0200 |
Thomas Arendsen Hein |
Correct tests/test-patchbomb* files:
|
Tue, 12 Jun 2007 14:52:34 -0700 |
Bryan O'Sullivan |
patchbomb: add --date option
|
Tue, 12 Jun 2007 14:44:47 -0700 |
Bryan O'Sullivan |
Don't validate email config if we're not sending email.
|
Tue, 12 Jun 2007 14:39:36 -0700 |
Bryan O'Sullivan |
patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
|
Tue, 12 Jun 2007 13:21:42 -0700 |
Brendan Cully |
dispatch: restore a dropped shlex import
|
Tue, 12 Jun 2007 18:55:47 +0200 |
Thomas Arendsen Hein |
merge with main
|
Tue, 12 Jun 2007 17:39:57 +0200 |
Thomas Arendsen Hein |
Revive commands.dispatch as a simple way to call hg from other pythons scripts.
|
Wed, 13 Jun 2007 13:15:53 -0500 |
Matt Mackall |
extensions: fix lookup of hgext.foo modules
|
Wed, 13 Jun 2007 13:15:51 -0500 |
Matt Mackall |
localrepo: demand-load changeset, manifest, and dirstate
|
Tue, 12 Jun 2007 10:34:54 -0500 |
Matt Mackall |
extensions: add missing sys import
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: accept an abbreviation of --repository
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move findrepo to cmdutil
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
localrepo: don't search from path
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: use the repo path found by early parsing
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply -R early
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply cwd opt early
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: rename variables after code motion
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: hoist debugging hook to runcatch
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move dispatching code to cmdutil
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move runcommand to cmdutil
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: pull final command execution into its own function
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: reduce nesting by moving parsing exceptions
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: move signal and exception handling to its own function
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
Create a separate module for managing extensions
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
extensions: separate function for loading single extensions
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: reorder functions
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
localrepo: break out the repo-finding walk into its own function
|
Mon, 11 Jun 2007 12:14:31 -0700 |
Brendan Cully |
Respect locale environment variables on darwin.
|
Mon, 11 Jun 2007 11:06:42 -0700 |
Brendan Cully |
Small cleanups for the new tag code
|
Fri, 01 Jun 2007 19:56:39 -0400 |
Josef "Jeff" Sipek |
gitweb: Display branch and tag labels
|
Sun, 10 Jun 2007 21:05:01 -0700 |
Brendan Cully |
Merge with mpm
|
Sun, 10 Jun 2007 20:08:47 -0700 |
Brendan Cully |
Split convert extension into common and repository type modules
|
Sun, 10 Jun 2007 21:16:58 -0500 |
Matt Mackall |
commit: fix bug where dirstate for removed file is confused
|
Sun, 10 Jun 2007 19:16:20 -0500 |
Matt Mackall |
hg serve: don't lookup user-supplied names/addresses
|
Sat, 09 Jun 2007 13:25:54 +0200 |
Thomas Arendsen Hein |
Removed trailing \n in calls to util.Abort()
|
Sat, 09 Jun 2007 13:17:58 +0200 |
Thomas Arendsen Hein |
Some small cleanups for convert extension:
|
Sat, 09 Jun 2007 01:04:28 -0300 |
Alexis S. L. Carvalho |
Avoid extra filelogs entries.
|
Sat, 09 Jun 2007 01:04:28 -0300 |
Alexis S. L. Carvalho |
Make sure the changelog mentions files whose flags changed
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
run-tests.py: set ui.slash = True
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
test-config-case: print only the Section we're interested in.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add ui.slash hgrc setting
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
docopy: use repo.pathto to format paths for printing
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add dirstate.pathto and localrepo.pathto.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in revert.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in docopy.
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in addremove.
|
Thu, 07 Jun 2007 23:16:10 +0200 |
Edouard Gomez |
Add some more smart when initializing destination repository
|
Thu, 07 Jun 2007 23:06:17 +0200 |
Edouard Gomez |
Fix hgext/convert/__init__.py rights
|
Thu, 07 Jun 2007 22:28:52 +0200 |
Thomas Arendsen Hein |
Include convert extension in packages setup
|
Thu, 07 Jun 2007 12:41:12 +0200 |
Thomas Arendsen Hein |
convert: map CVS HEAD to default branch
|
Sun, 03 Jun 2007 22:11:25 +0200 |
Patrick Mezard |
ui: make readsections() abort when configuration cannot be read.
|
Wed, 06 Jun 2007 20:22:52 +0200 |
Thomas Arendsen Hein |
Removed trailing whitespace and tabs from python files
|
Wed, 06 Jun 2007 20:17:03 +0200 |
Thomas Arendsen Hein |
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
|
Fri, 25 May 2007 08:12:33 +0200 |
Edouard Gomez |
Add a wrapper script for convert extension
|
Fri, 25 May 2007 00:56:48 +0200 |
Edouard Gomez |
Turns convert.py into a real extension
|
Wed, 06 Jun 2007 19:49:47 +0200 |
Thomas Arendsen Hein |
Move convert-repo to hgext/convert/__init__.py
|
Wed, 06 Jun 2007 19:06:43 +0200 |
Thomas Arendsen Hein |
Fixed test output for changed glog (. instead of @)
|
Wed, 06 Jun 2007 19:05:18 +0200 |
Thomas Arendsen Hein |
Issue a warning if "-r ." is used with two working directory parents.
|
Wed, 06 Jun 2007 18:28:48 +0200 |
Thomas Arendsen Hein |
graphlog: Print . instead of @ for working directory parents
|
Tue, 05 Jun 2007 19:55:27 -0300 |
Alexis S. L. Carvalho |
Remove atomicfile class.
|
Tue, 05 Jun 2007 19:55:27 -0300 |
Alexis S. L. Carvalho |
Use atomictemp files to write the dirstate.
|
Tue, 05 Jun 2007 19:26:36 -0300 |
Alexis S. L. Carvalho |
test-serve: let run-tests.py kill the daemons
|
Mon, 04 Jun 2007 21:49:01 +0200 |
Joel Rosdahl |
Fix bug in "hg serve -v"
|
Mon, 04 Jun 2007 21:48:59 +0200 |
Joel Rosdahl |
Add test reproducing a bug in "hg serve -v"
|
Mon, 04 Jun 2007 22:56:42 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Mon, 04 Jun 2007 09:16:53 -0500 |
TK Soh |
hgk: display tags that contain spaces
|
Mon, 04 Jun 2007 16:54:52 +1000 |
Bela Babik |
hgk: added -selectbackground grey to canvases
|
Mon, 04 Jun 2007 22:08:42 +0200 |
Thomas Arendsen Hein |
merge with stable
|
Mon, 04 Jun 2007 22:05:47 +0200 |
Thomas Arendsen Hein |
Obfuscate author in gitweb shortlog (issue578)
|
Mon, 04 Jun 2007 22:02:17 +0200 |
Thomas Arendsen Hein |
Fixed indentation in hgext/notify.py
|
Mon, 04 Jun 2007 00:26:53 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Sun, 03 Jun 2007 14:38:52 -0300 |
Alexis S. L. Carvalho |
patch.diff: avoid calling workingctx().manifest()
|
Sun, 03 Jun 2007 17:18:48 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Sat, 02 Jun 2007 09:04:23 -0700 |
Bryan O'Sullivan |
Merge with crew.
|
Sun, 27 May 2007 14:58:59 -0700 |
Bryan O'Sullivan |
patchbomb: Fail early if no revs given to email
|
Sun, 27 May 2007 14:54:00 -0700 |
Bryan O'Sullivan |
patchbomb: Fix typo.
|
Sun, 27 May 2007 14:53:46 -0700 |
Bryan O'Sullivan |
patchbomb: Hoist sender config higher.
|
Sun, 27 May 2007 14:43:29 -0700 |
Bryan O'Sullivan |
Automated merge with http://hg.intevation.org/mercurial/crew
|
Sun, 27 May 2007 14:40:14 -0700 |
Bryan O'Sullivan |
patchbomb: Validate email config before we start prompting for info.
|
Sun, 27 May 2007 14:26:54 -0700 |
Bryan O'Sullivan |
Introduce find_exe. Use instead of find_in_path for programs.
|
Sun, 27 May 2007 13:50:59 -0700 |
Bryan O'Sullivan |
ui: Rename has_config to has_section.
|
Sun, 27 May 2007 13:41:35 -0700 |
Bryan O'Sullivan |
patchbomb: Defer the import of readline.
|
Sun, 27 May 2007 13:29:04 -0700 |
Bryan O'Sullivan |
patchbomb: Don't prompt for headers until sure we have revs to export.
|
Mon, 04 Jun 2007 00:24:48 -0300 |
Alexis S. L. Carvalho |
wsgicgi: change stdin to binary mode
|
Mon, 04 Jun 2007 00:24:48 -0300 |
Alexis S. L. Carvalho |
Also check the index file size when deciding whether to reload a revlog.
|
Mon, 04 Jun 2007 00:24:48 -0300 |
Alexis S. L. Carvalho |
use .extend instead of .append in readtags
|
Fri, 20 Apr 2007 16:17:42 -0500 |
TK Soh |
hbisect: fix a typo in error message
|
Fri, 15 Dec 2006 10:32:57 +0300 |
Andrei Vermel |
hgk - fix CR issues on windows
|
Thu, 24 May 2007 16:32:38 +0200 |
Mathieu Clabaut |
Add sending date to notify message.
|
Fri, 01 Jun 2007 18:40:14 -0500 |
Matt Mackall |
Add support for url#id syntax
|
Fri, 01 Jun 2007 18:52:18 -0500 |
Matt Mackall |
clone: checkout the "default" branch if available
|
Sat, 02 Jun 2007 09:21:56 -0500 |
Matt Mackall |
mq: pass a URL to clone
|
Fri, 01 Jun 2007 14:07:42 -0500 |
Matt Mackall |
Warn about large files on hg add
|
Fri, 01 Jun 2007 19:49:09 +0200 |
Thomas Arendsen Hein |
merge with stable
|
Fri, 01 Jun 2007 16:02:49 +0200 |
Thomas Arendsen Hein |
Corrected similarity parameter used in test-addremove
|
Fri, 01 Jun 2007 16:00:40 +0200 |
Thomas Arendsen Hein |
addremove: comparing two empty files caused ZeroDivisionError
|
Fri, 01 Jun 2007 13:03:21 +0200 |
Thomas Arendsen Hein |
Add archive download links to hgweb search template
|
Fri, 01 Jun 2007 13:00:27 +0200 |
Thomas Arendsen Hein |
merge with crew
|
Thu, 31 May 2007 20:12:40 -0400 |
Josef "Jeff" Sipek |
gitweb: Fixed-up search template
|
Thu, 31 May 2007 19:59:02 -0400 |
Josef "Jeff" Sipek |
gitweb: Add search box to the summary page
|
Tue, 29 May 2007 06:52:40 -0400 |
Josef "Jeff" Sipek |
gitweb: file diff: Display metadata in same order as changeset does
|
Tue, 29 May 2007 11:16:57 -0400 |
Josef "Jeff" Sipek |
gitweb: file annotate: Display metadata in same order as changeset does
|
Tue, 29 May 2007 11:10:28 -0400 |
Josef "Jeff" Sipek |
gitweb: file rev template: Display metadata in same order as changeset does
|
Tue, 29 May 2007 11:07:33 -0400 |
Josef "Jeff" Sipek |
gitweb: changeset template: remove manifest link from cset metadata
|
Fri, 11 May 2007 17:05:44 +0200 |
Emanuele Aina |
purge: add --include and --exclude options
|
Tue, 29 May 2007 16:42:05 +0200 |
Thomas Arendsen Hein |
hgweb: use generator to count parity of horizontal stripes for easier reading.
|
Tue, 29 May 2007 07:00:36 -0400 |
Josef "Jeff" Sipek |
gitweb: shortlog: display nav links near the bottom
|
Tue, 29 May 2007 07:00:26 -0400 |
Josef "Jeff" Sipek |
gitweb: file log: display nav links near the bottom
|
Tue, 29 May 2007 06:35:45 -0400 |
Josef "Jeff" Sipek |
gitweb: file log template: removed excesive whitespace
|
Tue, 29 May 2007 05:08:01 -0400 |
Josef "Jeff" Sipek |
hgweb: manifest: pass parity for the '[up]' link
|
Tue, 29 May 2007 04:57:12 -0400 |
Josef "Jeff" Sipek |
gitweb: manifest template: do not include trailing slash in directory names
|
Tue, 29 May 2007 03:37:03 -0400 |
Josef "Jeff" Sipek |
gitweb: Add title separator to tags template
|
Tue, 29 May 2007 15:31:29 +0200 |
Josef "Jeff" Sipek |
gitweb: changelog template: removed excessive whitespace
|
Tue, 29 May 2007 15:30:40 +0200 |
Josef "Jeff" Sipek |
gitweb: shortlog template: removed excessive whitespace, added title bar.
|
Tue, 29 May 2007 03:27:02 -0400 |
Josef "Jeff" Sipek |
gitweb: Fixed manifest template opening an extra div tag
|
Tue, 29 May 2007 03:19:45 -0400 |
Josef "Jeff" Sipek |
gitweb: Fix summary page ellipsis line colspans
|
Fri, 01 Jun 2007 19:45:05 +0200 |
Thomas Arendsen Hein |
Make "hg incoming -r revision_number" work for remote repos (issue566)
|
Thu, 17 May 2007 13:55:24 -0400 |
Daniel Holth |
accept -r REV in more places
|
Sun, 20 May 2007 19:32:22 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Wed, 16 May 2007 01:10:12 -0400 |
Daniel Holth |
use documented convert-repo interface
|
Wed, 16 May 2007 01:07:27 -0400 |
Daniel Holth |
document conversion interface
|
Sat, 19 May 2007 22:51:43 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Thu, 17 May 2007 20:09:52 -0700 |
Eric Hopper |
Make hg import --exact work when a new branch is created by an import.
|
Thu, 17 May 2007 20:09:49 -0700 |
Eric Hopper |
Alter test to test import --exact to make sure it works with branches.
|
Thu, 17 May 2007 20:09:47 -0700 |
Eric Hopper |
Add ability to parse branch information to hg import
|
Thu, 17 May 2007 20:09:44 -0700 |
Eric Hopper |
Add a test for the Branch header being in hg export.
|
Sun, 20 May 2007 19:27:14 +0200 |
Henri Precheur |
Fix issue 563: error in _hg_commit in the contrib/zsh_completion script.
|
Sat, 19 May 2007 22:47:01 +0200 |
Patrick Mezard |
Fix issue 562: .hgignore requires newline at end.
|
Sat, 19 May 2007 22:46:59 +0200 |
Patrick Mezard |
Test issue 562: .hgignore requires newline at end
|
Thu, 17 May 2007 09:29:30 -0700 |
Eric Hopper |
Fix hg import --exact bug that hangs hg on failure.
|
Sun, 13 May 2007 19:15:54 -0700 |
Brendan Cully |
Make mergepatch save queue now that qpush isn't.
|
Thu, 10 May 2007 13:42:36 -0700 |
Eric Hopper |
Add branch information to hg export.
|
Sat, 12 May 2007 21:09:31 +0200 |
Patrick Mezard |
Add ui.patch option.
|
Sat, 12 May 2007 21:09:29 +0200 |
Patrick Mezard |
Fix issue483 - mq does not work under windows with gnu-win32 patch.
|
Mon, 07 May 2007 21:44:11 +0900 |
NIIMI Satoshi |
mercurial.el: fix error on hg-read-rev() with small tip, and cleanups
|
Tue, 08 May 2007 13:10:27 -0700 |
Bryan O'Sullivan |
mq: add qgoto command.
|
Tue, 08 May 2007 11:51:16 -0700 |
Bryan O'Sullivan |
Fix typo in bugzilla extension.
|
Tue, 08 May 2007 13:08:20 -0700 |
Brendan Cully |
Fix test-patchbomb for crew
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add mq-signoff, to sign off on a patch
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: don't fill half the screen with a single line of output.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add hook to run when finishing the edit of a patch.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
imported patch mq-refresh-git.patch
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: allow mq-diff to take a git option.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add mq-diff function.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add mq-edit-series function.
|
Tue, 08 May 2007 11:54:39 -0700 |
Bryan O'Sullivan |
mq.el: add mq-new function.
|
Tue, 08 May 2007 12:36:34 -0700 |
Brendan Cully |
Fix up patchbomb test
|
Tue, 08 May 2007 12:20:13 -0700 |
Bryan O'Sullivan |
add test for patchbomb extension.
|
Tue, 08 May 2007 11:51:25 -0700 |
Bryan O'Sullivan |
contrib/hgsh: Check for .hg/store as well as .hg/data.
|
Tue, 08 May 2007 12:16:02 -0700 |
Bryan O'Sullivan |
MQ: tidy up if a qpush is interrupted.
|
Tue, 08 May 2007 11:42:48 -0500 |
Matt Mackall |
Merge with stable
|
Tue, 08 May 2007 02:59:13 -0500 |
Matt Mackall |
merge: fix spurious merges for copies in linear updates
|
Tue, 08 May 2007 02:57:05 -0500 |
Matt Mackall |
branch.cache: silently ignore I/O and OS errors
|
Mon, 07 May 2007 22:30:36 -0500 |
Matt Mackall |
context: fix workingfilectx._changectx
|
Sat, 05 May 2007 15:56:49 +0900 |
NIIMI Satoshi |
mercurial.el: don't raise an error from find-file-hook
|
Sat, 05 May 2007 15:50:40 +0900 |
NIIMI Satoshi |
mercurial.el: move defmacro of hg-do-across-repo before use
|
Mon, 07 May 2007 08:42:48 -0700 |
Brendan Cully |
Unconfuse font-lock
|
Sun, 06 May 2007 20:27:45 -0700 |
Brendan Cully |
Add fast-forward branch merging
|
Mon, 07 May 2007 00:12:35 +0200 |
Patrick Mezard |
Merge with crew-stable.
|
Sun, 06 May 2007 16:40:53 +0200 |
Patrick Mezard |
simplemerge: flush stdout before writing to stderr.
|
Sun, 06 May 2007 16:40:53 +0200 |
Patrick Mezard |
Move win32 find_in_files from util_win32 to util.
|
Sun, 06 May 2007 23:44:18 +0200 |
Patrick Mezard |
mq: fix qtop failure when the series ends with guarded patches.
|
Sun, 06 May 2007 18:19:25 +0200 |
Patrick Mezard |
Test qtop breaking when series ends with guarded patches.
|
Thu, 03 May 2007 17:27:21 -0500 |
Matt Mackall |
Merge with stable
|
Tue, 01 May 2007 13:23:32 -0700 |
Brendan Cully |
mq: account for readheaders munging in qrefresh
|
Thu, 03 May 2007 17:26:21 -0500 |
Matt Mackall |
Merge with crew-stable
|
Thu, 03 May 2007 14:09:09 -0700 |
Lee Cantey |
Update Windows build instructions.
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: reorganize some hunks in findcopies
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: simplify a check in checkcopies
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: expand and simplify the invalid handling for directory moves
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: fix a bug detecting directory moves
|
Thu, 03 May 2007 17:24:43 -0500 |
Matt Mackall |
merge: clarify the findcopies code
|
Tue, 01 May 2007 14:42:54 -0500 |
Matt Mackall |
verify: hold write lock
|
Mon, 30 Apr 2007 09:32:44 -0700 |
Brendan Cully |
Also restore old rm -A behavior for inexact patterns
|
Mon, 30 Apr 2007 09:13:27 -0700 |
Brendan Cully |
Fix rm -A with no patterns, which I just broke.
|
Mon, 30 Apr 2007 08:51:59 -0700 |
Brendan Cully |
Make rm --after simply mark files as removed, unless --force is also given
|
Sun, 29 Apr 2007 18:17:35 -0700 |
Michael Gebetsroither |
Add hgwebdir.fcgi to contrib
|
Sun, 29 Apr 2007 17:35:03 -0700 |
Brendan Cully |
Flesh out bisect help text
|
Sun, 29 Apr 2007 12:33:24 -0500 |
Matt Mackall |
Merge with crew
|
Sat, 28 Apr 2007 17:55:45 -0300 |
Alexis S. L. Carvalho |
Fix minor mismerge.
|
Sat, 28 Apr 2007 17:55:45 -0300 |
Alexis S. L. Carvalho |
run-tests.py: pass -L/--label to simplemerge
|
Thu, 26 Apr 2007 23:58:18 -0700 |
Lee Cantey |
Add notes about configuring a merge program
|
Fri, 27 Apr 2007 16:04:17 -0700 |
Lee Cantey |
Update copyright year and change to range
|
Sat, 28 Apr 2007 11:53:36 +0200 |
Patrick Mezard |
Use patch.patch() when checking for patch availability.
|
Sat, 28 Apr 2007 09:03:47 -0700 |
Brendan Cully |
Merge with crew
|
Sat, 28 Apr 2007 11:43:31 +0200 |
Patrick Mezard |
Fix find_in_path not including some file extension logic under win32.
|
Sat, 28 Apr 2007 16:28:54 +0200 |
Joel Rosdahl |
Fix bad reference to RepoError in import command
|
Fri, 27 Apr 2007 21:30:55 -0700 |
Bryan O'Sullivan |
Refactor commands.serve to allow other commands to run as services.
|
Thu, 26 Apr 2007 18:41:18 -0500 |
Matt Mackall |
Merge with stable
|
Wed, 25 Apr 2007 13:14:01 -0700 |
Brendan Cully |
Do not automatically rename an atomicfile if a write to it has generated an exception.
|
Wed, 25 Apr 2007 18:43:55 +0200 |
Thomas Arendsen Hein |
merge with stable
|
Tue, 24 Apr 2007 18:43:18 -0700 |
Brendan Cully |
Make copy --after work for files that have been hg added.
|
Tue, 24 Apr 2007 12:02:51 -0700 |
Bryan O'Sullivan |
When reloading the dirstate, recompute ignore information if needed.
|
Tue, 24 Apr 2007 12:02:42 -0700 |
Bryan O'Sullivan |
dirstate: speed up write by 50%.
|
Tue, 24 Apr 2007 11:46:15 -0700 |
Bryan O'Sullivan |
dirstate: make parents() faster.
|
Tue, 24 Apr 2007 11:05:39 -0700 |
Bryan O'Sullivan |
localrepository.status: only acquire wlock if actually needed.
|
Tue, 24 Apr 2007 10:53:25 -0700 |
Bryan O'Sullivan |
util._matcher: speed up regexp matching.
|
Tue, 24 Apr 2007 10:47:41 -0700 |
Brendan Cully |
Merge with crew-stable
|
Thu, 19 Apr 2007 17:54:43 +0200 |
Thomas Arendsen Hein |
Merge with crew-stable
|
Thu, 19 Apr 2007 13:04:26 +0200 |
Thomas Arendsen Hein |
Work around problem where 'del os.environ["FOO"]' doesn't update environment.
|
Thu, 19 Apr 2007 12:47:55 +0200 |
Thomas Arendsen Hein |
Use python instead of shell printf with \x for test-simplemerge-cmd
|
Mon, 16 Apr 2007 20:23:45 -0300 |
Alexis S. L. Carvalho |
Merge with crew.
|
Mon, 16 Apr 2007 20:17:39 -0300 |
Alexis S. L. Carvalho |
change tests to use simplemerge by default
|
Mon, 16 Apr 2007 20:17:39 -0300 |
Alexis S. L. Carvalho |
polish the simplemerge command; add a test
|
Mon, 16 Apr 2007 20:17:39 -0300 |
Alexis S. L. Carvalho |
actually port simplemerge to hg
|
Mon, 16 Apr 2007 20:17:39 -0300 |
Alexis S. L. Carvalho |
Import 3-way merge code from bzr
|
Mon, 16 Apr 2007 20:17:39 -0300 |
Alexis S. L. Carvalho |
add mdiff.get_matching_blocks
|
Mon, 16 Apr 2007 13:31:15 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
Wed, 25 Apr 2007 13:35:18 -0500 |
Matt Mackall |
hg serve: don't do DNS lookups
|
Sat, 27 Jan 2007 23:07:06 +0100 |
Thomas Arendsen Hein |
Fix segfaults when parsing bdiff hunks in mpatch.decode() and .patchedsize()
|
Tue, 24 Apr 2007 10:44:13 -0700 |
Brendan Cully |
Work around python 2.5.1 tarfile regression
|
Thu, 19 Apr 2007 17:52:42 +0200 |
Thomas Arendsen Hein |
Avoid float rounding errors when checking http protocol version.
|
Mon, 16 Apr 2007 12:37:30 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 16 Apr 2007 12:27:49 -0500 |
Matt Mackall |
Merge with crew
|
Tue, 10 Apr 2007 16:25:21 -0500 |
TK Soh |
test-command-template: improve test coverage
|
Mon, 16 Apr 2007 13:00:23 -0300 |
Alexis S. L. Carvalho |
command line templates: add formatnode filter
|
Mon, 16 Apr 2007 13:00:23 -0300 |
Alexis S. L. Carvalho |
fix 'hg <not-log> -v --template foo' with revisions without copies
|
Mon, 16 Apr 2007 12:24:52 -0500 |
Matt Mackall |
merge: fix quadratic behavior in find-copies
|
Mon, 16 Apr 2007 09:52:37 -0500 |
Matt Mackall |
Merge with stable
|
Mon, 16 Apr 2007 09:51:50 -0500 |
Matt Mackall |
hgweb: fix rfind bug in PATH_INFO handling
|
Sun, 15 Apr 2007 18:42:51 -0500 |
Matt Mackall |
Merge with crew
|
Sun, 15 Apr 2007 18:42:38 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 12 Apr 2007 16:05:28 -0700 |
Brendan Cully |
Merge with Matt
|
Mon, 09 Apr 2007 10:39:28 +0200 |
Joel Rosdahl |
Add graphlog extension
|
Thu, 12 Apr 2007 15:07:05 -0700 |
Brendan Cully |
Merge with crew-stable
|
Sun, 15 Apr 2007 18:40:22 -0500 |
Matt Mackall |
Merge with crew
|
Thu, 12 Apr 2007 14:45:53 -0700 |
Brendan Cully |
mq: fix qtop when some patches beneath are guarded
|
Thu, 12 Apr 2007 22:41:50 +0200 |
Patrick Mezard |
mq: test qtop with holes in the patch sequence.
|
Thu, 12 Apr 2007 11:00:21 -0500 |
Matt Mackall |
hgweb: make PATH_INFO handling slightly more robust
|
Thu, 12 Apr 2007 12:42:22 -0500 |
Matt Mackall |
Merge with crew
|
Tue, 10 Apr 2007 10:34:43 -0700 |
Brendan Cully |
Merge with crew-stable
|
Mon, 09 Apr 2007 04:57:25 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
Tue, 10 Apr 2007 14:05:15 -0500 |
Matt Mackall |
Merge with stable
|
Tue, 10 Apr 2007 12:24:28 -0500 |
TK Soh |
minor typo fix in templater's docstring
|
Sat, 07 Apr 2007 19:42:26 +0100 |
Patrick Mezard |
Add test for issue 529 - "mq aborts when merging patch deleting files".
|
Mon, 09 Apr 2007 04:24:17 -0300 |
Alexis S. L. Carvalho |
mq: don't abort when merging a patch that removes files
|
Mon, 09 Apr 2007 04:24:17 -0300 |
Alexis S. L. Carvalho |
atomicfile: don't copy the original file if it'll be truncated
|
Mon, 09 Apr 2007 04:24:17 -0300 |
Alexis S. L. Carvalho |
use atomictemp files to write the dirstate
|
Mon, 09 Apr 2007 04:24:17 -0300 |
Alexis S. L. Carvalho |
use atomictemp files to write branch.cache
|
Mon, 09 Apr 2007 04:24:17 -0300 |
Alexis S. L. Carvalho |
util.opener: if requested, use atomicfile even if the file doesn't exist
|
Mon, 09 Apr 2007 04:24:17 -0300 |
Alexis S. L. Carvalho |
cache os.umask even on windows
|
Fri, 29 Dec 2006 20:04:30 -0600 |
Matt Mackall |
pull umask-checking up
|
Sat, 07 Apr 2007 04:45:27 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
Thu, 29 Mar 2007 10:25:19 -0500 |
TK Soh |
help: log --keyword is case-insensitive
|
Thu, 29 Mar 2007 09:32:59 -0500 |
TK Soh |
hgweb: expand keyword search to full list of files
|
Thu, 29 Mar 2007 09:28:10 -0500 |
TK Soh |
log: expand keyword search to full list of files
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
run-tests.py: use coverage.py with "#!/usr/bin/env python" tests
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
run-tests.py: small cleanup
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
run-tests.py: use coverage.py with *.py tests
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
run-tests.py: tell coverage.py to ignore errors
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
test-bad-pull: try to avoid timing-related failures
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
Try to find diffstat in PATH before calling it
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
Add a pointer to "hg -v help" to the bottom of hg help {,cmd} output
|
Sat, 07 Apr 2007 04:27:55 -0300 |
Alexis S. L. Carvalho |
revlog.py: fix/tweak read ahead code in lazyparser
|
Thu, 05 Apr 2007 15:20:42 -0700 |
Brendan Cully |
Merge with Matt
|
Thu, 05 Apr 2007 14:55:27 -0700 |
Brendan Cully |
Merge with Matt
|
Tue, 27 Feb 2007 09:05:36 +0100 |
Emanuele Aina |
Move back the purge extension in hgext
|
Wed, 28 Mar 2007 21:34:12 +0200 |
Emanuele Aina |
purge: abort with missing files avoiding problems with name-mangling fs
|
Wed, 04 Apr 2007 04:22:08 -0300 |
Alexis S. L. Carvalho |
Merge last few matcher/locate fixes.
|
Wed, 04 Apr 2007 04:22:06 -0300 |
Alexis S. L. Carvalho |
locate: don't print "file not found" messages.
|
Wed, 04 Apr 2007 04:22:06 -0300 |
Alexis S. L. Carvalho |
change relglob: patterns to be consistent with glob: patterns
|
Wed, 04 Apr 2007 04:22:05 -0300 |
Alexis S. L. Carvalho |
Revert changeset ef1f1a4b2efb; add another test for glob: patterns
|
Thu, 05 Apr 2007 17:09:31 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 05 Apr 2007 16:43:18 -0500 |
Matt Mackall |
merge: fix a bug where copies were ignored
|
Thu, 05 Apr 2007 16:25:47 -0500 |
Matt Mackall |
merge: fix a bug where copies were getting ignored
|
Mon, 02 Apr 2007 14:16:44 -0500 |
Matt Mackall |
Fixups for recent changes in revlog version handling
|
Tue, 27 Mar 2007 01:41:25 -0300 |
Alexis S. L. Carvalho |
hgweb: don't display heads in gitweb-style summary page
|
Fri, 16 Mar 2007 17:55:42 -0400 |
greg |
hgweb: display named branches in gitweb-style summary page
|
Tue, 27 Mar 2007 01:41:23 -0300 |
Alexis S. L. Carvalho |
test-ssh-clone-r: avoid a shell script
|
Tue, 27 Mar 2007 01:41:22 -0300 |
Alexis S. L. Carvalho |
test-ssh: avoid a shell script
|
Tue, 27 Mar 2007 01:41:21 -0300 |
Alexis S. L. Carvalho |
test-init: avoid a shell script
|
Tue, 27 Mar 2007 01:41:20 -0300 |
Alexis S. L. Carvalho |
test-rename-merge2: avoid a shell script
|
Tue, 27 Mar 2007 01:41:18 -0300 |
Alexis S. L. Carvalho |
test-merge6: avoid a shell script
|
Tue, 27 Mar 2007 01:41:17 -0300 |
Alexis S. L. Carvalho |
test-merge1: avoid a shell script
|
Tue, 27 Mar 2007 01:41:16 -0300 |
Alexis S. L. Carvalho |
test-filebranch: avoid a shell script
|
Sat, 30 Dec 2006 21:33:45 +0200 |
Giorgos Keramidas |
Use printf(1) instead of using bash-specific shell code.
|
Mon, 26 Mar 2007 23:50:04 -0300 |
Alexis S. L. Carvalho |
test-ssh: use printenv.py
|
Mon, 26 Mar 2007 23:50:03 -0300 |
Alexis S. L. Carvalho |
test-static-http: use printenv.py
|
Mon, 26 Mar 2007 23:50:01 -0300 |
Alexis S. L. Carvalho |
test-http: use printenv.py
|
Mon, 26 Mar 2007 23:50:00 -0300 |
Alexis S. L. Carvalho |
test-push-http: use printenv.py
|
Mon, 26 Mar 2007 23:49:59 -0300 |
Alexis S. L. Carvalho |
test-bundle: use printenv.py
|
Mon, 26 Mar 2007 23:49:58 -0300 |
Alexis S. L. Carvalho |
test-hook: use printenv.py
|
Mon, 26 Mar 2007 23:49:56 -0300 |
Alexis S. L. Carvalho |
Add tests/printenv.py
|
Mon, 26 Mar 2007 20:49:57 -0500 |
John Goerzen |
Add a filename for the bundle
|
Mon, 26 Mar 2007 20:46:49 -0500 |
John Goerzen |
Slight refining to help text in patchbomb.py
|
Tue, 13 Mar 2007 13:17:26 +0100 |
Christian Ebert |
hgweb: short hash for tip archive name
|
Mon, 26 Mar 2007 21:36:26 -0300 |
Alexis S. L. Carvalho |
add util.lexists
|
Thu, 22 Mar 2007 14:02:39 -0500 |
John Goerzen |
Improve documentation for patchbomb and email
|
Mon, 26 Mar 2007 13:57:49 -0500 |
John Goerzen |
Add common bundle/outgoing options to hg email
|
Mon, 26 Mar 2007 13:37:48 -0500 |
John Goerzen |
Add ability to send bundles to patchbomb extension
|
Sat, 24 Mar 2007 13:31:43 +0100 |
Thomas Arendsen Hein |
Fixed spacing in assignment of REVLOG_DEFAULT_VERSION
|
Sat, 24 Mar 2007 02:57:27 -0500 |
Matt Mackall |
Merge with crew
|
Fri, 23 Mar 2007 23:40:25 -0300 |
Alexis S. L. Carvalho |
use os.path.islink instead of util.is_link; remove util.is_link
|
Fri, 23 Mar 2007 23:40:24 -0300 |
Alexis S. L. Carvalho |
Add some tests for symlink tracking
|
Wed, 21 Mar 2007 23:20:56 -0400 |
Eric St-Jean |
Fix localrepo.copy to deal with symbolic links.
|
Wed, 21 Mar 2007 23:20:56 -0400 |
Eric St-Jean |
Backup symbolic links when reverting
|
Wed, 21 Mar 2007 23:20:56 -0400 |
Eric St-Jean |
fix util.copyfile to deal with symlinks
|
Fri, 23 Mar 2007 14:11:31 -0700 |
Brendan Cully |
hg-relink: do not compare .d files
|
Sat, 24 Mar 2007 02:47:33 -0500 |
Matt Mackall |
changelog: optimize delayed updates for clone vs pull
|
Sat, 24 Mar 2007 02:45:08 -0500 |
Matt Mackall |
Merge with -stable
|
Fri, 23 Mar 2007 00:12:28 -0500 |
Matt Mackall |
tags: require -f to replace an existing tag
|
Thu, 22 Mar 2007 23:52:50 -0500 |
Matt Mackall |
tags: fix abababa case, with test case
|
Fri, 23 Mar 2007 01:04:21 -0500 |
Matt Mackall |
Merge with crew
|
Wed, 21 Mar 2007 14:06:25 -0700 |
Brendan Cully |
Make import opportunistically use merge information
|
Thu, 22 Mar 2007 10:44:59 -0700 |
Brendan Cully |
Add import --exact.
|
Thu, 22 Mar 2007 10:40:28 -0700 |
Brendan Cully |
Add --outgoing option to patchbomb
|
Thu, 22 Mar 2007 23:37:44 -0500 |
Matt Mackall |
restructure changelog file appending
|
Thu, 22 Mar 2007 20:10:46 -0500 |
Matt Mackall |
appendfile: handle only changelog.i file
|
Thu, 22 Mar 2007 19:54:15 -0500 |
Matt Mackall |
appendfile: remove unused manifest code
|
Thu, 22 Mar 2007 19:52:38 -0500 |
Matt Mackall |
revlog: simplify revlog version handling
|
Thu, 22 Mar 2007 19:12:03 -0500 |
Matt Mackall |
revlog: don't pass datafile as an argument
|
Tue, 20 Mar 2007 22:21:05 -0300 |
Alexis S. L. Carvalho |
Merge additional fixes for my matcher changes
|
Tue, 20 Mar 2007 22:09:55 -0300 |
Alexis S. L. Carvalho |
glob:<directory> patterns match the files in that directory.
|
Tue, 20 Mar 2007 22:09:53 -0300 |
Alexis S. L. Carvalho |
Pass normalized directory names to the ignore function
|
Sun, 18 Mar 2007 22:49:05 +0200 |
Giorgos Keramidas |
tests: expand test-commit a bit to test 'hg commit .' too
|
Tue, 20 Mar 2007 22:09:51 -0300 |
Alexis S. L. Carvalho |
fix hg commit . in the repo root
|
Tue, 20 Mar 2007 13:13:39 -0700 |
Brendan Cully |
transplant: fix ignoring empty changesets (eg after filter)
|
Mon, 19 Mar 2007 19:16:35 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable.
|
Mon, 19 Mar 2007 09:36:06 -0700 |
Brendan Cully |
Add hg-relink script to contrib
|
Sun, 18 Mar 2007 20:44:58 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 19 Mar 2007 19:07:40 -0300 |
Alexis S. L. Carvalho |
debugsetparents: wlock the repo before updating the dirstate
|
Mon, 19 Mar 2007 19:07:39 -0300 |
Alexis S. L. Carvalho |
avoid _wsgioutputfile <-> _wsgirequest circular reference
|
Mon, 19 Mar 2007 19:07:38 -0300 |
Alexis S. L. Carvalho |
avoid wsgiapplication <-> MercurialHTTPServer circular reference
|
Mon, 19 Mar 2007 19:07:37 -0300 |
Alexis S. L. Carvalho |
hgwebdir: break templater -> templater circular reference
|
Mon, 19 Mar 2007 19:07:35 -0300 |
Alexis S. L. Carvalho |
hgweb: break templater -> templater circular reference
|
Sun, 18 Mar 2007 20:39:25 +0100 |
Thomas Arendsen Hein |
Fixed synopsis for some mq commands
|
Sun, 18 Mar 2007 20:37:47 +0100 |
Thomas Arendsen Hein |
hg qseries -m: guards file was not ignored
|
Sun, 18 Mar 2007 19:41:28 +0100 |
Thomas Arendsen Hein |
Tests for qapplied/qunapplied fixes (417c2068cb92 and ce6c364ebb2a)
|
Sun, 18 Mar 2007 12:20:15 +0100 |
Thomas Arendsen Hein |
Simplified qseries and hg qapplied to fix some bugs caused by optimization:
|
Sat, 17 Mar 2007 18:46:52 +0100 |
Thomas Arendsen Hein |
Fix issue443: inconsistent output of "hg qunapplied -v"
|
Fri, 16 Mar 2007 22:58:49 -0300 |
Alexis S. L. Carvalho |
Merge some matcher fixes/cleanups and add some more hg locate tests
|
Fri, 16 Mar 2007 22:48:23 -0300 |
Alexis S. L. Carvalho |
util._matcher: remove superfluous variable
|
Fri, 16 Mar 2007 22:48:22 -0300 |
Alexis S. L. Carvalho |
add some more tests to hg locate
|
Fri, 16 Mar 2007 22:48:21 -0300 |
Alexis S. L. Carvalho |
make the output of test-locate more readable
|
Fri, 16 Mar 2007 22:48:20 -0300 |
Alexis S. L. Carvalho |
util._matcher: use "." as the root of empty {rel,}path patterns
|
Fri, 16 Mar 2007 00:45:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 16 Mar 2007 00:22:59 -0300 |
Alexis S. L. Carvalho |
avoid a traceback with hg branch newbranch; hg up
|
Fri, 16 Mar 2007 00:22:58 -0300 |
Alexis S. L. Carvalho |
Fix handling of paths when run outside the repo.
|
Fri, 16 Mar 2007 00:22:57 -0300 |
Alexis S. L. Carvalho |
pass repo.root to util.pathto() in preparation for the next patch
|
Fri, 16 Mar 2007 00:22:55 -0300 |
Alexis S. L. Carvalho |
hgweb: handle IOErrors and OSErrors during unbundle
|
Sun, 22 Oct 2006 13:54:43 -0300 |
Alexis S. L. Carvalho |
hgweb.unbundle: call req.httphdr only after the last possible call to bail
|
Fri, 16 Mar 2007 00:22:53 -0300 |
Alexis S. L. Carvalho |
Work around a urllib2 bug in Python < 2.4.2
|
Fri, 16 Mar 2007 00:22:52 -0300 |
Alexis S. L. Carvalho |
Fix confusing message from hg revert (issue332)
|
Thu, 15 Mar 2007 18:57:47 -0500 |
Matt Mackall |
Merge with stable
|
Thu, 15 Mar 2007 09:51:44 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 14 Mar 2007 18:01:24 -0700 |
Brendan Cully |
Merge with mpm
|
Wed, 14 Mar 2007 22:43:57 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 14 Mar 2007 11:46:07 -0700 |
Brendan Cully |
git-send-email compatibility: stop reading changelog after ^---$
|
Wed, 14 Mar 2007 10:45:18 -0700 |
Brendan Cully |
mq: add qparent tag (first parent of qbase)
|
Thu, 15 Mar 2007 18:55:53 -0500 |
Matt Mackall |
Merge with crew
|
Thu, 15 Mar 2007 09:49:45 +0100 |
Thomas Arendsen Hein |
Merge with hg-stable
|
Wed, 14 Mar 2007 22:38:40 +0100 |
Thomas Arendsen Hein |
Only hg repositories override [paths], not simple directories (fixes issue510)
|
Thu, 15 Mar 2007 18:38:46 -0500 |
Matt Mackall |
revlog: attempt to gracefully handle some interleaved damage
|
Wed, 14 Mar 2007 19:17:40 -0500 |
Matt Mackall |
Merge with -stable
|
Wed, 14 Mar 2007 19:13:04 -0500 |
Matt Mackall |
tags: add --remove
|
Wed, 14 Mar 2007 18:49:10 -0500 |
Matt Mackall |
tags: remove unused variables
|
Wed, 14 Mar 2007 18:47:29 -0500 |
Matt Mackall |
Make the tags algorithm smarter
|
Wed, 14 Mar 2007 16:40:47 -0500 |
Matt Mackall |
Refactor tags code to prepare for improving the algorithm
|
Wed, 14 Mar 2007 01:26:09 -0500 |
Matt Mackall |
Merge with -stable, fix small test failure
|
Tue, 13 Mar 2007 21:54:34 -0700 |
Brendan Cully |
Make [PATCH] removal slightly more robust
|
Tue, 13 Mar 2007 21:50:42 -0700 |
Brendan Cully |
Remove undo log after mq operations that rollback would break
|
Tue, 13 Mar 2007 16:27:34 -0700 |
Brendan Cully |
Refresh file size after partial qrefresh.
|
Sun, 11 Mar 2007 14:21:09 -0700 |
Brendan Cully |
Clarify update help text for update without an explicit revision
|
Mon, 12 Mar 2007 15:02:59 -0700 |
Brendan Cully |
Improve hg branch -f help text
|
Mon, 12 Mar 2007 14:50:19 -0700 |
Brendan Cully |
Add test for branch shadowing
|
Mon, 12 Mar 2007 14:44:14 -0700 |
Brendan Cully |
branch: require --force to shadow existing branches
|
Mon, 12 Mar 2007 13:58:06 -0700 |
Brendan Cully |
Strip [PATCH...] from message subject when importing patches
|
Sat, 10 Mar 2007 23:21:33 -0300 |
Alexis S. L. Carvalho |
Merge a bunch of matcher and locate fixes.
|
Sat, 10 Mar 2007 23:01:02 -0300 |
Alexis S. L. Carvalho |
Optimize return value of util._matcher for hgignore case
|
Sat, 10 Mar 2007 23:01:00 -0300 |
Alexis S. L. Carvalho |
Optimize return value of util._matcher for common command line case
|
Sat, 10 Mar 2007 23:00:59 -0300 |
Alexis S. L. Carvalho |
remove unused "head" hack from util._matcher
|
Sat, 10 Mar 2007 23:00:58 -0300 |
Alexis S. L. Carvalho |
locate: exit(1) if we didn't print any file
|
Sat, 10 Mar 2007 23:00:57 -0300 |
Alexis S. L. Carvalho |
change locate to use relglobs by default
|
Sat, 10 Mar 2007 23:00:55 -0300 |
Alexis S. L. Carvalho |
localrepo.walk: if we're walking a specific revision, sort the files
|
Sat, 10 Mar 2007 23:00:54 -0300 |
Alexis S. L. Carvalho |
dirstate.statwalk: explicitly test for ignored directories
|
Sat, 10 Mar 2007 23:00:53 -0300 |
Alexis S. L. Carvalho |
util._matcher: unify pattern normalization
|
Sat, 10 Mar 2007 23:00:52 -0300 |
Alexis S. L. Carvalho |
make the output of test-walk more readable
|
Sat, 10 Mar 2007 23:00:51 -0300 |
Alexis S. L. Carvalho |
util.*matcher: change default "names" argument
|
Sat, 10 Mar 2007 23:00:49 -0300 |
Alexis S. L. Carvalho |
util._matcher: fix handling of path: patterns
|
Sat, 10 Mar 2007 23:00:48 -0300 |
Alexis S. L. Carvalho |
util._matcher: fix handling of relglob: patterns
|
Sat, 10 Mar 2007 23:00:47 -0300 |
Alexis S. L. Carvalho |
A 'glob:foo?bar' pattern determines a root - the tree root
|
Sat, 10 Mar 2007 23:00:46 -0300 |
Alexis S. L. Carvalho |
Leave normalization of patterns to util._matcher
|
Sat, 10 Mar 2007 23:00:45 -0300 |
Alexis S. L. Carvalho |
util._matcher: update comments
|
Sat, 10 Mar 2007 23:00:43 -0300 |
Alexis S. L. Carvalho |
remove obsolete code from patch.diff
|
Sat, 10 Mar 2007 23:00:42 -0300 |
Alexis S. L. Carvalho |
small globprefix fix
|
Sat, 10 Mar 2007 17:45:32 -0800 |
Brendan Cully |
Merge with crew-stable
|
Fri, 09 Mar 2007 20:08:13 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Tue, 13 Mar 2007 18:53:23 -0500 |
Matt Mackall |
Remove dummy branch hack from tests
|
Tue, 13 Mar 2007 18:50:02 -0500 |
Matt Mackall |
Move branch read/write to dirstate where it belongs
|
Tue, 13 Mar 2007 15:47:55 -0500 |
Matt Mackall |
Minor default branch cleanups
|
Tue, 13 Mar 2007 15:18:10 -0500 |
Matt Mackall |
Move branches.cache to branch.cache
|
Tue, 13 Mar 2007 15:02:33 -0300 |
Alexis S. L. Carvalho |
"default" is the default branch name
|
Sat, 10 Mar 2007 17:36:29 -0800 |
Brendan Cully |
Test update to branch tip
|
Sat, 10 Mar 2007 17:36:27 -0800 |
Brendan Cully |
Make update with no node jump to the tip of the current branch
|
Sat, 10 Mar 2007 22:03:23 -0300 |
Alexis S. L. Carvalho |
fix qrefresh'ing an empty patch
|
Sat, 10 Mar 2007 22:03:22 -0300 |
Alexis S. L. Carvalho |
statwalk: don't put self.root in the files list
|
Sat, 10 Mar 2007 22:03:21 -0300 |
Alexis S. L. Carvalho |
fix qclone to a remote repo
|
Sat, 10 Mar 2007 22:03:20 -0300 |
Alexis S. L. Carvalho |
Save an absolute path in repo.path
|
Fri, 09 Mar 2007 19:57:26 +0100 |
Thomas Arendsen Hein |
Add tests for .hg/branches.cache feature list.
|
Fri, 09 Mar 2007 19:12:03 +0100 |
Thomas Arendsen Hein |
Add a features list to branches.cache to detect caches of old hg versions.
|
Fri, 09 Mar 2007 18:09:02 +0100 |
Thomas Arendsen Hein |
Store empty (default) branch in branch cache, too.
|
Thu, 08 Mar 2007 20:08:24 -0300 |
Alexis S. L. Carvalho |
small fixes for the parent patch
|
Thu, 08 Mar 2007 16:13:16 -0600 |
Matt Mackall |
Merge with crew
|
Thu, 08 Mar 2007 22:36:12 +0100 |
Michael Gebetsroither |
hgweb: use the given revision in the name of the archive
|
Thu, 08 Mar 2007 16:12:52 -0600 |
Matt Mackall |
Allow disabling store format to work with absurdly long filenames
|
Wed, 07 Mar 2007 15:26:03 -0300 |
Alexis S. L. Carvalho |
incoming/outgoing: print the name of the other repo
|
Wed, 07 Mar 2007 15:26:00 -0300 |
Alexis S. L. Carvalho |
localrepo.status: use manifest.find on "lookup" files
|
Wed, 07 Mar 2007 15:25:59 -0300 |
Alexis S. L. Carvalho |
localrepo.status: fcmp gets a getnode function instead of the manifest
|
Wed, 07 Mar 2007 15:25:58 -0300 |
Alexis S. L. Carvalho |
fix manifest.find
|
Wed, 07 Mar 2007 15:06:57 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 07 Mar 2007 15:06:32 +0100 |
Thomas Arendsen Hein |
Fix sed expression in test-notify to be more portable.
|
Tue, 06 Mar 2007 12:52:07 +0100 |
Thomas Arendsen Hein |
Fix help text for hg status -i
|
Tue, 06 Mar 2007 17:45:50 -0300 |
Alexis S. L. Carvalho |
purge.py: fix invocation of statwalk
|
Tue, 27 Feb 2007 09:05:36 +0100 |
Emanuele Aina |
Delete the README for purge, putting the useful informations in comments
|
Tue, 06 Mar 2007 17:45:47 -0300 |
Emanuele Aina |
Delete the Purge class, refactoring Purge.purge() in dopurge()
|
Tue, 06 Mar 2007 17:45:46 -0300 |
Emanuele Aina |
Do not use 'self' in the purge() method
|
Tue, 06 Mar 2007 17:45:45 -0300 |
Emanuele Aina |
Use nested functions instead of object methods
|
Tue, 06 Mar 2007 17:45:44 -0300 |
Emanuele Aina |
Merge _remove_file() and _remove_dir() in a single function
|
Tue, 06 Mar 2007 17:45:43 -0300 |
Emanuele Aina |
Use "f in dirstate" instead of "dirstate.state(f) == '?'"
|
Tue, 06 Mar 2007 17:45:41 -0300 |
Emanuele Aina |
Reduce the absolute/relative path conversion in the purge extension
|
Tue, 06 Mar 2007 17:45:40 -0300 |
Emanuele Aina |
Make the purge extension use the statwalk walker from the dirstate object
|
Tue, 06 Mar 2007 17:45:39 -0300 |
Emanuele Aina |
Yield directories in dirstate.statwalk()
|
Tue, 06 Mar 2007 17:45:38 -0300 |
Emanuele Aina |
Add a test for the purge extension
|
Mon, 05 Mar 2007 19:54:21 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 05 Mar 2007 19:48:21 +0100 |
Thomas Arendsen Hein |
Don't truncate tag and branch names after 30 chars (introduced 73860ffbe798)
|
Sun, 04 Mar 2007 18:42:31 +0100 |
Thomas Arendsen Hein |
patchbomb: Strip more than one trailing dot (and spaces between them)
|
Sun, 04 Mar 2007 18:40:08 +0100 |
Thomas Arendsen Hein |
patchbomb: Allow to specify subject of single-patch-series (issue475)
|
Sun, 04 Mar 2007 14:35:11 -0300 |
Alexis S. L. Carvalho |
test-abort-checkin: use a hook to abort the commit
|
Sun, 04 Mar 2007 14:09:29 -0300 |
Alexis S. L. Carvalho |
test-bad-extension: avoid printing the file name
|
Sun, 04 Mar 2007 14:04:42 -0300 |
Alexis S. L. Carvalho |
make test-acl a bit more digestable for windows
|
Fri, 23 Feb 2007 17:54:34 +0200 |
Giorgos Keramidas |
Create the parent directory when checking out symlinks.
|
Fri, 05 Jan 2007 21:28:49 +0200 |
Giorgos Keramidas |
Fix addremove for symlinks to non-existent files
|
Sun, 18 Feb 2007 20:39:25 +0100 |
Erling Ellingsen |
Avoid some false positives for addremove -s
|
Sun, 04 Mar 2007 09:03:21 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|