Tue, 10 Oct 2006 09:30:05 +0200 |
Thomas Arendsen Hein |
merge with upstream
|
file |
diff |
annotate
|
Tue, 10 Oct 2006 00:02:30 +0200 |
Benoit Boissinot |
fix localrepo.status when dealing with x-bit changes
|
file |
diff |
annotate
|
Mon, 09 Oct 2006 14:02:01 -0500 |
Matt Mackall |
commit: unify file-level commit code
|
file |
diff |
annotate
|
Sun, 08 Oct 2006 20:18:59 -0500 |
Matt Mackall |
Use filelog.cmp in checkfilemerge
|
file |
diff |
annotate
|
Sun, 08 Oct 2006 19:57:45 -0500 |
Matt Mackall |
merge: remember rename copies and parents properly on commit
|
file |
diff |
annotate
|
Tue, 03 Oct 2006 12:14:33 -0700 |
Brendan Cully |
Merge with upstream
|
file |
diff |
annotate
|
Sun, 01 Oct 2006 19:26:33 +0200 |
Thomas Arendsen Hein |
Whitespace/Tab cleanup
|
file |
diff |
annotate
|
Tue, 03 Oct 2006 01:21:46 -0500 |
Matt Mackall |
merge: use new working context object in update
|
file |
diff |
annotate
|
Fri, 29 Sep 2006 15:56:36 -0500 |
Matt Mackall |
localrepo.parents: return null context for no parents
|
file |
diff |
annotate
|
Fri, 29 Sep 2006 15:48:16 -0500 |
Matt Mackall |
Add localrepo.parents to get parent changectxs.
|
file |
diff |
annotate
|
Fri, 15 Sep 2006 15:23:52 -0700 |
Brendan Cully |
Move defaultrev into changectx
|
file |
diff |
annotate
|
Mon, 11 Sep 2006 10:08:30 +0200 |
Thomas Arendsen Hein |
If local repository is missing, make error message clearer.
|
file |
diff |
annotate
|
Fri, 08 Sep 2006 09:36:18 +0200 |
Thomas Arendsen Hein |
Never apply string formatting to generated errors with util.Abort.
|
file |
diff |
annotate
|
Sat, 02 Sep 2006 23:06:47 +0200 |
Benoit Boissinot |
localrepo: move the repo creation code, fail if the repo exists
|
file |
diff |
annotate
|
Mon, 28 Aug 2006 21:49:02 +0200 |
Benoit Boissinot |
fix incorrect warning when walking on a particular rev
|
file |
diff |
annotate
|
Sun, 20 Aug 2006 23:52:52 -0500 |
Matt Mackall |
tag: shorten hash in default commit message
|
file |
diff |
annotate
|
Sun, 20 Aug 2006 21:59:51 -0500 |
Matt Mackall |
Demote a pull note to a debug message
|
file |
diff |
annotate
|
Sun, 20 Aug 2006 00:44:54 -0300 |
Alexis S. L. Carvalho |
localrepo.status: detect clean files even when the mtime has changed
|
file |
diff |
annotate
|
Mon, 14 Aug 2006 15:07:00 -0500 |
Matt Mackall |
filelog: add hash-based comparisons
|
file |
diff |
annotate
|
Sat, 12 Aug 2006 16:40:12 -0700 |
Vadim Gelfer |
remove localrepository.changes.
|
file |
diff |
annotate
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
file |
diff |
annotate
|
Sat, 12 Aug 2006 08:53:23 -0300 |
Alexis S. L. Carvalho |
Fix some bugs introduced during the manifest refactoring
|
file |
diff |
annotate
|
Fri, 11 Aug 2006 11:00:38 -0500 |
Matt Mackall |
Remove manifest.readflags
|
file |
diff |
annotate
|
Fri, 11 Aug 2006 10:57:42 -0500 |
Matt Mackall |
Change remaining users of manifest flags
|
file |
diff |
annotate
|
Wed, 09 Aug 2006 15:03:46 -0500 |
Matt Mackall |
Merge manifest refactor work
|
file |
diff |
annotate
|
Wed, 19 Jul 2006 19:11:50 -0500 |
Matt Mackall |
manifestflags: eliminate remaining users of direct dict access
|
file |
diff |
annotate
|
Sun, 16 Jul 2006 03:14:17 -0500 |
Matt Mackall |
Start using manifestflags methods
|
file |
diff |
annotate
|
Tue, 08 Aug 2006 17:08:59 -0700 |
Vadim Gelfer |
fetch: hold lock and wlock across all operations
|
file |
diff |
annotate
|
Mon, 07 Aug 2006 16:47:06 -0500 |
Matt Mackall |
Merge with crew
|
file |
diff |
annotate
|
Mon, 07 Aug 2006 17:22:17 -0700 |
Vadim Gelfer |
localrepo.update: allow to suppress commit reminder.
|
file |
diff |
annotate
|
Fri, 04 Aug 2006 14:36:03 -0700 |
Brendan Cully |
Add '.' as a shortcut revision name for the working directory parent.
|
file |
diff |
annotate
|
Mon, 07 Aug 2006 16:27:09 -0500 |
Matt Mackall |
Move repo.verify
|
file |
diff |
annotate
|
Thu, 03 Aug 2006 15:24:41 -0500 |
Matt Mackall |
Move merge code to its own module
|
file |
diff |
annotate
|
Mon, 31 Jul 2006 07:11:12 -0700 |
Vadim Gelfer |
clean up hg.py: move repo constructor code into each repo module
|
file |
diff |
annotate
|
Tue, 25 Jul 2006 13:50:32 -0700 |
Vadim Gelfer |
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
|
file |
diff |
annotate
|
Thu, 20 Jul 2006 16:21:07 -0700 |
Vadim Gelfer |
status: add -c (clean) and -A (all files) options
|
file |
diff |
annotate
|
Sat, 15 Jul 2006 16:06:35 -0700 |
Vadim Gelfer |
clone: disable stream support on server side by default.
|
file |
diff |
annotate
|
Fri, 14 Jul 2006 14:51:36 -0700 |
Vadim Gelfer |
clone: do not make streaming default. add --stream option instead.
|
file |
diff |
annotate
|
Fri, 14 Jul 2006 11:17:22 -0700 |
Vadim Gelfer |
add support for streaming clone.
|
file |
diff |
annotate
|
Wed, 12 Jul 2006 08:59:20 -0700 |
Vadim Gelfer |
move most of tag code to localrepository class.
|
file |
diff |
annotate
|
Sun, 09 Jul 2006 11:10:11 +0200 |
Benoit Boissinot |
allow use of extensions in python hooks
|
file |
diff |
annotate
|
Sat, 08 Jul 2006 16:55:49 +0200 |
Benoit Boissinot |
coding style: use spaces instead of tabs
|
file |
diff |
annotate
|
Wed, 05 Jul 2006 13:28:25 -0500 |
Matt Mackall |
Merge context patches
|
file |
diff |
annotate
|
Wed, 28 Jun 2006 17:08:10 -0500 |
Matt Mackall |
Add context helper functions to localrepo
|
file |
diff |
annotate
|
Mon, 03 Jul 2006 10:19:09 -0700 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Fri, 30 Jun 2006 19:24:02 -0700 |
Sean Meiners |
Added ability to clone from a local repository to a (new) remote one.
|
file |
diff |
annotate
|
Mon, 03 Jul 2006 19:14:29 +0200 |
Thomas Arendsen Hein |
Clarified message when nothing to merge is seen.
|
file |
diff |
annotate
|
Fri, 23 Jun 2006 16:42:48 -0700 |
Chris Mason |
Fix localrepo.changes() Correctly decide if we are diffing the working dir
|
file |
diff |
annotate
|
Wed, 21 Jun 2006 16:20:21 -0700 |
Vadim Gelfer |
fix bug in localrepo.changes.
|
file |
diff |
annotate
|
Wed, 21 Jun 2006 09:32:31 -0700 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Wed, 21 Jun 2006 09:28:48 -0700 |
Chris Mason |
Fix cold cache diff performance
|
file |
diff |
annotate
|
Tue, 20 Jun 2006 23:58:45 -0700 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Tue, 20 Jun 2006 23:58:21 -0700 |
Vadim Gelfer |
use demandload more.
|
file |
diff |
annotate
|
Tue, 20 Jun 2006 15:14:12 -0700 |
Vadim Gelfer |
localrepository.push: propagate return value
|
file |
diff |
annotate
|
Fri, 16 Jun 2006 12:58:24 -0700 |
Vadim Gelfer |
replace os.stat with os.lstat in some where.
|
file |
diff |
annotate
|
Thu, 15 Jun 2006 16:37:23 -0700 |
Vadim Gelfer |
extend network protocol to stop clients from locking servers
|
file |
diff |
annotate
|
Sat, 10 Jun 2006 17:39:29 +0200 |
Thomas Arendsen Hein |
Report on push/pull if heads are merged, too, like for new heads.
|
file |
diff |
annotate
|
Sun, 04 Jun 2006 17:46:33 +0200 |
Benoit Boissinot |
remove appendfile for the manifest when adding a changegroup
|
file |
diff |
annotate
|
Thu, 01 Jun 2006 19:08:29 +0200 |
Thomas Arendsen Hein |
Renamed localrepo.undo() to rollback() and talk about "rollback information".
|
file |
diff |
annotate
|
Wed, 31 May 2006 22:25:20 +0200 |
Thomas Arendsen Hein |
Manifest groups may be empty, so don't abort in this case (fixes issue210).
|
file |
diff |
annotate
|
Wed, 24 May 2006 10:59:30 +0200 |
Benoit Boissinot |
use a more reliable way to find what are the new changesets on pull/unbundle
|
file |
diff |
annotate
|
Wed, 24 May 2006 09:27:16 +0200 |
Benoit Boissinot |
merge with crew
|
file |
diff |
annotate
|
Wed, 24 May 2006 01:01:39 +0200 |
Benoit Boissinot |
n is always 'True', we can only stop the loop with the break statement
|
file |
diff |
annotate
|
Tue, 23 May 2006 10:44:40 +0200 |
Benoit Boissinot |
document and fix findincoming
|
file |
diff |
annotate
|
Mon, 22 May 2006 08:47:53 -0700 |
Vadim Gelfer |
add ui.print_exc(), make all traceback printing central.
|
file |
diff |
annotate
|
Thu, 18 May 2006 23:31:12 -0700 |
Vadim Gelfer |
fix parsing of tags. make parse errors useful. add new tag tests.
|
file |
diff |
annotate
|
Wed, 17 May 2006 19:38:41 +0200 |
Thomas Arendsen Hein |
Strip empty lines and trailing spaces around commit messages.
|
file |
diff |
annotate
|
Mon, 15 May 2006 09:13:00 -0700 |
Vadim Gelfer |
remove non-prefixed environment variables from hooks.
|
file |
diff |
annotate
|
Thu, 11 May 2006 14:46:24 -0700 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Thu, 11 May 2006 14:32:09 -0700 |
john levon |
Force editor to appear for an 'hg backout' if a message or logfile aren't
|
file |
diff |
annotate
|
Thu, 11 May 2006 10:14:48 -0700 |
Vadim Gelfer |
hooks: add preupdate and update hooks.
|
file |
diff |
annotate
|
Thu, 11 May 2006 09:43:50 -0700 |
Vadim Gelfer |
localrepo.update: abort if outstanding merges, instead of warn/return 1
|
file |
diff |
annotate
|
Thu, 11 May 2006 15:01:30 +0200 |
Benoit Boissinot |
fix a traceback when unbundling does not add any changesets
|
file |
diff |
annotate
|
Tue, 09 May 2006 17:03:00 +0200 |
Thomas Arendsen Hein |
Always remove appendopener tmp files (fixes issue235).
|
file |
diff |
annotate
|
Mon, 08 May 2006 16:50:27 -0700 |
Vadim Gelfer |
localrepository.addchangegroup: add more source infos to hooks
|
file |
diff |
annotate
|
Mon, 08 May 2006 16:07:56 -0700 |
Vadim Gelfer |
changegroup hooks: add source to hook parameters
|
file |
diff |
annotate
|
Mon, 08 May 2006 14:26:18 -0500 |
mason |
Use revlogng and inlined data files by default
|
file |
diff |
annotate
|
Mon, 08 May 2006 10:59:58 -0700 |
Vadim Gelfer |
reverse sense of return value from python hooks.
|
file |
diff |
annotate
|
Wed, 03 May 2006 11:00:24 -0700 |
Vadim Gelfer |
fix minor bugs in localrepo.hook.
|
file |
diff |
annotate
|
Tue, 02 May 2006 18:44:02 +0200 |
Thomas Arendsen Hein |
Make hg update more verbose by default (issue12)
|
file |
diff |
annotate
|
Sun, 30 Apr 2006 16:30:57 -0700 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Sun, 30 Apr 2006 16:30:39 -0700 |
Vadim Gelfer |
do not check sys.argv from localrepo when running hooks.
|
file |
diff |
annotate
|
Sun, 30 Apr 2006 21:11:22 +0200 |
Thomas Arendsen Hein |
Use better names (hg-{usage}-{random}.{suffix}) for temporary files.
|
file |
diff |
annotate
|
Fri, 28 Apr 2006 15:50:56 -0700 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Fri, 28 Apr 2006 15:50:22 -0700 |
Vadim Gelfer |
support hooks written in python.
|
file |
diff |
annotate
|
Fri, 28 Apr 2006 21:52:08 +0200 |
Thomas Arendsen Hein |
Show repo's revlog format on verify only if it doesn't match the default format.
|
file |
diff |
annotate
|
Fri, 28 Apr 2006 11:36:33 +0200 |
Benoit Boissinot |
fix a NameError in changegroupsubset
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 22:29:02 -0700 |
Vincent Danjean |
allow to pull from an empty repo without getting a backtrace
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 21:58:47 +0200 |
Thomas Arendsen Hein |
Show repo's revlog format on verify. Warn if some files use a different format.
|
file |
diff |
annotate
|
Thu, 27 Apr 2006 21:16:46 +0200 |
Thomas Arendsen Hein |
Replaced 0 with REVLOGV0 where this meaning is used.
|
file |
diff |
annotate
|
Fri, 21 Apr 2006 16:30:23 -0500 |
Matt Mackall |
Revert push new heads logic
|
file |
diff |
annotate
|
Fri, 21 Apr 2006 15:33:51 -0500 |
Matt Mackall |
Move empty local repo logic for pull into findincoming
|
file |
diff |
annotate
|
Fri, 21 Apr 2006 15:14:27 -0500 |
Matt Mackall |
Don't die calling outgoing hook if we have no changesets
|
file |
diff |
annotate
|
Wed, 19 Apr 2006 15:35:10 -0400 |
Chris Mason |
Remove bogus raise from localrepo.lookup()
|
file |
diff |
annotate
|
Tue, 18 Apr 2006 19:50:12 -0400 |
Chris Mason |
merge revlogng with mpm tip
|
file |
diff |
annotate
|
Sat, 08 Apr 2006 20:08:06 -0400 |
mason |
Additional appendfile fixes for interleaved data/index files
|
file |
diff |
annotate
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Make the appendfile class inline-data index friendly
|
file |
diff |
annotate
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Implement data inlined with the index file
|
file |
diff |
annotate
|
Tue, 04 Apr 2006 16:38:43 -0400 |
mason |
Implement revlogng.
|
file |
diff |
annotate
|
Fri, 14 Apr 2006 00:41:50 +0200 |
Benoit Boissinot |
fix update when a locally added file match the target revision
|
file |
diff |
annotate
|
Mon, 03 Apr 2006 10:02:09 -0700 |
Vadim Gelfer |
small changes to revert command.
|
file |
diff |
annotate
|
Sun, 02 Apr 2006 18:16:06 +0200 |
Thomas Arendsen Hein |
Tell the user the real "hg update -C" command, not just "-C" when aborting.
|
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 22:35:21 +0200 |
Thomas Arendsen Hein |
Fix hg push and hg push -r sometimes creating new heads without --force.
|
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 09:08:12 -0800 |
Vadim Gelfer |
fix race in localrepo.addchangegroup.
|
file |
diff |
annotate
|
Fri, 24 Mar 2006 14:53:23 +0100 |
mcmillen |
Spelling fix: "commited" -> "committed"
|
file |
diff |
annotate
|
Wed, 22 Mar 2006 05:30:47 +0100 |
Benoit Boissinot |
add checking for invalid entries in tag files
|
file |
diff |
annotate
|
Tue, 21 Mar 2006 12:45:27 +0100 |
Thomas Arendsen Hein |
Pass correct username as $HGUSER to hgeditor if "commit -u" is used.
|
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
|
Fri, 17 Mar 2006 09:48:43 -0800 |
Vadim Gelfer |
still use old variable names when running hooks. dropped by accident.
|
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:32:57 +0100 |
Benoit Boissinot |
fix the call to util.matcher (the args should be (reporoot, cwd, ...))
|
file |
diff |
annotate
|
Mon, 13 Mar 2006 08:25:33 -0800 |
Vadim Gelfer |
merge with crew.
|
file |
diff |
annotate
|
Mon, 13 Mar 2006 08:56:59 +0100 |
Benoit Boissinot |
ui: output the number of file updated/merged/removed/... on update
|
file |
diff |
annotate
|
Mon, 13 Mar 2006 00:02:33 +0100 |
Benoit Boissinot |
findincoming should return an iterable
|
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
|