Sat, 02 Feb 2008 14:55:14 +0100 |
Thomas Arendsen Hein |
Mention 'hg update' to switch branches in help for branch and branches.
|
Sat, 02 Feb 2008 14:49:31 +0100 |
Thomas Arendsen Hein |
Clarify help for hg status and make it consistent.
|
Fri, 01 Feb 2008 10:31:15 +0100 |
Dirkjan Ochtman |
update copyright notice in version output
|
Sun, 03 Feb 2008 21:03:46 -0200 |
Alexis S. L. Carvalho |
hg import: write the dirstate after every commit
|
Tue, 22 Jan 2008 22:13:29 +0100 |
Michele Cella |
hgweb: fixes to make hg serve prefix handling more robust
|
Fri, 25 Jan 2008 19:49:15 -0500 |
Jesse Glick |
Permitting the import command to accept a --user option.
|
Fri, 25 Jan 2008 13:48:35 +0100 |
Joel Rosdahl |
Add --no-commit option to import command
|
Fri, 11 Jan 2008 23:30:56 +0200 |
Giorgos Keramidas |
Display debugstate dates as '%Y-%m-%d %H:%M:%S'
|
Fri, 11 Jan 2008 18:33:10 -0800 |
Brendan Cully |
Merge with crew-stable
|
Fri, 11 Jan 2008 18:31:13 -0800 |
Brendan Cully |
Document --base null in bundle help
|
Wed, 09 Jan 2008 11:15:00 +0100 |
Michele Cella |
adding "prefix" option to "hg serve" (command line and [web] section)
|
Sat, 29 Dec 2007 17:11:48 +0300 |
Maxim Dounin |
Fix copies reporting in log and convert.
|
Wed, 02 Jan 2008 20:22:10 +0100 |
Thomas Arendsen Hein |
Move aliases section in help below synopsis (issue362)
|
Tue, 01 Jan 2008 19:20:03 +0100 |
Thomas Arendsen Hein |
Sort commands table again and add some missing 'hg' in synopsises.
|
Tue, 01 Jan 2008 11:19:15 +0100 |
Thomas Arendsen Hein |
realign commands table
|
Mon, 31 Dec 2007 18:20:34 -0600 |
Matt Mackall |
bisect: handle search for bad to good transitions
|
Mon, 31 Dec 2007 18:20:34 -0600 |
Matt Mackall |
bisect: make bisect a built-in command
|
Mon, 31 Dec 2007 17:47:02 -0600 |
Matt Mackall |
Backed out changeset c2a21fe60994
|
Sun, 30 Dec 2007 17:45:26 +0100 |
Thomas Arendsen Hein |
"C" status code considered harmful, so changed to "=" (issue899)
|
Sat, 29 Dec 2007 19:49:48 +0100 |
Thomas Arendsen Hein |
Removed tabs and trailing whitespace in python files
|
Thu, 27 Dec 2007 23:55:40 -0600 |
Matt Mackall |
add debugfsinfo to check fs capabilities
|
Thu, 27 Dec 2007 23:55:39 -0600 |
Matt Mackall |
cmdutil: make bail_if_changed bail on uncommitted merge
|
Mon, 24 Dec 2007 12:14:43 +0100 |
Patrick Mezard |
commands: add exits(1) if a specified file cannot be added (issue 891)
|
Wed, 05 Dec 2007 20:40:01 +0900 |
Osku Salerma |
Use VISUAL in addition to EDITOR when choosing the editor to use.
|
Sun, 09 Dec 2007 17:14:38 +0900 |
Osku Salerma |
Add --verbose support to tags command.
|
Sun, 09 Dec 2007 16:32:05 +0900 |
Osku Salerma |
Properly check tag's existence as a local/global tag when removing it.
|
Mon, 10 Dec 2007 10:24:21 -0600 |
Matt Mackall |
rm: complain more about removing added files
|
Fri, 07 Dec 2007 02:29:55 -0600 |
Matt Mackall |
copy: handle rename internally
|
Sun, 02 Dec 2007 18:11:59 -0600 |
Matt Mackall |
move commands.docopy to cmdutil.copy
|
Sun, 02 Dec 2007 15:26:01 -0600 |
Matt Mackall |
imported patch rollback-help
|
Sun, 02 Dec 2007 15:25:37 -0600 |
Matt Mackall |
imported patch rev-help
|
Fri, 09 Nov 2007 10:45:58 -0600 |
Matt Mackall |
clarify rm -A
|
Sat, 01 Dec 2007 13:09:27 -0600 |
Matt Mackall |
backout: disallow across branches (issue655)
|
Tue, 20 Nov 2007 15:54:25 -0600 |
Matt Mackall |
i18n: fix complaints from pygettext
|
Mon, 05 Nov 2007 20:29:32 +0100 |
Manuel Holtgrewe |
Do not display passwords with pull/push/incoming/outgoing
|
Thu, 01 Nov 2007 12:17:59 -0700 |
Dustin Sallings |
Use both the from and to name in mdiff.unidiff.
|
Sat, 06 Oct 2007 22:30:22 +0200 |
Patrick Mezard |
Display symlink or executable bit with manifest -v
|
Mon, 24 Sep 2007 19:14:18 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Mon, 24 Sep 2007 19:00:11 -0300 |
Alexis S. L. Carvalho |
make identify an optionalrepo command
|
Mon, 24 Sep 2007 19:00:11 -0300 |
Alexis S. L. Carvalho |
copy: if destination ends with "/", make sure it's a directory
|
Fri, 21 Sep 2007 17:13:38 -0500 |
Matt Mackall |
debugindex: more robust for damaged indexes
|
Sat, 15 Sep 2007 16:07:05 +0200 |
Patrick Mezard |
debuginstall: stop looking for patch utility, just test it
|
Tue, 11 Sep 2007 23:38:29 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Tue, 11 Sep 2007 23:04:42 +0200 |
Patrick Mezard |
parents: make it match the doc when called on a file
|
Wed, 29 Aug 2007 16:19:27 -0700 |
Brendan Cully |
Merge with crew-stable
|
Mon, 27 Aug 2007 14:48:08 -0700 |
Bryan O'Sullivan |
Push capability checking into protocol-level code.
|
Mon, 27 Aug 2007 02:21:58 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Sat, 25 Aug 2007 11:30:11 +0200 |
Benoit Boissinot |
improve error message for 'hg merge' when repo already at branchtip
|
Wed, 29 Aug 2007 16:15:23 -0700 |
Brendan Cully |
When reverting a file which was renamed, also revert the old name
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
pull -u: if "url#rev" was given, update to rev
|
Mon, 27 Aug 2007 01:44:35 -0300 |
Alexis S. L. Carvalho |
parseurl: also return the revision after the "#"; add a test
|
Mon, 20 Aug 2007 22:02:05 +0200 |
rupert thurner |
add import from url capability
|
Fri, 17 Aug 2007 17:33:27 -0300 |
Alexis S. L. Carvalho |
Move enabling of demandimport to dispatch.py
|
Fri, 17 Aug 2007 17:33:27 -0300 |
Alexis S. L. Carvalho |
Move cmdtable and reposetup handling out of extensions.py
|
Wed, 15 Aug 2007 16:55:13 -0500 |
Matt Mackall |
dispatch: move command dispatching into its own module
|
Wed, 15 Aug 2007 16:10:36 -0500 |
Matt Mackall |
move parseurl from cmdutil to hg
|
Wed, 15 Aug 2007 16:43:40 +0200 |
Patrick Mezard |
Merge with crew-stable
|
Thu, 09 Aug 2007 20:03:34 -0700 |
Bryan O'Sullivan |
debugstate: print symlinks as 'lnk', not '777'
|
Thu, 09 Aug 2007 19:42:33 -0700 |
Bryan O'Sullivan |
manifest: accept -r for rev specification
|
Wed, 08 Aug 2007 23:00:01 +0200 |
Benoit Boissinot |
merge with -stable
|
Wed, 08 Aug 2007 12:27:20 +0200 |
Benoit Boissinot |
refactor options from cmdtable
|
Mon, 06 Aug 2007 20:31:15 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 04 Aug 2007 22:27:52 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 04 Aug 2007 09:48:21 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 15 Aug 2007 16:09:04 +0200 |
Patrick Mezard |
Fix issue 685: trackback in grep -r after rename
|
Wed, 08 Aug 2007 22:47:30 +0200 |
Eric Hopper |
Fix hgwebdir after 9858477ed74cce9dc8f4069f9453a1bda0e13ba1 broke it.
|
Mon, 06 Aug 2007 20:25:50 +0200 |
Thomas Arendsen Hein |
Update on pull -u when heads were closed (fixes issue666).
|
Sat, 04 Aug 2007 22:25:12 +0200 |
Thomas Arendsen Hein |
Simplify/correct finding the hg executable (fixes issue644)
|
Tue, 10 Jul 2007 10:06:24 -0700 |
Brendan Cully |
archive: abort on empty repository. Fixes #624.
|
Thu, 02 Aug 2007 01:56:08 -0300 |
Alexis S. L. Carvalho |
del transaction before lock before wlock
|
Tue, 31 Jul 2007 16:28:05 -0700 |
Bryan O'Sullivan |
commands: move commit to cmdutil as wrapper for commit-like functions
|
Sun, 22 Jul 2007 09:45:18 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Sat, 21 Jul 2007 19:07:18 -0700 |
Bryan O'Sullivan |
addremove: print meaningful error message if --similar not numeric
|
Sat, 21 Jul 2007 16:44:38 -0500 |
Matt Mackall |
Merge with crew
|
Fri, 20 Jul 2007 09:31:32 +0200 |
Benoit Boissinot |
fix unused variables reported by pychecker
|
Thu, 19 Jul 2007 19:48:24 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Thu, 19 Jul 2007 19:43:25 -0300 |
Alexis S. L. Carvalho |
help: avoid traceback if an extension has only debug commands
|
Thu, 19 Jul 2007 07:28:27 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Wed, 18 Jul 2007 14:00:55 -0700 |
Bryan O'Sullivan |
Simplify update.
|
Wed, 18 Jul 2007 13:56:08 -0700 |
Bryan O'Sullivan |
Better fix for issue 622 than we had in c4dd58af0fc8.
|
Wed, 18 Jul 2007 14:00:55 -0700 |
Bryan O'Sullivan |
Simplify update.
|
Wed, 18 Jul 2007 13:56:08 -0700 |
Bryan O'Sullivan |
Better fix for issue 622 than we had in c4dd58af0fc8.
|
Wed, 18 Jul 2007 16:46:01 +0200 |
Thomas Arendsen Hein |
merge with crew-stable
|
Mon, 16 Jul 2007 18:01:20 -0700 |
Bryan O'Sullivan |
issue 622: pull/unbundle -u updates to default branch if repo was empty
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Make repo locks recursive, eliminate all passing of lock/wlock
|
Sat, 21 Jul 2007 16:02:10 -0500 |
Matt Mackall |
Use try/finally pattern to cleanup locks and transactions
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
repo locks: use True/False
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: add __contains__ and make __getitem__ more useful
|
Sat, 21 Jul 2007 16:02:09 -0500 |
Matt Mackall |
dirstate: break update into separate functions
|
Tue, 17 Jul 2007 09:28:01 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Tue, 17 Jul 2007 09:08:29 -0300 |
Alexis S. L. Carvalho |
hg parents: don't pass an OS-specific path to repo.filectx
|
Mon, 16 Jul 2007 18:01:20 -0700 |
Bryan O'Sullivan |
issue 622: pull/unbundle -u updates to default branch if repo was empty
|
Sat, 14 Jul 2007 13:34:40 -0500 |
Matt Mackall |
Merge with -stable
|
Mon, 09 Jul 2007 17:41:14 +0300 |
Giorgos Keramidas |
hg grep: handle re.compile errors & update tests/test-grep
|
Wed, 11 Jul 2007 20:15:03 -0300 |
Alexis S. L. Carvalho |
merge with crew-stable
|
Tue, 10 Jul 2007 10:06:24 -0700 |
Brendan Cully |
archive: abort on empty repository. Fixes #624.
|
Mon, 09 Jul 2007 22:12:28 -0700 |
Brendan Cully |
Add SSL support to hg serve, activated via --certificate option
|
Sun, 08 Jul 2007 19:59:02 +0200 |
Thomas Arendsen Hein |
Add --line-number option to hg annotate (issue506)
|
Sat, 07 Jul 2007 20:52:31 +0200 |
Thomas Arendsen Hein |
Use a prefix for debuginstall tempfiles.
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
serve: respect settings from .hg/hgrc
|
Wed, 11 Jul 2007 19:56:16 -0300 |
Alexis S. L. Carvalho |
improve warning for hg add foo; hg mv foo bar
|
Thu, 05 Jul 2007 15:37:23 -0500 |
Matt Mackall |
extensions: untangle some recursive dependencies
|
Thu, 05 Jul 2007 19:13:08 +0200 |
Patrick Mezard |
Fix issue589 wording problem
|
Wed, 04 Jul 2007 09:20:56 +0200 |
Thomas Arendsen Hein |
Fixed calling the merge script and reporting errors in debuginstall (issue617)
|
Tue, 03 Jul 2007 03:06:40 -0300 |
Alexis S. L. Carvalho |
Make hg add foo; hg mv foo bar work.
|
Thu, 28 Jun 2007 21:16:25 -0700 |
Brendan Cully |
Handle extensions with defined but empty cmdtable
|
Tue, 26 Jun 2007 22:38:57 +0200 |
Thomas Arendsen Hein |
Updated command tables in commands.py and hgext extensions.
|
Tue, 26 Jun 2007 15:28:17 +0200 |
Thomas Arendsen Hein |
Fix and test 'hg backout' without or with too many revisions.
|
Mon, 25 Jun 2007 12:44:48 -0500 |
Matt Mackall |
backout: report short hash in commit message
|
Sun, 24 Jun 2007 10:08:38 -0500 |
Giorgos Keramidas |
unbundle: accept multiple file arguments
|
Sun, 24 Jun 2007 09:47:54 -0500 |
Matt Mackall |
cat: return an error on failure
|
Sat, 23 Jun 2007 22:25:11 -0500 |
paul sorenson |
Command in doc comment is now on a single line, fixed
|
Sat, 23 Jun 2007 20:21:10 +0200 |
Thomas Arendsen Hein |
Remember path to 'hg' executable and pass to external tools and hooks as $HG.
|
Fri, 22 Jun 2007 17:29:49 -0500 |
Matt Mackall |
rollback: update help for issue316
|
Thu, 21 Jun 2007 18:05:14 -0500 |
Matt Mackall |
Merge with Eric Hopper
|
Thu, 21 Jun 2007 10:40:09 -0700 |
Eric Hopper |
Change branches to sort 'active' branches first, and add an option to show only active branches.
|
Thu, 21 Jun 2007 22:19:41 +0200 |
Patrick Mezard |
Merge with crew
|
Thu, 21 Jun 2007 21:58:18 +0200 |
Marcos Chaves |
Handle CTRL+C in serve under Windows.
|
Thu, 21 Jun 2007 13:09:01 -0500 |
Matt Mackall |
identify: take a path to a remote repo
|
Thu, 21 Jun 2007 11:54:16 -0500 |
Matt Mackall |
identify: work with remote repos
|