Fri, 15 Feb 2008 19:44:54 +0100 |
Thomas Arendsen Hein |
merged Edward Lee's line anchors patch
|
Tue, 04 Sep 2007 22:25:37 -0500 |
Edward Lee |
Add line anchors to annotate, changeset, diff, file views for hgweb
|
Fri, 15 Feb 2008 16:06:36 -0200 |
Alexis S. L. Carvalho |
automatically update the branch cache when tip changes
|
Fri, 15 Feb 2008 16:06:36 -0200 |
Alexis S. L. Carvalho |
move the reading of branch.cache from _branchtags to branchtags
|
Fri, 15 Feb 2008 16:06:36 -0200 |
Alexis S. L. Carvalho |
localrepo: keep the UTF-8 version of branchcache around
|
Fri, 15 Feb 2008 16:06:36 -0200 |
Alexis S. L. Carvalho |
localrepo.invalidate: invalidate branchcache
|
Fri, 15 Feb 2008 18:37:00 +0100 |
Christian Ebert |
keyword: do not inspect node1 for diff if node2 is given
|
Fri, 15 Feb 2008 18:36:49 +0100 |
Christian Ebert |
keyword: add test for patch.diff monkey
|
Fri, 15 Feb 2008 18:36:28 +0100 |
Christian Ebert |
keyword: make main class and hg command accessible
|
Fri, 15 Feb 2008 18:21:02 +0100 |
Christian Ebert |
keyword: move expand/shrink decisions into kwtemplater
|
Fri, 15 Feb 2008 10:51:35 -0200 |
Alexis S. L. Carvalho |
try to fix test-inherit-mode on HFS+
|
Fri, 15 Feb 2008 10:38:37 -0200 |
Alexis S. L. Carvalho |
cmdutil.commit: use relative paths in the error messages
|
Fri, 15 Feb 2008 10:38:37 -0200 |
Alexis S. L. Carvalho |
util.pathto: return '.' instead of an empty string
|
Thu, 14 Feb 2008 18:08:16 -0200 |
Alexis S. L. Carvalho |
status: put added files that have disappeared in the deleted list
|
Thu, 14 Feb 2008 18:08:16 -0200 |
Alexis S. L. Carvalho |
revert: unify forget and remove lists
|
Thu, 14 Feb 2008 18:08:16 -0200 |
Alexis S. L. Carvalho |
revert: only call dirstate.normal when we know the file is clean
|
Thu, 14 Feb 2008 18:08:16 -0200 |
Alexis S. L. Carvalho |
commands.revert: don't call hg.revert
|
Thu, 14 Feb 2008 18:08:16 -0200 |
Alexis S. L. Carvalho |
revert: don't let repo.status walk the whole working dir
|
Thu, 14 Feb 2008 18:08:16 -0200 |
Alexis S. L. Carvalho |
Set bundle.mainreporoot only after checking that it's a local repo
|
Thu, 14 Feb 2008 20:54:52 +0100 |
Thomas Arendsen Hein |
Fix test-hgweb-commands.out after 9b817c0a82f1
|
Sun, 26 Aug 2007 21:31:18 -0300 |
Fabio Zadrozny |
Propagating changes back to working dirs when changing files in external
|
Thu, 14 Feb 2008 19:35:40 +0100 |
Patrick Mezard |
test-convert-baz: set username with baz, not tla
|
Wed, 13 Feb 2008 00:40:18 +0100 |
Patrick Mezard |
Define tla username locally in baz and tla tests
|
Sat, 16 Feb 2008 11:55:33 +0100 |
Patrick Mezard |
convert: fix --datesort ordering
|
Tue, 18 Dec 2007 14:01:34 -0600 |
Kirill Smelkov |
[RFC] convert: fix --datesort
|
Fri, 15 Feb 2008 15:44:32 -0200 |
Alexis S. L. Carvalho |
push: exit(1) if "push creates new remote branches!"
|
Thu, 14 Feb 2008 10:55:17 -0600 |
Matt Mackall |
hgweb: Fix stray quote in logo img tag
|
Thu, 14 Feb 2008 10:28:27 -0600 |
Matt Mackall |
hgweb: add new logos
|
Thu, 14 Feb 2008 10:25:24 -0600 |
Matt Mackall |
Add the new "droplet" logo
|
Thu, 14 Feb 2008 11:25:30 +0100 |
Thomas Arendsen Hein |
cat --decode: Drop short option, use opts.get() instead of opts[]
|
Sat, 09 Feb 2008 13:05:22 -0500 |
Jesse Glick |
Option --decode for hg cat to apply decode filters.
|
Wed, 13 Feb 2008 23:49:57 +0100 |
Christian Ebert |
keyword: monkeypatch patch.diff for non-interactive diffs
|
Thu, 14 Feb 2008 00:13:20 +0100 |
Thomas Arendsen Hein |
merge with main
|
Wed, 13 Feb 2008 19:34:28 -0200 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Wed, 13 Feb 2008 18:37:38 -0200 |
Alexis S. L. Carvalho |
clone: make things work when source is a repo object
|
Wed, 13 Feb 2008 18:37:38 -0200 |
Alexis S. L. Carvalho |
clone: expand the path before saving it in .hg/hgrc
|
Wed, 13 Feb 2008 16:46:43 +0100 |
Dirkjan Ochtman |
better handle errors with date parsing (issue983)
|
Wed, 13 Feb 2008 16:46:43 +0100 |
Dirkjan Ochtman |
better handle errors with date parsing (issue983)
|
Wed, 13 Feb 2008 05:27:04 +0300 |
Maxim Dounin |
hgweb: disable cgitb by default in hgwebdir.fcgi too
|
Tue, 12 Feb 2008 23:35:44 +0100 |
Patrick Mezard |
Document and fix tla/baz conversion tests
|
Tue, 12 Feb 2008 23:35:35 +0100 |
Patrick Mezard |
convert: detect baz before tla
|
Tue, 12 Feb 2008 21:44:56 +0100 |
Christian Ebert |
keyword: add glog to nokwcommands
|
Sun, 10 Feb 2008 08:25:09 +0100 |
Christian Ebert |
keyword: enable all monkey patches using _kwtemplater at reposetup
|
Tue, 12 Feb 2008 19:07:45 +0300 |
Maxim Dounin |
hgweb: disable cgitb by default
|
Tue, 12 Feb 2008 11:35:06 +0100 |
Aleix Conchillo Flaque |
convert: added GNU Arch (tla) tests and related fixes
|
Tue, 12 Feb 2008 10:38:34 +0100 |
Aleix Conchillo Flaque |
convert: added gnu arch (baz) tests
|
Mon, 11 Feb 2008 16:16:05 -0600 |
Matt Mackall |
convert: try to be smarter about CVS branching
|
Wed, 06 Feb 2008 20:44:25 -0600 |
Steve Borho |
filemerge: more backwards compatible behavior for ui.merge
|
Wed, 06 Feb 2008 20:32:06 -0600 |
Steve Borho |
filemerge: add 'checkchanged' merge tool property
|
Mon, 11 Feb 2008 16:13:43 -0600 |
Matt Mackall |
ignore: split up huge patterns
|
Sun, 10 Feb 2008 13:19:24 +0100 |
Thomas Arendsen Hein |
Use chmod 0770 and g+s instead of 02770 which does't work on Solaris 8.
|
Sun, 10 Feb 2008 04:24:59 +0100 |
Christian Ebert |
keyword: no expansion in web diffs
|
Sun, 10 Feb 2008 01:53:19 +0100 |
Christian Ebert |
keyword: make restrict entirely a kwtemplater attribute
|
Sat, 09 Feb 2008 22:50:53 +0100 |
Christian Ebert |
keyword: declare globals in a more compact way
|
Sat, 09 Feb 2008 22:37:51 +0100 |
Christian Ebert |
keyword: avoid os import by using util.splitpath
|
Sat, 09 Feb 2008 20:43:42 -0800 |
Bryan O'Sullivan |
Automated merge with http://hg.west.spy.net/hg/hacks/hg
|
Fri, 08 Feb 2008 21:31:03 -0800 |
Dustin Sallings |
Option to log to only show changesets within a specified branch.
|
Sat, 09 Feb 2008 12:27:58 -0500 |
Jesse Glick |
Strip filter name from command before passing to filter function.
|
Sat, 09 Feb 2008 18:38:54 -0200 |
Alexis S. L. Carvalho |
make the journal/undo files from transactions inherit the mode from .hg/store
|
Sat, 09 Feb 2008 18:38:54 -0200 |
Alexis S. L. Carvalho |
add test-inherit-mode
|
Sat, 09 Feb 2008 18:38:54 -0200 |
Alexis S. L. Carvalho |
hghave: detect unix-style permissions
|
Sat, 09 Feb 2008 18:38:54 -0200 |
Alexis S. L. Carvalho |
Make files in .hg inherit the permissions from .hg/store
|
Sat, 09 Feb 2008 20:17:09 +0100 |
Patrick Mezard |
test-keyword: make it run under Windows
|
Sat, 09 Feb 2008 20:17:06 +0100 |
Patrick Mezard |
keyword: fix symlink detection under Windows
|
Sat, 09 Feb 2008 19:40:30 +0100 |
Patrick Mezard |
keyword: fix mq repository detection under Windows
|
Sat, 09 Feb 2008 19:39:01 +0100 |
Thomas Arendsen Hein |
Do not abort rollback if undo.branch isn't available, but warn.
|
Sat, 09 Feb 2008 19:13:57 +0100 |
Thomas Arendsen Hein |
Remove trailing ! from two error messages as this was confusing.
|
Sat, 09 Feb 2008 18:58:31 +0100 |
Thomas Arendsen Hein |
Print less scary warning when invalidating the branch cache.
|
Sat, 09 Feb 2008 17:36:42 +0100 |
Aleix Conchillo Flaque |
convert: support binary files, link to files (viceversa) in gnu arch
|
Sat, 09 Feb 2008 13:13:46 +0100 |
Thomas Arendsen Hein |
convert: Don't decode unicode strings
|
Sat, 09 Feb 2008 13:08:02 +0100 |
Thomas Arendsen Hein |
convert: Compatibility fixes for python2.3
|
Thu, 07 Feb 2008 22:25:00 +0100 |
Christian Ebert |
keyword: monkeypatch dispatch._parse to avoid redundant run
|
Wed, 06 Feb 2008 23:14:33 +0100 |
Christian Ebert |
keyword: safeguards against erroneous behaviour or aborts
|
Thu, 07 Feb 2008 15:56:20 +0100 |
Christian Ebert |
keyword: fix pychecker warning about shadowed variable
|
Fri, 08 Feb 2008 13:56:29 +0100 |
Aleix Conchillo Flaque |
convert: improve gnu arch source performance and other fixes
|
Fri, 08 Feb 2008 18:31:55 -0200 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Fri, 08 Feb 2008 13:16:49 -0200 |
Alexis S. L. Carvalho |
fix syntax in coverage.py, fixing run-tests.py -C
|
Fri, 08 Feb 2008 15:42:28 +0100 |
Michele Cella |
fix to let test-hgwebdir pass
|
Fri, 08 Feb 2008 11:55:17 +0100 |
Thomas Arendsen Hein |
merge with crew-stable
|
Thu, 07 Feb 2008 12:31:29 +0100 |
Aleix Conchillo Flaque |
convert: do not skip some lines in gnu arch summaries
|
Wed, 06 Feb 2008 20:00:35 -0800 |
Bryan O'Sullivan |
Merge with crew
|
Wed, 06 Feb 2008 19:57:52 -0800 |
Bryan O'Sullivan |
Merge with crew
|
Thu, 26 Jul 2007 07:56:27 -0400 |
jorendorff |
mq.py: add -U option to hg qdiff command
|
Thu, 26 Jul 2007 07:56:04 -0400 |
jorendorff |
commands.py, patch.py: add -U option to hg diff command
|
Thu, 07 Feb 2008 00:41:30 +0100 |
Thomas Arendsen Hein |
Update help output of test-convert for GNU arch entry.
|
Wed, 06 Feb 2008 23:24:15 +0100 |
Patrick Mezard |
Merge with crew-stable
|
Wed, 06 Feb 2008 11:42:04 +0100 |
Aleix Conchillo Flaque |
convert: add full description for gnu arch revisions
|
Wed, 06 Feb 2008 09:11:36 +0100 |
Thomas Arendsen Hein |
merge with main
|
Tue, 05 Feb 2008 09:30:08 +0100 |
Aleix Conchillo Flaque |
convert: added GNU Arch source converter
|
Fri, 08 Feb 2008 18:07:55 -0200 |
Alexis S. L. Carvalho |
qinit -c: add ^\.hg and ^\.mq to .hgignore
|
Fri, 08 Feb 2008 18:07:55 -0200 |
Alexis S. L. Carvalho |
dirstate.status: avoid putting ignored files in the unknown list
|
Fri, 08 Feb 2008 18:07:55 -0200 |
Alexis S. L. Carvalho |
dirstate: don't walk ignored directories
|
Fri, 08 Feb 2008 18:07:55 -0200 |
Alexis S. L. Carvalho |
revert: don't assume ignored files will be returned in the unknown list
|
Fri, 08 Feb 2008 18:07:55 -0200 |
Alexis S. L. Carvalho |
revert: revert clean files when only a change of flags is needed
|
Fri, 08 Feb 2008 18:07:55 -0200 |
Alexis S. L. Carvalho |
Revert e82dd2dd6276
|
Fri, 08 Feb 2008 11:50:37 +0100 |
Dirkjan Ochtman |
make static-http work with empty repos (issue965)
|