Tue, 12 Jun 2007 14:39:36 -0700 |
Bryan O'Sullivan |
patchbomb: 0c61124ad877 moved setremoteconfig into cmdutil
|
changeset |
files
|
Tue, 12 Jun 2007 13:21:42 -0700 |
Brendan Cully |
dispatch: restore a dropped shlex import
|
changeset |
files
|
Tue, 12 Jun 2007 18:55:47 +0200 |
Thomas Arendsen Hein |
merge with main
|
changeset |
files
|
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.
|
changeset |
files
|
Wed, 13 Jun 2007 13:15:53 -0500 |
Matt Mackall |
extensions: fix lookup of hgext.foo modules
|
changeset |
files
|
Wed, 13 Jun 2007 13:15:51 -0500 |
Matt Mackall |
localrepo: demand-load changeset, manifest, and dirstate
|
changeset |
files
|
Tue, 12 Jun 2007 10:34:54 -0500 |
Matt Mackall |
extensions: add missing sys import
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: accept an abbreviation of --repository
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move findrepo to cmdutil
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
localrepo: don't search from path
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: use the repo path found by early parsing
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply -R early
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: parse and apply cwd opt early
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: rename variables after code motion
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: hoist debugging hook to runcatch
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move dispatching code to cmdutil
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: move runcommand to cmdutil
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:24 -0500 |
Matt Mackall |
dispatch: pull final command execution into its own function
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: reduce nesting by moving parsing exceptions
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: move signal and exception handling to its own function
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
Create a separate module for managing extensions
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
extensions: separate function for loading single extensions
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
dispatch: reorder functions
|
changeset |
files
|
Mon, 11 Jun 2007 21:09:23 -0500 |
Matt Mackall |
localrepo: break out the repo-finding walk into its own function
|
changeset |
files
|
Mon, 11 Jun 2007 12:14:31 -0700 |
Brendan Cully |
Respect locale environment variables on darwin.
|
changeset |
files
|
Mon, 11 Jun 2007 11:06:42 -0700 |
Brendan Cully |
Small cleanups for the new tag code
|
changeset |
files
|
Fri, 01 Jun 2007 19:56:39 -0400 |
Josef "Jeff" Sipek |
gitweb: Display branch and tag labels
|
changeset |
files
|
Sun, 10 Jun 2007 21:05:01 -0700 |
Brendan Cully |
Merge with mpm
|
changeset |
files
|
Sun, 10 Jun 2007 20:08:47 -0700 |
Brendan Cully |
Split convert extension into common and repository type modules
|
changeset |
files
|
Sun, 10 Jun 2007 21:16:58 -0500 |
Matt Mackall |
commit: fix bug where dirstate for removed file is confused
|
changeset |
files
|
Sun, 10 Jun 2007 19:16:20 -0500 |
Matt Mackall |
hg serve: don't lookup user-supplied names/addresses
|
changeset |
files
|
Sat, 09 Jun 2007 13:25:54 +0200 |
Thomas Arendsen Hein |
Removed trailing \n in calls to util.Abort()
|
changeset |
files
|
Sat, 09 Jun 2007 13:17:58 +0200 |
Thomas Arendsen Hein |
Some small cleanups for convert extension:
|
changeset |
files
|
Sat, 09 Jun 2007 01:04:28 -0300 |
Alexis S. L. Carvalho |
Avoid extra filelogs entries.
|
changeset |
files
|
Sat, 09 Jun 2007 01:04:28 -0300 |
Alexis S. L. Carvalho |
Make sure the changelog mentions files whose flags changed
|
changeset |
files
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
run-tests.py: set ui.slash = True
|
changeset |
files
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
test-config-case: print only the Section we're interested in.
|
changeset |
files
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add ui.slash hgrc setting
|
changeset |
files
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
docopy: use repo.pathto to format paths for printing
|
changeset |
files
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Add dirstate.pathto and localrepo.pathto.
|
changeset |
files
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in revert.
|
changeset |
files
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in docopy.
|
changeset |
files
|
Fri, 08 Jun 2007 23:49:12 -0300 |
Alexis S. L. Carvalho |
Use absolute paths in addremove.
|
changeset |
files
|
Thu, 07 Jun 2007 23:16:10 +0200 |
Edouard Gomez |
Add some more smart when initializing destination repository
|
changeset |
files
|
Thu, 07 Jun 2007 23:06:17 +0200 |
Edouard Gomez |
Fix hgext/convert/__init__.py rights
|
changeset |
files
|
Thu, 07 Jun 2007 22:28:52 +0200 |
Thomas Arendsen Hein |
Include convert extension in packages setup
|
changeset |
files
|
Thu, 07 Jun 2007 12:41:12 +0200 |
Thomas Arendsen Hein |
convert: map CVS HEAD to default branch
|
changeset |
files
|
Sun, 03 Jun 2007 22:11:25 +0200 |
Patrick Mezard |
ui: make readsections() abort when configuration cannot be read.
|
changeset |
files
|
Wed, 06 Jun 2007 20:22:52 +0200 |
Thomas Arendsen Hein |
Removed trailing whitespace and tabs from python files
|
changeset |
files
|
Wed, 06 Jun 2007 20:17:03 +0200 |
Thomas Arendsen Hein |
Fixed python2.3 incompatibility (rsplit) in cvs code of convert extension
|
changeset |
files
|
Fri, 25 May 2007 08:12:33 +0200 |
Edouard Gomez |
Add a wrapper script for convert extension
|
changeset |
files
|
Fri, 25 May 2007 00:56:48 +0200 |
Edouard Gomez |
Turns convert.py into a real extension
|
changeset |
files
|
Wed, 06 Jun 2007 19:49:47 +0200 |
Thomas Arendsen Hein |
Move convert-repo to hgext/convert/__init__.py
|
changeset |
files
|
Wed, 06 Jun 2007 19:06:43 +0200 |
Thomas Arendsen Hein |
Fixed test output for changed glog (. instead of @)
|
changeset |
files
|
Wed, 06 Jun 2007 19:05:18 +0200 |
Thomas Arendsen Hein |
Issue a warning if "-r ." is used with two working directory parents.
|
changeset |
files
|
Wed, 06 Jun 2007 18:28:48 +0200 |
Thomas Arendsen Hein |
graphlog: Print . instead of @ for working directory parents
|
changeset |
files
|
Tue, 05 Jun 2007 19:55:27 -0300 |
Alexis S. L. Carvalho |
Remove atomicfile class.
|
changeset |
files
|
Tue, 05 Jun 2007 19:55:27 -0300 |
Alexis S. L. Carvalho |
Use atomictemp files to write the dirstate.
|
changeset |
files
|
Tue, 05 Jun 2007 19:26:36 -0300 |
Alexis S. L. Carvalho |
test-serve: let run-tests.py kill the daemons
|
changeset |
files
|
Mon, 04 Jun 2007 21:49:01 +0200 |
Joel Rosdahl |
Fix bug in "hg serve -v"
|
changeset |
files
|