Sun, 02 Apr 2006 08:19:41 +0200 |
Thomas Arendsen Hein |
Merged with crew.
|
file |
diff |
annotate
|
Sat, 01 Apr 2006 11:58:50 +0200 |
Thomas Arendsen Hein |
Don't abort when backup files already exist. Don't allow alternative names.
|
file |
diff |
annotate
|
Sat, 01 Apr 2006 23:57:24 +0200 |
Thomas Arendsen Hein |
Make 'hg tags -q' only list tag names without revision numbers and hashes,
|
file |
diff |
annotate
|
Sat, 01 Apr 2006 22:50:12 +0200 |
Alexis S. L. Carvalho |
add --options to debugcomplete and change bash_completion to use it
|
file |
diff |
annotate
|
Sat, 01 Apr 2006 21:37:08 +0200 |
Thomas Arendsen Hein |
Group changes done by the same developer on the same with --style=changelog
|
file |
diff |
annotate
|
Fri, 31 Mar 2006 10:37:25 -0800 |
Vadim Gelfer |
rewrite revert command. fix issues 93, 123, 147.
|
file |
diff |
annotate
|
Wed, 29 Mar 2006 22:58:34 +0200 |
Thomas Arendsen Hein |
New option -i/--ignored for 'hg status' to show ignored files.
|
file |
diff |
annotate
|
Wed, 29 Mar 2006 10:31:58 -0800 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Wed, 29 Mar 2006 10:27:16 -0800 |
Vadim Gelfer |
add merge command. means same thing as "update -m".
|
file |
diff |
annotate
|
Tue, 28 Mar 2006 09:01:07 -0800 |
Vadim Gelfer |
fix backtrace printed when cannot get lock.
|
file |
diff |
annotate
|
Fri, 24 Mar 2006 15:03:15 +0100 |
Thomas Arendsen Hein |
Don't mention deprecated HGEDITOR variable in the help text of commit.
|
file |
diff |
annotate
|
Fri, 24 Mar 2006 14:53:23 +0100 |
mcmillen |
Spelling fix: "commited" -> "committed"
|
file |
diff |
annotate
|
Fri, 24 Mar 2006 08:51:08 +0100 |
Thomas Arendsen Hein |
show message if no changes found on outgoing
|
file |
diff |
annotate
|
Fri, 24 Mar 2006 08:34:56 +0100 |
TK Soh |
show message if no changes found on incoming
|
file |
diff |
annotate
|
Tue, 21 Mar 2006 11:47:21 +0100 |
Thomas Arendsen Hein |
make incoming work via ssh (issue139); move chunk code into separate module.
|
file |
diff |
annotate
|
Tue, 21 Mar 2006 06:03:33 +0100 |
Benoit Boissinot |
use HG10UN header for uncompressed bundle
|
file |
diff |
annotate
|
Mon, 20 Mar 2006 17:14:58 +0100 |
Thomas Arendsen Hein |
More detailed documentation about ssh:// URLs; fixes issue170.
|
file |
diff |
annotate
|
Sat, 18 Mar 2006 14:36:45 +0100 |
Thomas Arendsen Hein |
Delete bundle file of hg incoming in case of errors, preserve existing files.
|
file |
diff |
annotate
|
Sat, 18 Mar 2006 11:24:19 +0100 |
Thomas Arendsen Hein |
Cleaned up the code path for bundle handling in hg incoming, updated comments.
|
file |
diff |
annotate
|
Sat, 18 Mar 2006 10:45:21 +0100 |
Thomas Arendsen Hein |
Documented behaviour of write_bundle regarding file handles.
|
file |
diff |
annotate
|
Sat, 18 Mar 2006 09:13:27 +0100 |
Thomas Arendsen Hein |
imported patch /home/thomas/fix-incoming-abortion4.patch
|
file |
diff |
annotate
|
Fri, 17 Mar 2006 17:23:52 -0800 |
Shun-ichi GOTO |
Fixed abort while remote incoming command on windows.
|
file |
diff |
annotate
|
Fri, 17 Mar 2006 18:53:04 +0100 |
Benoit Boissinot |
write_bundle: close the file before removing it in case of failure
|
file |
diff |
annotate
|
Fri, 17 Mar 2006 18:19:05 +0100 |
Thomas Arendsen Hein |
hg status cleanups: Don't translate long options, remove stray semicolon.
|
file |
diff |
annotate
|
Thu, 16 Mar 2006 06:58:15 +0100 |
Benoit Boissinot |
add remotecmd/ssh option support to incoming/outgoing
|
file |
diff |
annotate
|
Tue, 14 Mar 2006 22:58:14 -0800 |
Vadim Gelfer |
add -f/--force to pull, incoming, outgoing, to work on unrelated repo.
|
file |
diff |
annotate
|
Mon, 13 Mar 2006 23:38:14 +0100 |
Benoit Boissinot |
merge with crew/templates
|
file |
diff |
annotate
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
incoming: add support for remote repo using bundlerepo
|
file |
diff |
annotate
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
refactor the bundle writing code, since we will reuse it later
|
file |
diff |
annotate
|
Mon, 13 Mar 2006 03:54:23 +0100 |
Benoit Boissinot |
add a new bundle type: uncompressed bundle
|
file |
diff |
annotate
|
Mon, 13 Mar 2006 08:24:44 -0800 |
Vadim Gelfer |
fix use of python 2.4 features.
|
file |
diff |
annotate
|
Sun, 12 Mar 2006 16:21:59 -0800 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Fri, 10 Mar 2006 21:41:44 -0800 |
Vadim Gelfer |
add quiet and debug template keys.
|
file |
diff |
annotate
|
Sat, 04 Mar 2006 15:15:18 -0800 |
Vadim Gelfer |
make --style=compact look for map-cmdline.compact.
|
file |
diff |
annotate
|
Sat, 04 Mar 2006 12:40:10 -0800 |
Vadim Gelfer |
fix some things people wanted to be cleaner.
|
file |
diff |
annotate
|
Mon, 27 Feb 2006 21:32:15 -0800 |
Vadim Gelfer |
changeset_templater: only compute manifest when --debug.
|
file |
diff |
annotate
|
Mon, 27 Feb 2006 15:07:25 -0800 |
Vadim Gelfer |
add doc comments to template code.
|
file |
diff |
annotate
|
Mon, 27 Feb 2006 13:25:40 -0800 |
Vadim Gelfer |
print tags in compact template.
|
file |
diff |
annotate
|
Mon, 27 Feb 2006 13:18:57 -0800 |
Vadim Gelfer |
let commands that show changesets use templates.
|
file |
diff |
annotate
|
Sun, 12 Mar 2006 20:23:05 +0100 |
Thomas Arendsen Hein |
Allow symbolic path names in global -R/--repository parameter.
|
file |
diff |
annotate
|
Sun, 12 Mar 2006 20:13:58 +0100 |
Thomas Arendsen Hein |
Read paths specified in .hg/hgrc relative to repo root, otherwise to home dir.
|
file |
diff |
annotate
|
Sun, 12 Mar 2006 18:05:13 +0100 |
Thomas Arendsen Hein |
Directory names take precedence over symbolic names consistently.
|
file |
diff |
annotate
|
Sun, 12 Mar 2006 13:57:55 +0100 |
Thomas Arendsen Hein |
Try to import extensions from the hgext module first.
|
file |
diff |
annotate
|
Sun, 12 Mar 2006 11:32:03 +0100 |
Benoit Boissinot |
new command debugcomplete
|
file |
diff |
annotate
|
Fri, 10 Mar 2006 11:33:28 +0100 |
Thomas Arendsen Hein |
Catch other exceptions (e.g. util.Abort) in parse(), too.
|
file |
diff |
annotate
|
Thu, 09 Mar 2006 08:27:49 +0100 |
Thomas Arendsen Hein |
Reordered options for remove, fixed synopsis for rename.
|
file |
diff |
annotate
|
Wed, 08 Mar 2006 15:14:24 -0800 |
Vadim Gelfer |
add -f/--force to remove command.
|
file |
diff |
annotate
|
Wed, 08 Mar 2006 06:13:24 +0100 |
Thomas Arendsen Hein |
Moved --cwd handling in front of -R handling again. Shorter code for initial -R.
|
file |
diff |
annotate
|
Wed, 08 Mar 2006 01:30:43 +0100 |
Thomas Arendsen Hein |
Make hg paths and hg debugconfig work with -R/--repository option.
|
file |
diff |
annotate
|
Wed, 08 Mar 2006 01:25:14 +0100 |
Thomas Arendsen Hein |
Always try to open the repository if -R/--repository is specified.
|
file |
diff |
annotate
|
Tue, 07 Mar 2006 22:27:18 +0100 |
Benoit Boissinot |
merge with crew
|
file |
diff |
annotate
|
Tue, 07 Mar 2006 08:46:19 +0100 |
Thomas Arendsen Hein |
Hide debug commands in ambiguous command list, unless no normal command matches.
|
file |
diff |
annotate
|
Tue, 07 Mar 2006 08:41:13 +0100 |
Thomas Arendsen Hein |
Show ambiguous aliases, if they are not simple abbreviations. Sort output.
|
file |
diff |
annotate
|
Tue, 07 Mar 2006 08:05:17 +0100 |
TK Soh |
show choices on ambiguous commands
|
file |
diff |
annotate
|
Tue, 07 Mar 2006 20:37:27 +0100 |
Benoit Boissinot |
fix annotate for removed files
|
file |
diff |
annotate
|
Mon, 06 Mar 2006 17:53:11 +0100 |
Thomas Arendsen Hein |
Merge with crew
|
file |
diff |
annotate
|
Mon, 06 Mar 2006 17:47:41 +0100 |
Thomas Arendsen Hein |
Create local ui object per repository, so .hg/hgrc don't get mixed.
|
file |
diff |
annotate
|
Mon, 06 Mar 2006 08:35:15 -0800 |
Vadim Gelfer |
make ui flush output. this makes error happen if printing to /dev/full.
|
file |
diff |
annotate
|
Sat, 04 Mar 2006 19:01:45 +0100 |
Thomas Arendsen Hein |
Validate paths before reading or writing files in repository or working dir.
|
file |
diff |
annotate
|
Fri, 03 Mar 2006 13:24:26 -0800 |
Vadim Gelfer |
i made a mistake in last change.
|
file |
diff |
annotate
|