Skip to content
Snippets Groups Projects
  1. Jun 03, 2005
    • mpm's avatar
      change dircache into dirstate · 3113a94c1bff
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      change dircache into dirstate
      
      The dircache now tracks adds and removes directly
      
      diffdir now makes a proper distinction between added and unknown files
      
      Add a forget command to unadd files
      
      Undo tries to fix up the state of just the files in the undone commit
      
      Add and remove complain about files that are not in a proper state of
      existence
      
      
      manifest hash: ca0cd6abc5e119670acf11a54fefa2bc986eadf3
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCn7TRywK+sNU5EO8RAhnSAKC2oHg1HJOCGsvpUYj4SBEq0HmuJQCgr5gl
      jEBTs5AFD5IhF73YAgrcnkE=
      =prQA
      -----END PGP SIGNATURE-----
      3113a94c1bff
  2. Jun 02, 2005
    • mpm's avatar
      hg checkout: refuse to checkout if there are outstanding changes · 8ff4532376a4
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      hg checkout: refuse to checkout if there are outstanding changes
      
      This is a stop-gap until I make the working dir logic smarter
      
      manifest hash: a3f6adcb7eecec294000039057d59771958f4186
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCnnrKywK+sNU5EO8RAtqBAJwPQQrW5GhjMP9HMkFtfD7qhqxIcgCfXvA4
      oXHO13uzBn5JOaTH3KwsMbQ=
      =IzTY
      -----END PGP SIGNATURE-----
      8ff4532376a4
  3. Jun 01, 2005
    • mpm's avatar
      commands: migrate status and branch · d2172916ef6c
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      commands: migrate status and branch
      
      manifest hash: 7d893a81a81539173fc74d86152062a1a70bed13
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCnhESywK+sNU5EO8RAlBJAKCmv2gHefMOXfX/UUCy1tfV0cOqOQCfbeX8
      oaT15B7GBL2lcalGrPXkzY8=
      =8gVe
      -----END PGP SIGNATURE-----
      d2172916ef6c
    • mpm's avatar
      hg undo: fixup working dir state · d2badbd7d1ad
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      hg undo: fixup working dir state
      
      manifest hash: 60fd7a5621f7c4e87c7c36097aaf11b22e7ee0b4
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCngETywK+sNU5EO8RAiC/AKChvIgy61YfOLJcTQg5BKkTLLErRgCgnJMr
      +xb+XsjeNfK+83MzeuE8UOk=
      =EIlj
      -----END PGP SIGNATURE-----
      d2badbd7d1ad
    • mpm's avatar
      Beginning of new command parsing interface · 63af1db35611
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Beginning of new command parsing interface
      
      This adds commands.py, with a primary interface dispatch(args)
      
      Dispatch searches a table of known commands, handles switches, sets up
      a repo object if appropriate, and dispatches the command.
      
      It also handles KeyboardInterrupt and can handle similar exceptions in
      the future.
      
      If the command is unknown, it falls through to the current command handler.
      
      Commands currently handled by the new scheme: help, init, and annotate
      
      manifest hash: 134cd032c880985e3f92f82efb8b629dd862ba4c
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCnXEGywK+sNU5EO8RAuDAAJ9q7K4w7qGVWv1NWjCPFGO/UJc6VQCdEhMQ
      sBBlSRzah9QPy8K94catZyg=
      =wuRf
      -----END PGP SIGNATURE-----
      63af1db35611
    • mpm's avatar
      Move ui class to its own module · ec327cf0d3a9
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Move ui class to its own module
      
      manifest hash: f75c8f9cdfe16f143ab633d0072c14ba88ac88be
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCnVxxywK+sNU5EO8RAgPgAJ48p7w4Do/saCC8WkBvHj/rdnoiEgCgrSs9
      Wu1fOSgST3rn/2JpZAdFRdA=
      =91tt
      -----END PGP SIGNATURE-----
      ec327cf0d3a9
    • mpm's avatar
      hg: don't complain about missing repo with no args · 3295b6b508de
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      hg: don't complain about missing repo with no args
      
      manifest hash: d8172c0b583d6f2ff60cf49e74c1247de8d9d673
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCnVmeywK+sNU5EO8RAj79AJ4wN1SwC8+e1amxv+EAd6VKhpXXYgCeIPDK
      iVX9Z0Ix8DiC3p8fquyhFwM=
      =c6EH
      -----END PGP SIGNATURE-----
      3295b6b508de
    • mpm's avatar
      hg rawcommit command · 0b486b5e0796
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      hg rawcommit command
      
      From: Christopher Li <hg@chrisli.org>
      
      This allows direct access to the commit command, primarily for
      importing from other SCMs.
      
      manifest hash: bea39fa8207582c9fa7ba0904721eb5113c61cf4
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCnUinywK+sNU5EO8RAhWqAJ9PiafRbfEIA3VsO07BbGZr5adNvgCfT2k7
      blYTdkrIiRzzCxn6yPq8Yu4=
      =o8k0
      -----END PGP SIGNATURE-----
      0b486b5e0796
  4. May 30, 2005
    • mpm's avatar
      hgweb: fix tip so that it doesn't need refreshing · c88ef31fb5c0
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      hgweb: fix tip so that it doesn't need refreshing
      
      manifest hash: 5bf1837a29c5612872ab206053f9d15e899e3664
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCm1mhywK+sNU5EO8RAjdQAKCLrRFv2/rfHYNI2tFvF5HKINaTjQCfRhxo
      ca39aZ0SaNeCBqc1nMPOTcw=
      =4pHG
      -----END PGP SIGNATURE-----
      c88ef31fb5c0
    • jake's avatar
      add export, recover, and undo to the man page · 48827121af7e
      jake authored
      add export to hg help
      48827121af7e
    • mpm's avatar
      Bump the version number to 0.5b for the protocol change · 0a28dfe59f8f
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Bump the version number to 0.5b for the protocol change
      
      manifest hash: a7930fa15b716eb90613bd761b47c27331ea4b8b
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCmz7pywK+sNU5EO8RAt7dAJ4qmUpDRS7/JP/JpLm8uXZ0c+5W/ACfVb0Q
      99rjYslSjJfOWYLCKiAzVyU=
      =WVVg
      -----END PGP SIGNATURE-----
      0.5b
      0a28dfe59f8f
    • mpm's avatar
      Changes to network protocol · 5d8553352d2e
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Changes to network protocol
      
      Stream changes at the delta level rather than at whole delta groups
       this breaks the protocol - we now send a zero byte delta to indicate
       the end of a group rather than sending the entire group length up front
      Fix filename length asymmetry while we're breaking things
      Fix hidden O(n^2) bug in calculating changegroup
       list.append(e) is O(n), list + [element] is not
      Decompress chunks on read in revlog.group()
      Improve status messages
       report bytes transferred
       report nothing to do
      Deal with /dev/null path brokenness
      Remove untriggered patch assertion
      
      manifest hash: 3eedcfe878561f9eb4adedb04f6be618fb8ae8d8
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCmzlqywK+sNU5EO8RAn0KAJ4z4toWSSGjLoZO6FKWLx/3QbZufACglQgd
      S48bumc++DnuY1iPSNWKGAI=
      =lCjx
      -----END PGP SIGNATURE-----
      5d8553352d2e
  5. May 28, 2005
    • mpm's avatar
      Mercurial 0.5 · f40273b0ad7b
      mpm authored
      -----BEGIN PGP SIGNED MESSAGE-----
      Hash: SHA1
      
      Mercurial 0.5
      
      Update version numbers
      Fixup MANIFEST.in
      
      manifest hash: 58db9be35685e83133f20e96265d6c434fc106c2
      -----BEGIN PGP SIGNATURE-----
      Version: GnuPG v1.4.0 (GNU/Linux)
      
      iD8DBQFCmOwHywK+sNU5EO8RAq0OAKCkMWzSMzhisTFBmT2WLj2bf+PMqwCbBv+S
      jNvqIQsru2JMdCQC2eG7CxU=
      =c20j
      -----END PGP SIGNATURE-----
      0.5
      f40273b0ad7b
  6. May 27, 2005
  7. May 26, 2005
  8. May 25, 2005
  9. May 24, 2005
    • mpm's avatar
      Prettify the web interface · 529bf610092e
      mpm authored
      Add header, footer templates
      Add null parent handling
      Combine files and directories
      Add parity flag for alternating line colors
      Add line numbers to filerevision
      529bf610092e
  10. May 22, 2005
  11. May 21, 2005
  12. May 19, 2005
  13. May 15, 2005
  14. May 18, 2005
  15. May 17, 2005
    • mpm's avatar
      Add tip command · 4cd9145d5b53
      mpm authored
      4cd9145d5b53
    • mpm's avatar
      Missing newline in "requesting changegroup" · d9913355961d
      mpm authored
      d9913355961d
    • mpm's avatar
      Verify improvements: · b2b3fdbd79f4
      mpm authored
        Check existence of parents of changesets and manifests
        Count errors
        Use ui for display
        Catch and count unpack exceptions
        Print error count and exit with non-zero status on error
      b2b3fdbd79f4
    • mpm's avatar
      Add -q quiet option · 9fd5b35cfc45
      mpm authored
      Make -d and -v do something
      Add a bunch of debug and note messages
      9fd5b35cfc45
Loading