Skip to content
Snippets Groups Projects
  1. Jun 01, 2005
    • 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
  2. 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
  3. 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
  4. May 27, 2005
  5. May 26, 2005
  6. May 25, 2005
  7. 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
  8. May 22, 2005
  9. May 21, 2005
  10. May 19, 2005
  11. May 15, 2005
  12. May 18, 2005
  13. May 17, 2005
Loading